【发布时间】:2021-07-07 00:13:26
【问题描述】:
我正在尝试获取 MS Graph Education 中某个班级的成员列表。
我打这个电话:
https://graph.microsoft.com/beta/education/classes//members
但我收到此错误:
{:code=>"AccessDenied", :message=>"Required claim values are not provided." }
我的应用程序配置为使用以下范围: EduAssignments.Read.All EduRoster.Read.All
我可以成功获得课程、作业,甚至老师。 https://graph.microsoft.com/beta/education/classes/ https://graph.microsoft.com/beta/education/classes//作业 https://graph.microsoft.com/beta/education/classes//老师
但不知何故它失败了: https://graph.microsoft.com/beta/education/classes//会员
我错过了什么?
【问题讨论】:
标签: microsoft-graph-api microsoft-graph-edu