communicationsGuestIdentity resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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)"
}