'How can I list the channels an MS Teams member can access?

I am looking for an MS Graph API to list all the channels a member can access, similar to what Slack provides in https://api.slack.com/methods/users.conversations

I looked in the MS Graph API reference, but it seems conversationmember does not have this relationship I can $expand on https://docs.microsoft.com/en-us/graph/api/resources/conversationmember

How can I list the channels an MS Teams member can access?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source