我有两个 Azure 活动租户 directory.How 来过滤 Microsoft graph api 中每个租户 ID 的用户

I have two tenants of Azure active directory.How to filter users per tenant id in Microsoft graph api

我有两个 Azure Active Directory 租户。 我正在创建一个 console/Daemon/Background 应用程序,它使用 Microsoft.Graph nugget 包。

如何使用 Microsoft Graph api 根据租户 ID 进行过滤? 我特别想获得用户的示例 tenant.There 没有用户登录 screen.I 我正在使用此 https://github.com/microsoftgraph/uwp-csharp-snippets-sample 作为参考。

您一次只能针对一个租户进行身份验证,因此没有 method/need 可以按租户 ID 进行过滤。每个租户都会为您的应用程序生成自己的访问令牌,然后您 return 作为请求的一部分发送给该租户。