我们与客户建立了例程,使我们可以向团队中添加新成员:
https://graph.microsoft.com/v1.0/groups?$filter=displayName eq '{subteam_name}'
-运行正常https://graph.microsoft.com/v1.0/groups/<group_id>/members/$ref
,正文:{ "@odata.id": "https://graph.microsoft.com/v1.0/users/<user_email>" }
在最后一步,我们收到403:
"error": {
"code": "Authorization_RequestDenied",
"message": "Insufficient privileges to complete the operation.",
"innerError": {
"date": "2020-09-16T13:24:48",
"request-id": "f18ad771-0add-46d8-b759-e943245859c9",
"client-request-id": "f18ad771-0add-46d8-b759-e943245859c9"
}
}
}
这没有意义:
我们已经在租户上对此进行了测试,并且在实施方面没有任何问题。可能出什么问题了?