【发布时间】:2021-03-02 00:13:02
【问题描述】:
我关注网页(https://docs.microsoft.com/en-us/graph/api/activitystatistics-list?view=graph-rest-beta&tabs=http) 并使用 MS Graph Explorer (https://developer.microsoft.com/en-us/graph/graph-explorer/preview) 作为the image show 列出活动统计,但总是得到以下信息。
{
"error": {
"code": "UnknownError",
"message": "{"Code":"Forbidden","Message":"Access to the requested resource is forbidden.","Target":"ReadUserAnalyticsV2","Details":[{"Code":"PolicyNotSatisfied","Message":"The following authorization requirements are not satisfied: UserRequireAdvancedMyALicense."}]}",
"innerError": {
"request-id": "0bf68858-17f4-498c-bb2b-c2c185e51e78",
"date": "2020-04-08T18:22:22"
}
}
}
我已经尝试使用许可获取 https://graph.microsoft.com/beta/me/analytics/settings 检查我是否有许可证like the images
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#users('5eed83b1-2949-4c9f-b42a-ee9055dfb4fd')/analytics/settings",
"hasLicense": true,
"hasOptedOut": false,
"hasGraphMailbox": true
}
我该如何解决这个问题?非常感谢。
【问题讨论】:
-
请发布您的代码,以便我们查看
-
谢谢,我已经用执行图片修改了我的帖子。
标签: http microsoft-graph-api microsoft-teams office365api microsoft-live-meeting