Microsoft 图表 api - 无法识别租户
Microsoft graph api - Tenant not recognized
我在 Azure 门户的应用注册服务中创建了一个应用来访问 Microsoft 365 图 api。
我可以使用上面生成的令牌使用 https://login.microsoftonline.com/570fa6c*************************f233/oauth2/v2.0/token , but when i tried https://graph.microsoft.com/v1.0/reports/getTeamsUserActivityUserCounts(period='D7') 创建令牌,我收到错误 - 我们无法识别此租户 ID 570****************** f233。请仔细检查租户 ID,然后重试
我有免费试用订阅
你能帮忙吗,我在这里缺少什么。
谢谢,
尼玛
我在我的环境中进行了测试,它对我来说工作正常,请使用以下步骤,以免遗漏任何内容。
- 在 Azure AD 中创建了一个应用程序并授予
Application -> Report.Read.All
API 权限.
使用邮递员生成访问令牌,并在正文中传递以下参数。
https://login.microsoftonline.com/tenantid/oauth2/v2.0/token
- 使用 Reports reader Microsoft Teams 中的管理角色向上述 AzureAD 应用程序添加分配。
添加作业->Select成员->搜索您的申请并添加。
- 现在终于 运行 getTeamsUserActivityUserCounts API 具有 Authorization Key
Bearer {token}
.
对我来说显示 blackOuput 因为我没有任何用户 activity。
我在 Azure 门户的应用注册服务中创建了一个应用来访问 Microsoft 365 图 api。
我可以使用上面生成的令牌使用 https://login.microsoftonline.com/570fa6c*************************f233/oauth2/v2.0/token , but when i tried https://graph.microsoft.com/v1.0/reports/getTeamsUserActivityUserCounts(period='D7') 创建令牌,我收到错误 - 我们无法识别此租户 ID 570****************** f233。请仔细检查租户 ID,然后重试
我有免费试用订阅
你能帮忙吗,我在这里缺少什么。
谢谢,
尼玛
我在我的环境中进行了测试,它对我来说工作正常,请使用以下步骤,以免遗漏任何内容。
- 在 Azure AD 中创建了一个应用程序并授予
Application -> Report.Read.All
API 权限.
使用邮递员生成访问令牌,并在正文中传递以下参数。
https://login.microsoftonline.com/tenantid/oauth2/v2.0/token
- 使用 Reports reader Microsoft Teams 中的管理角色向上述 AzureAD 应用程序添加分配。
添加作业->Select成员->搜索您的申请并添加。
- 现在终于 运行 getTeamsUserActivityUserCounts API 具有 Authorization Key
Bearer {token}
.
对我来说显示 blackOuput 因为我没有任何用户 activity。