admin管理员组文章数量:1126098
When you make initial delta call (),
.0/groups/delta?$filter=id eq <group-id>
, can response include an id that is tagged as both added & removed as it includes the whole history since the group was created?
For example,
HTTP/1.1 200 OK
Content-type: application/json
{
"@odata.context":".0/$metadata#users(displayName,givenName,surname)",
"@odata.nextLink":".0/users/delta?$skiptoken=oEBwdSP6uehIAxQOWq_3Ksh_TLol6KIm3stvdc6hGhZRi1hQ7Spe__dpvm3U4zReE4CYXC2zOtaKdi7KHlUtC2CbRiBIUwOxPKLa",
"value": [
{
"displayName":"Cameron White",
"givenName":"Cameron",
"surname":"White",
"id":"ffff7b1a-13b6-477b-8c0c-380905cd99f7"
},
{
"id": "ffff7b1a-13b6-477b-8c0c-380905cd99f7",
"@removed": {
"reason": "deleted"
}
},
{
"displayName": "Conf Room Adams",
"id": "6ea91a8d-e32e-41a1-b7bd-d2d185eed0e0"
}
]
}
In the above example, ffff7b1a-13b6-477b-8c0c-380905cd99f7 is in the response two times.
本文标签: azure active directoryinitial delta api call with same id addedremovedStack Overflow
版权声明:本文标题:azure active directory - initial delta api call with same id addedremoved - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736681197a1947431.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论