Microsoft Graph Identity User Update Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

accountEnableddisplayNamegivenNamesurnamejobTitledepartmentmailmobilePhonebusinessPhonescitystatecountrypostalCodestreetAddressofficeLocationusageLocationpreferredLanguageemployeeIdemployeeTypecompanyName

Example Payload

Raw ↑
{
  "accountEnabled": true,
  "displayName": "example_value",
  "givenName": "example_value",
  "surname": "example_value",
  "jobTitle": "example_value",
  "department": "example_value",
  "mail": "example_value",
  "mobilePhone": "example_value",
  "businessPhones": [],
  "city": "example_value",
  "state": "example_value",
  "country": "example_value",
  "postalCode": "example_value",
  "streetAddress": "example_value",
  "officeLocation": "example_value",
  "usageLocation": "example_value",
  "preferredLanguage": "example_value",
  "employeeId": "500123",
  "employeeType": "example_value",
  "companyName": "example_value"
}