Microsoft Office 365 · Example Payload

Microsoft Graph User Update Request Example

CloudCollaborationEnterpriseMicrosoftProductivity

Microsoft Graph User Update Request Example is an example object payload from Microsoft Office 365, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

displayNamegivenNamesurnamejobTitledepartmentofficeLocationmobilePhonebusinessPhonesstreetAddresscitystatepostalCodecountrypreferredLanguageaccountEnabledusageLocation

Example Payload

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