Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.3 KB

communicationsguestidentity.md

File metadata and controls

45 lines (35 loc) · 1.3 KB
title description author ms.localizationpriority ms.subservice doc_type
communicationsGuestIdentity resource type
Represents the identity of a participant who joined the communication without authentication.
rahulva-msft
medium
cloud-communications
resourcePageType

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.

JSON representation

The following JSON representation shows the resource type.

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