Microsoft Graph · Schema

microsoft.graph.pronounsSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpronounssettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.pronounsSettings",
  "title": "microsoft.graph.pronounsSettings",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "pronounsSettings",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "isEnabledInOrganization": {
          "type": "boolean",
          "description": "true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.pronounsSettings"
}