Microsoft Office 365 · Example Payload

Microsoft Graph User Create Request Example

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

accountEnableddisplayNamemailNicknameuserPrincipalNamegivenNamesurnamejobTitledepartmentofficeLocationmobilePhoneusageLocation

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",
  "officeLocation": "example_value",
  "mobilePhone": "example_value",
  "usageLocation": "example_value"
}