Class User
Defines a Microsoft Graph user
Inheritance
System.Object
User
Namespace: PnP.Framework.Graph.Model
Assembly: PnP.Framework.dll
Syntax
public class User : object
Properties
AccountEnabled
Indicates if the account is currently enabled
Declaration
public bool? AccountEnabled { get; set; }
Property Value
System.
|
AdditionalProperties
Additional properties requested regarding the user and included in the response
Declaration
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
IDictionary<System.
|
BusinessPhones
Business phone numbers for the user
Declaration
public IEnumerable<string> BusinessPhones { get; set; }
Property Value
IEnumerable<System.
|
DisplayName
Display name for the user
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
GivenName
Given name of the user
Declaration
public string GivenName { get; set; }
Property Value
System.
|
Id
Unique identifier of the user
Declaration
public Guid? Id { get; set; }
Property Value
System.
|
JobTitle
Job title of the user
Declaration
public string JobTitle { get; set; }
Property Value
System.
|
Primary e-mail address of the user
Declaration
public string Mail { get; set; }
Property Value
System.
|
MobilePhone
Mobile phone number of the user
Declaration
public string MobilePhone { get; set; }
Property Value
System.
|
OfficeLocation
Office location of the user
Declaration
public string OfficeLocation { get; set; }
Property Value
System.
|
PreferredLanguage
Preferred language of the user
Declaration
public string PreferredLanguage { get; set; }
Property Value
System.
|
Surname
Surname of the user
Declaration
public string Surname { get; set; }
Property Value
System.
|
UserPrincipalName
User Principal Name (UPN) of the user
Declaration
public string UserPrincipalName { get; set; }
Property Value
System.
|