Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.96 KB

File metadata and controls

59 lines (48 loc) · 1.96 KB
title conversationMemberRoleUpdatedEventMessageDetail resource type
description Represents the details of an event message about an updated role of a conversation member in a channel or a team.
author RamjotSingh
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

conversationMemberRoleUpdatedEventMessageDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details of an event message about an updated role of a conversation member in a channel or a team. This message is generated when the role of a member in a channel or a team is updated.

Inherits from eventMessageDetail.

Properties

Property Type Description
conversationMemberRoles String collection Roles for the coversation member user.
conversationMemberUser teamworkUserIdentity Identity of the conversation member user.
initiator identitySet Initiator of the event.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail",
  "conversationMemberRoles": [
    "String"
  ],
  "conversationMemberUser": {
    "@odata.type": "microsoft.graph.teamworkUserIdentity"
  },
  "initiator": {
    "@odata.type": "microsoft.graph.identitySet"
  }
}

Related content