Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.34 KB

File metadata and controls

49 lines (38 loc) · 1.34 KB
title communicationsGuestIdentity resource type
description Represents the identity of a participant who joined the communication without authentication.
author rahulva-msft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/06/2024

communicationsGuestIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the identity of a participant who joined the communication without authentication.

Inherits from identity.

Properties

Property Type Description
displayName String The display name associated with the guest user. Inherited from identity.
email String The email of the guest user.
id String The unique identifier for the guest user. Inherited from identity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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