| title | yomiPersonName resource type |
|---|---|
| description | yomiPersonName resource type |
| ms.localizationpriority | medium |
| author | kevinbellinger |
| ms.subservice | people |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Provides a mechanism for a user to store information about how to pronounce a name for non-native speakers of the language that the personName resource is represented in.
| Property | Type | Description |
|---|---|---|
| displayName | String | Composite of first and last name pronunciation guides. |
| first | String | Pronunciation guide for the first name of the user. |
| last | String | Pronunciation guide for the last name of the user. |
| maiden | String | Pronunciation guide for the maiden name of the user. |
| middle | String | Pronunciation guide for the middle name of the user. |
None.
The following JSON representation shows the resource type.
{
"displayName": "String",
"first": "String",
"maiden": "String",
"middle": "String",
"last": "String"
}