The application has application permission: Group.ReadWrite.All, Directory.ReadWrite.All
However when i try to run
PATCH https://graph.microsoft.com/v1.0/groups/cc54c2e----
Body:
{
"allowExternalSenders":true
}
It gives me an error:
{
"error": {
"code": "ErrorGroupsAccessDenied",
"message": "User does not have permissions to execute this action.",
