Hi All,
I am trying to create Task in Planner using Flow. I have used HTTP action with Graph API. I have done with App Registration in Azure. In the API Permission I have given Delegated Group.ReadWrite.All permission but it is given the following error:
{
"error": {
"code": "UnknownError",
"message": "UserDeleted",
"innerError": {
"request-id": "923462f2-f74e-43fe-bbb9-3fff74e89a8a",
"date": "2020-05-23T14:02:33"
}
}
}
When I am trying to get: https://graph.microsoft.com/v1.0/users then it is working fine. Am I missing something?
Thanks,
Ani