For those who are attending live at CommsvNext in Denver on August 16th and 17th (or remotely) here is the presentation that will be shared during the event.
Some random Graph API Calls. I’ll have a blog post explaining these but for those who saw it live…know the answer.
Get Teams: https://graph.microsoft.com/beta/groups?$filter=resourceProvisioningOptions/Any(x:x eq ‘Team’)
Get Shared Channels: https://graph.microsoft.com/beta/teams/f2b33fbf-aea3-4614-8663-341667146db6/allChannels?$filter=membershipType eq ‘shared’
Get All Members in Channel: https://graph.microsoft.com/beta/teams/f2b33fbf-aea3-4614-8663-341667146db6/channels/19:9i0qB9zN5wG-cAoLkBh9brwFlLrc7fV-PQ9sFEocE801@thread.skype/members
Get Shared Teams in Teams: https://graph.microsoft.com/beta/teams/f2b33fbf-aea3-4614-8663-341667146db6/channels/19:9i0qB9zN5wG-cAoLkBh9brwFlLrc7fV-PQ9sFEocE801@thread.skype/sharedWithTeams
Get Members of the Shared Teams in Teams: https://graph.microsoft.com/beta/teams/f2b33fbf-aea3-4614-8663-341667146db6/channels/19:9i0qB9zN5wG-cAoLkBh9brwFlLrc7fV-PQ9sFEocE801@thread.skype/sharedWithTeams/842b284f-086e-47a8-8977-cceb131f4a69/allowedMembers