Microsoft Graph Identity User Update Structure

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

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

Properties

accountEnabled displayName givenName surname jobTitle department mail mobilePhone businessPhones city state country postalCode streetAddress officeLocation usageLocation preferredLanguage employeeId employeeType companyName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserUpdate",
  "type": "object",
  "properties": {
    "accountEnabled": {
      "type": "boolean"
    },
    "displayName": {
      "type": "string"
    },
    "givenName": {
      "type": "string"
    },
    "surname": {
      "type": "string"
    },
    "jobTitle": {
      "type": "string"
    },
    "department": {
      "type": "string"
    },
    "mail": {
      "type": "string"
    },
    "mobilePhone": {
      "type": "string"
    },
    "businessPhones": {
      "type": "array"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "streetAddress": {
      "type": "string"
    },
    "officeLocation": {
      "type": "string"
    },
    "usageLocation": {
      "type": "string"
    },
    "preferredLanguage": {
      "type": "string"
    },
    "employeeId": {
      "type": "string"
    },
    "employeeType": {
      "type": "string"
    },
    "companyName": {
      "type": "string"
    }
  }
}