namePronunciationSettings resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a setting to control people-related admin settings in the tenant.

Inherits from entity.

Note

Data is sent outside the Microsoft 365 data boundary to the Microsoft Defender Endpoint for malware scanning. By turning the toggle on, you're consenting to this data flow. Data is not stored outside the Microsoft 365 data boundary.

Methods

Method Return type Description
Get namePronunciationSettings Read the properties and relationships of a namePronunciationSettings object.
Update namePronunciationSettings Update the properties of a namePronunciationSettings object.

Properties

Property Type Description
id String The unique identifier of the namePronunciationSettings object. Inherited from entity.
isEnabledInOrganization Boolean true to enable name pronunciation in the organization; otherwise, false. The default value is false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.namePronunciationSettings",
  "id": "String (identifier)",
  "isEnabledInOrganization": "Boolean"
}