AboutSupportDeveloper GuideVersion 1.1.0
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 User type from that package over this one.