User: {
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;
}
Default set of properties returned from Graph API for an Azure AD user.
Note: This type is provided to avoid a dependency on the @microsoft/microsoft-graph-types NPM package, API consumers should prefer the
Usertype from that package over this one.