Search Results for

    Show / Hide Table of Contents

    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.Nullable<System.Boolean>

    AdditionalProperties

    Additional properties requested regarding the user and included in the response

    Declaration
    public IDictionary<string, object> AdditionalProperties { get; set; }
    Property Value
    IDictionary<System.String, System.Object>

    BusinessPhones

    Business phone numbers for the user

    Declaration
    public IEnumerable<string> BusinessPhones { get; set; }
    Property Value
    IEnumerable<System.String>

    DisplayName

    Display name for the user

    Declaration
    public string DisplayName { get; set; }
    Property Value
    System.String

    GivenName

    Given name of the user

    Declaration
    public string GivenName { get; set; }
    Property Value
    System.String

    Id

    Unique identifier of the user

    Declaration
    public Guid? Id { get; set; }
    Property Value
    System.Nullable<Guid>

    JobTitle

    Job title of the user

    Declaration
    public string JobTitle { get; set; }
    Property Value
    System.String

    Mail

    Primary e-mail address of the user

    Declaration
    public string Mail { get; set; }
    Property Value
    System.String

    MobilePhone

    Mobile phone number of the user

    Declaration
    public string MobilePhone { get; set; }
    Property Value
    System.String

    OfficeLocation

    Office location of the user

    Declaration
    public string OfficeLocation { get; set; }
    Property Value
    System.String

    PreferredLanguage

    Preferred language of the user

    Declaration
    public string PreferredLanguage { get; set; }
    Property Value
    System.String

    Surname

    Surname of the user

    Declaration
    public string Surname { get; set; }
    Property Value
    System.String

    UserPrincipalName

    User Principal Name (UPN) of the user

    Declaration
    public string UserPrincipalName { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer