Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.22 KB

File metadata and controls

47 lines (36 loc) · 1.22 KB
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/06/2024

communicationsPhoneIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the identity of a participant who joined the communication via phone.

Inherits from identity.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "id": "String"
}