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.