将成员添加到组时出错:“无法更新源自外部服务的对象的指定属性。”

时间:2018-03-21 02:50:12

标签: microsoft-graph

使用https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/group_post_members将成员添加到群组

AVG()

返回错误

POST /groups/{id}/members/$ref
{
"@odata.id": "https://graph.microsoft.com/v1.0/users/xxx@yyy.com"
}

我要添加的组具有以下属性:

{
    "error": {
        "code": "Request_BadRequest",
        "message": "Unable to update the specified properties for objects that have originated within an external service."
    }
}

2 个答案:

答案 0 :(得分:0)

我的测试结果供您参考。 enter image description here

列出用户ID,以获取用户ID。

https://graph.microsoft.com/v1.0/users

答案 1 :(得分:0)

发现拒绝的原因是因为Microsoft只允许向Office 365组添加成员(groupTypes = [" Unified"])

在我的例子中,上面的组属性显示(groupTypes = [])