Reputation: 743
Is it possible to list archived teams without querying each /teams/{teamId} endpoint?
I can get a list of teams by calling for instance https://graph.microsoft.com/v1.0/me/joinedTeams, and then for each team I get back I can check the IsArchived property.
As far as I'm aware of there is no endpoint that returns a team list that also supports OData querys.
Similar question to this posted in the GitHub Graph Docs: https://github.com/microsoftgraph/microsoft-graph-docs/issues/6406
Regards, Oskar
Upvotes: 1
Views: 934
Reputation: 577
Currently there is no graph API to list archived teams. we recommend you to raise a Teams UserVoice here if this needs to be consider as a future request.
Upvotes: 1