I am trying to create role assignments for an enterprise application using Graph api beta version .
I am following Microsoft document to do the same
Error:
This is the error I am getting while checking :
Write requests are only supported on contained entities
I tried the same using the Azure AD Graph also(graph.windows.net) and I am able to achieve the following.
{
"error": {
"code": "BadRequest",
"message": "Write requests are only supported on contained entities",
"innerError": {
"request-id": "f8b80735-c516-4a65-9f42-2b3088f2951a",
"date": "2019-07-30T09:23:13"
}
}
}