问题描述
我正在使用 Microsoft Graph Explorer 来查询列表的用户.我用于此查询的帐户是一个多个目录的成员的管理员帐户.
I am using the Microsoft Graph Explorer to query the list of users. The account I am using for this query is an admin account that is a member of multiple directories.
如何使用Microsoft Graph API控制要查询的目录?
推荐答案
首先,如果您已经登录,则退出Graph Explorer,然后点击 https://developer.microsoft.com/en-us/graph/graph-explorer?tenant = xxxxx
( xxxxx
是 tenant id
)或 https://developer.microsoft.com/zh-us/graph/graph-explorer?tenant = tenantname.onmicrosoft.com
,再次登录该帐户,然后您可以在指定的租户中列出用户.
First, sign-out the Graph Explorer if you already logged in, then hit https://developer.microsoft.com/en-us/graph/graph-explorer?tenant=xxxxx
(xxxxx
is the tenant id
) or https://developer.microsoft.com/en-us/graph/graph-explorer?tenant=tenantname.onmicrosoft.com
, login the account again, then you can list the users in the tenant you specify.
这篇关于使用Microsoft Graph列出其他Active Directory的用户的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!