Microsoft Graph Identity User Create Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

accountEnableddisplayNamemailNicknameuserPrincipalNamegivenNamesurnamejobTitledepartmentusageLocationcitycountrymobilePhonebusinessPhones

Example Payload

Raw ↑
{
  "accountEnabled": true,
  "displayName": "example_value",
  "mailNickname": "example_value",
  "userPrincipalName": "example_value",
  "givenName": "example_value",
  "surname": "example_value",
  "jobTitle": "example_value",
  "department": "example_value",
  "usageLocation": "example_value",
  "city": "example_value",
  "country": "example_value",
  "mobilePhone": "example_value",
  "businessPhones": []
}