Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,Microsoft Graph 似乎没有提供检查租户是否启用了 Microsoft Teams 的方法。
有没有办法做到这一点?
根据您的描述,您要检查租户是否有 Microsoft Teams。
有一个关于如何列出加入的团队的文档。只有测试版有这个接口。
根据我的测试,我们可以像这样使用 API:
GET https://graph.microsoft.com/beta/me/joinedTeams
它将列出我们加入的团队。