Microsoft Teams
A Microsoft customizable chat-based workspace.
5,927 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there any query in Microsoft graph to get all soft-deleted channels in team?
How to get the test22 channel with a request?
if I send a request like this: https://graph.microsoft.com/beta/teams/[TeamId]/channels
then it only returns those that are not soft-deleted. Same with this request https://graph.microsoft.com/beta/teams/[TeamId]/allChannels
Afaik no, those are only exposed in the Teams client (they use some internal API and not the public Graph endpoints).