Microsoft Office 365 · JSON Structure

Microsoft Graph User Update Request Structure

Type: object Properties: 16
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

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

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

JSON Structure

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