channelMembersNotificationRecipient resource type
Namespace: microsoft.graph
Represents the recipient of a notification sent in a Microsoft Teams activity feed. The recipient consists of the channel members.
Inherits from teamworkNotificationRecipient.
Properties
Property | Type | Description |
---|---|---|
channelId | String | The unique identifier for the channel whose members should receive the notification. |
teamId | String | The unique identifier for the team under which the channel resides. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.channelMembersNotificationRecipient",
"channelId": "String",
"teamId": "String"
}