Thank you for the answer,
I gave all of these permissions and made sure they were granted by an admin.
Still the 403 error appears.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to create a group then adding members, owners and changing settings using Graph API
I can create a group and assign members and owners but when I try to change the settings I get 403: "ErrorGroupAccessDenied"
It happens only when I try to change "allowExternalSenders" and "autoSubscribeNewMembers"(for other settings I tried the code succeeded to change)
I followed the "Update group" page and gave all the permissions as explained but I still get that error.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Thank you for the answer,
I gave all of these permissions and made sure they were granted by an admin.
Still the 403 error appears.
Hi Shachar Shmueli,
Thank you for posting in the Microsoft Community Forums.
To change the allowExternalSenders and autoSubscribeNewMembers settings, make sure the application has the following permissions:
Group.ReadWrite.All
Directory.ReadWrite.
All Directory.ReadWrite.All These permissions need to be granted by an administrator to take effect.
Best regards
Neuvi Jiang