Microsoft Graph Identity User Create Structure

Type: object Properties: 13
AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

UserCreate is a JSON Structure definition published by Microsoft Azure Active Directory, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

accountEnabled displayName mailNickname userPrincipalName givenName surname jobTitle department usageLocation city country mobilePhone businessPhones

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserCreate",
  "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"
    },
    "usageLocation": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "mobilePhone": {
      "type": "string"
    },
    "businessPhones": {
      "type": "array"
    }
  }
}