Forum Discussion
jrennefeld
Nov 04, 2025Copper Contributor
Issue with Teams RSC Permission TeamMember.Read.Group
I want to use Teams RSC to allow a bot to add and remove members of (private) teams channels. https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/rsc/resource-specific-consent#support...
DavidJacob
Nov 05, 2025Copper Contributor
That’s by design. RSC permissions like ChannelMember.ReadWrite.Group only work for standard (public) channels.
Private and shared channels require application-level Graph permissions (ChannelMember.ReadWrite.All or Group.ReadWrite.All).
RSC doesn’t cover those scopes yet.
jrennefeld
Nov 06, 2025Copper Contributor
The RSC Permission ChannelMember.ReadWrite.Group is also an application permission.
As I mentioned, the write scope only to standard (public) channels makes no sense, because there is nothing to write. All members of a team are automatically members of all public channels in a team.
Can you give me an example what the API is supposed to be used for?