我正在尝试使用Graph将成员添加(并最终删除)到组中。如果该组是Office365组,我可以这样做,但是问题是我需要将其添加到通讯组列表中。
我正在对https://graph.microsoft.com/beta/groups/my_group_id_here/members/ $ ref执行POST并传递以下正文:
{
"@odata.id": "https://graph.microsoft.com/beta/directoryObjects/user_id_here"
}
我收到以下答复:
{
"error": {
"code": "Request_BadRequest",
"message": "Unable to update the specified properties for objects that have originated within an external service.",
"innerError": {
"request-id": "f39af99e-2ee9-406e-b5e0-9ace5bfaf123",
"date": "2018-08-13T17:35:38"
}
}
}
是否可以将成员添加到通讯组列表?
谢谢!
答案 0 :(得分:0)
CRUD操作。来自documentation:
使用此API通过以下方式将成员添加到 Office 365组,安全组或已启用邮件的安全组成员导航属性。