Class UnifiedGroupUser
Defines a Unified\Microsoft 365 Group user
Inheritance
System.Object
UnifiedGroupUser
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class UnifiedGroupUser : object
Properties
BusinessPhones
Group user's business phone numbers
Declaration
public string[] BusinessPhones { get; set; }
Property Value
System.
|
DisplayName
Group user's display name
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
Group user's e-mail address
Declaration
public string Email { get; set; }
Property Value
System.
|
GivenName
Group user's given name
Declaration
public string GivenName { get; set; }
Property Value
System.
|
Id
Group user's unique identifier
Declaration
public string Id { get; set; }
Property Value
System.
|
JobTitle
Group user's job title
Declaration
public string JobTitle { get; set; }
Property Value
System.
|
MobilePhone
Group user's mobile phone number
Declaration
public string MobilePhone { get; set; }
Property Value
System.
|
PreferredLanguage
Group user's preferred language in ISO 639-1 standard notation
Declaration
public string PreferredLanguage { get; set; }
Property Value
System.
|
Surname
Group user's surname
Declaration
public string Surname { get; set; }
Property Value
System.
|
UserPrincipalName
Group user's user principal name
Declaration
public string UserPrincipalName { get; set; }
Property Value
System.
|