Microsoft Office 365 · Example Payload

Microsoft Graph User Example

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

iddisplayNamegivenNamesurnamemailuserPrincipalNamejobTitledepartmentofficeLocationcompanyNamebusinessPhonesmobilePhonestreetAddresscitystatepostalCodecountrypreferredLanguageaccountEnabledcreatedDateTimelastSignInDateTimeusageLocationidentitiesassignedLicensesmemberOf

Example Payload

Raw ↑
{
  "id": "abc123",
  "displayName": "example_value",
  "givenName": "example_value",
  "surname": "example_value",
  "mail": "example_value",
  "userPrincipalName": "example_value",
  "jobTitle": "example_value",
  "department": "example_value",
  "officeLocation": "example_value",
  "companyName": "example_value",
  "businessPhones": [],
  "mobilePhone": "example_value",
  "streetAddress": "example_value",
  "city": "example_value",
  "state": "example_value",
  "postalCode": "example_value",
  "country": "example_value",
  "preferredLanguage": "example_value",
  "accountEnabled": true,
  "createdDateTime": "example_value",
  "lastSignInDateTime": "example_value",
  "usageLocation": "example_value",
  "identities": [],
  "assignedLicenses": [],
  "memberOf": []
}