Microsoft Office 365 · JSON Structure

Microsoft Graph User Structure

Type: object Properties: 25
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

id displayName givenName surname mail userPrincipalName jobTitle department officeLocation companyName businessPhones mobilePhone streetAddress city state postalCode country preferredLanguage accountEnabled createdDateTime lastSignInDateTime usageLocation identities assignedLicenses memberOf

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

JSON Structure

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