Microsoft Graph Identity User Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Graph Identity User Example is an example object payload from Microsoft Azure Active Directory, with 35 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountEnabledassignedLicensesassignedPlansbusinessPhonescitycompanyNamecountrycreatedDateTimedepartmentdisplayNameemployeeIdemployeeTypegivenNamejobTitlemailmailNicknamemobilePhoneofficeLocationonPremisesDistinguishedNameonPremisesDomainNameonPremisesImmutableIdonPremisesLastSyncDateTimeonPremisesSyncEnabledotherMailspasswordPoliciespostalCodepreferredLanguageproxyAddressessignInSessionsValidFromDateTimestatestreetAddresssurnameusageLocationuserPrincipalNameuserType

Example Payload

Raw ↑
{
  "accountEnabled": true,
  "assignedLicenses": [],
  "assignedPlans": [],
  "businessPhones": [],
  "city": "example_value",
  "companyName": "example_value",
  "country": "example_value",
  "createdDateTime": "example_value",
  "department": "example_value",
  "displayName": "example_value",
  "employeeId": "500123",
  "employeeType": "example_value",
  "givenName": "example_value",
  "jobTitle": "example_value",
  "mail": "example_value",
  "mailNickname": "example_value",
  "mobilePhone": "example_value",
  "officeLocation": "example_value",
  "onPremisesDistinguishedName": "example_value",
  "onPremisesDomainName": "example_value",
  "onPremisesImmutableId": "500123",
  "onPremisesLastSyncDateTime": "example_value",
  "onPremisesSyncEnabled": "example_value",
  "otherMails": [],
  "passwordPolicies": "example_value",
  "postalCode": "example_value",
  "preferredLanguage": "example_value",
  "proxyAddresses": [],
  "signInSessionsValidFromDateTime": "example_value",
  "state": "example_value",
  "streetAddress": "example_value",
  "surname": "example_value",
  "usageLocation": "example_value",
  "userPrincipalName": "example_value",
  "userType": "example_value"
}