Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.18 KB

File metadata and controls

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

communicationsGuestIdentity resource type

Namespace: microsoft.graph

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

Inherits from identity.

Properties

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

JSON representation

The following JSON representation shows the resource type.

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