pronounsSettings resource type
Namespace: microsoft.graph
Represents the settings that manage the support of pronouns in an organization. By default, pronouns are disabled. If enabled, users can optionally add or update their pronouns.
For more information about enabling pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List | pronounsSettings | Get the properties of the pronounsSettings resource for an organization. |
Update | pronounsSettings | Update the properties of a pronounsSettings object in an organization. |
Properties
Property | Type | Description |
---|---|---|
isEnabledInOrganization | Boolean | true to enable pronouns in the organization; otherwise, false . The default value is false , and pronouns are disabled. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"isEnabledInOrganization": "Boolean"
}