i trying explore microsoft graph on "group" entity.
i have created azuread app , assigned "read , write groups" microsoft graph app on azure ad app.
while adding owner on unified group following error:
{
"error": {
"code": "authorization_requestdenied",
"message": "insufficient privileges complete operation.",
"innererror": {
"request-id": "a5be23c2-b7a7-4b27-be11-6f5900cebc49",
"date": "2016-12-28t10:17:01"
}
}
}
my add owner group request is:
uri:
post : https://graph.microsoft.com/v1.0/groups/<group-guid>/owners/$ref
payload:
{
"@odata.id": "https://graph.microsoft.com/v1.0/users/<user-guid>"
}
what permissions laking?
according article:
https://graph.microsoft.io/en-us/docs/overview/release_notes.htm#groups
i must use "directory.readwrite.al" alternative, application?` microsoft graph og microsoft azure ad ?
i have tried both ones, no effect.
regards,
maqsood.
hi maqsood,
we suggest in contacting our technet team them assist on concern. can reach out them through link.
regards.
Office / Unknown/other / Microsoft Office Programming / Unknown/other
Comments
Post a Comment