Skip to content

[Doc Feature][4358507]: Updated Content #13127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion msteams-platform/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
displayName: Teams Store apps approved by Microsoft for mobile
- name: Apps for shared channels
href: concepts/build-and-test/shared-channels.md
displayName: Cross-tenant notifications, context for shared channel, apps and permissions in shared channels
displayName: Cross-tenant notifications, context for shared channel, apps and permissions in shared channels, notifications for indirect membership
- name: Send activity feed notifications
href: /graph/teams-send-activityfeednotifications?toc=/microsoftteams/platform/toc.json&bc=/microsoftteams/platform/breadcrumb/toc.json
displayName: activity feed, notification, customize notification
Expand Down
6 changes: 2 additions & 4 deletions msteams-platform/concepts/build-and-test/shared-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ You can get direct shared channel membership by using the `hostTeamGroupID` from
```http
GET /teams/{host-team-group-id}/channels/{channel-id}/sharedWithTeams
```

3. Use GET members of each shared team (Team X) with GET `sharedWithTeams` API.

3. Use GET members of each shared team (sharewithteamsId) with GET `sharedWithTeams` API.
```http
GET /teams/{host-team-group-id}/channels/{channel-id}/sharedWithTeams/{teamX}/members
GET /teams/{host-team-group-id}/channels/{channel-id}/sharedWithTeams/{sharewithteamsId}/allowedMembers
```

## Classify members in the shared channel as in-tenant or out-tenant

You can classify members as in-tenant or out-tenant by comparing `tenantID` of the member or team with `hostTeamTenantID` as follows:
Expand Down
3 changes: 3 additions & 0 deletions msteams-platform/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Teams platform features that are available to all app developers.</br>
* ***May 16, 2025***: [Use Meeting AI Insights API to fetch conversation summaries, action items, and mentions directly from Teams meetings.](graph-api/meeting-transcripts/meeting-insights.md)
* ***May 13, 2025***: [Introducing agent usage analytics for third-party apps in Developer Portal](/microsoftteams/platform/concepts/build-and-test/analyze-your-apps-usage-in-developer-portal?tabs=thirdpartyapps).

**2025 June**
***June 27, 2025***: [Apps can now receive notifications when users are added to or removed from a shared channel through associated teams, helping developers maintain accurate access control](/microsoftteams/platform/concepts/build-and-test/shared-channels)

:::column-end:::
:::row-end:::
<br/>
Expand Down