Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.99 KB

anonymousguestconversationmember.md

File metadata and controls

56 lines (46 loc) · 1.99 KB
title description author ms.localizationpriority ms.subservice doc_type ms.date
anonymousGuestConversationMember resource type
Represents an anonymous guest in a chat.
RamjotSingh
medium
teams
resourcePageType
04/03/2024

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