Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 1.99 KB

File metadata and controls

54 lines (45 loc) · 1.99 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

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
initiator identitySet Initiator of the event.
conversationMemberRoles String collection Roles for the coversation member user.
conversationMemberUser teamworkUserIdentity Identity of the conversation member user.

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