Microsoft Office 365 · JSON Structure

Microsoft Graph User Create Request Structure

Type: object Properties: 11
CloudCollaborationEnterpriseMicrosoftProductivity

UserCreateRequest is a JSON Structure definition published by Microsoft Office 365, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

accountEnabled displayName mailNickname userPrincipalName givenName surname jobTitle department officeLocation mobilePhone usageLocation

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserCreateRequest",
  "type": "object",
  "properties": {
    "accountEnabled": {
      "type": "boolean"
    },
    "displayName": {
      "type": "string"
    },
    "mailNickname": {
      "type": "string"
    },
    "userPrincipalName": {
      "type": "string"
    },
    "givenName": {
      "type": "string"
    },
    "surname": {
      "type": "string"
    },
    "jobTitle": {
      "type": "string"
    },
    "department": {
      "type": "string"
    },
    "officeLocation": {
      "type": "string"
    },
    "mobilePhone": {
      "type": "string"
    },
    "usageLocation": {
      "type": "string"
    }
  }
}