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