I'm trying to add an Azure AD B2C user with the Microsoft Graph API to a group.
I've tried this documentation: https://docs.microsoft.com/de-de/graph/api/group-post-members?view=graph-rest-1.0&tabs=http
In Postman it looks like this:
I have a valid token. The GUID of the group and the GUID of the user is correct. And I think, that I have given all the needed permissions to my client:
But (if you look to the Postman screenshot) I get the error: "Insufficient privilleges to complete the operation."
Does someone know what I'm doing wrong?
Thank you in forward for your help
Best regards Matthias