azureCommunicationServicesUserConversationMember resource type

Namespace: microsoft.graph

Represents an Azure Communication Services user in a chat.

Azure Communication Services users can join Teams meetings and Teams chats as an external user.

Inherits from conversationMember.

Methods

None.

Properties

Property Type Description
azureCommunicationServicesId String Azure Communication Services ID of the user.
displayName String Display name of the user. 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 is a JSON representation of the resource.

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