0
votes

I would like to have the list of all the teams that are created in the Office 365 tenant.

Pls share if there are any working examples in powershell or by any other means.

1

1 Answers

0
votes

Using Graph API you can get list of all the teams using joinedTeams API.

For samples, please follow Graph API samples.

If you want to test the Graph API you can try the Graph Explorer.