GraphUser: {
businessPhones?: string[];
displayName?: string | null;
givenName?: string | null;
id?: string;
jobTitle?: string | null;
mail?: string | null;
mobilePhone?: string | null;
officeLocation?: string | null;
preferredLanguage?: string | null;
surname?: string | null;
userPrincipalName?: string | null;
}
Deprecated
Use
GraphApiTypes.Userinstead.Default set of properties returned from Graph API for an Azure AD user.
Note: This type is not intended to be imported and used, instead import
Usertype from the @microsoft/microsoft-graph-types NPM package.