Skip to content

Commit 0499c17

Browse files
committed
Support indirect channel membership notification for GA
1 parent e7376c7 commit 0499c17

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

concepts/teams-changenotifications-channelmembership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For notifications without resource data, the payload looks like the following. T
153153
```
154154
The **resource** and **@odata.id** properties can be used to make calls to Microsoft Graph to get the payload for the channel member.
155155

156-
### Example 2: Subscribe to changes to receive indirect membership notifications for shared channels using query parameters (preview)
156+
### Example 2: Subscribe to changes to receive indirect membership notifications for shared channels using query parameters
157157

158158
The following query parameters in a subscription request enable notifications for both direct and indirect membership updates.
159159

@@ -227,7 +227,7 @@ The **@microsoft.graph.originalSourceMembershipUrl** annotation shows the origin
227227
> * When subscribed to changes to receive both direct and indirect notifications for shared channels, we recommend that you choose to receive notifications with the resource. This approach allows you to use the **@microsoft.graph.originalSourceMembershipUrl** annotation to identify direct or indirect membership changes.
228228
> * When a subscriber receives a notification that a member was removed, use the [channel: doesUserHaveAccess](/graph/api/channel-doesuserhaveaccess) API to verify that the user's access was actually revoked.
229229
230-
## Subscribe to changes when a specific channel is shared with or unshared from a team (preview)
230+
## Subscribe to changes when a specific channel is shared with or unshared from a team
231231

232232
Subscribers can receive change notifications when a specific channel is shared with or unshared from a team.
233233

concepts/whats-new-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ Customize the block page message displayed to users when Global Secure Access bl
131131

132132
### Teamwork and communications | Messaging
133133

134+
- Added support for channel membership subscriptions to receive [indirect membership change notifications](../concepts/teams-changenotifications-channelmembership.md) for shared channels.
135+
- Introduced a new change notification for shared channel membership when a channel is [shared with or unshared from a team](../concepts/teams-changenotifications-channelmembership.md).
134136
- [Get](/graph/api/channel-get-allmembers?view=graph-rest-beta&preserve-view=true) a specific member from the channel **allMembers** collection. This API provides unified access to both direct and indirect members across all channel types, including shared channels.
135137
- [Start](/graph/api/channel-startmigration?view=graph-rest-beta&preserve-view=true) the migration of external messages by enabling migration mode in an existing channel.
136138
- [Start](/graph/api/chat-startmigration?view=graph-rest-beta&preserve-view=true) the migration of external messages by enabling migration mode in an existing chat.

0 commit comments

Comments
 (0)