Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.35 KB

File metadata and controls

45 lines (36 loc) · 1.35 KB
title communicationsUserIdentity resource type
description Represents the identity of a user present in Microsoft Entra ID who participates in a communication.
author rahulva-msft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/12/2024

communicationsUserIdentity resource type

Namespace: microsoft.graph

Represents the identity of a user present in Microsoft Entra ID who participates in a communication; for example, as a caller in an audio-video call.

Inherits from identity.

Properties

Property Type Description
displayName String The display name associated with the user. Inherited from identity.
id String The user's object ID. Inherited from identity.
tenantId String The user's tenant ID.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "id": "String (identifier)",
  "tenantId": "String"
}