Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.47 KB

File metadata and controls

53 lines (39 loc) · 1.47 KB
title yomiPersonName resource type
description yomiPersonName resource type
ms.localizationpriority medium
author kevinbellinger
ms.subservice people
doc_type resourcePageType
ms.date 07/22/2024

yomiPersonName resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "first": "String",
  "maiden": "String",
  "middle": "String",
  "last": "String"
}