| title | communicationsPhoneIdentity resource type |
|---|---|
| description | Represents the identity of a participant who joined the communication via phone. |
| author | rahulva-msft |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph
Represents the identity of a participant who joined the communication via phone.
Inherits from identity.
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name associated with the phone number. Inherited from identity. |
| id | String | The user's E.164 telephone number. Inherited from identity. |
The following JSON representation shows the resource type.
{
"displayName": "String",
"id": "String (identifier)"
}