anonymousGuestConversationMember resource type

Namespace: microsoft.graph

Represents an anonymous guest in a chat.

Anonymous users don't have a Microsoft Teams identity and can join meetings using meeting join links. For more information, see Anonymous users.

Inherits from conversationMember.

Properties

Property Type Description
anonymousGuestId String Unique ID that represents the user. Note: This ID can change if the user leaves and rejoins the meeting, or joins from a different device.
displayName String Name provided by the user when joining the meeting. Inherited from conversationMember.
id String Membership ID that represents this resource. Inherited from entity.
roles String collection Special roles for this user. Inherited from conversationMember.
visibleHistoryStartDateTime DateTimeOffset The timestamp denoting how far back a conversation's history is shared with the conversation member. Inherited from conversationMember.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.anonymousGuestConversationMember",
  "id": "String (identifier)",
  "roles": [
    "String"
  ],
  "displayName": "String",
  "visibleHistoryStartDateTime": "String (timestamp)",
  "anonymousGuestId": "String"
}