Group Member Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
GroupMember.Read.All | 98830695-27a2-44f7-8c18-0c3ebc9698f6 | Read all group memberships | Allows the app to read memberships and basic group properties for all groups without a signed-in user. |
GroupMember.ReadWrite.All | dbaae8cf-10b5-4b86-a4a1-f871c94c6695 | Read and write all group memberships | Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
GroupMember.Read.All | bc024368-1153-4739-b217-4326f2e966d0 | Read group memberships | Allows the app to list groups, read basic group properties and read membership of all groups the signed-in user has access to. |
GroupMember.ReadWrite.All | f81125ac-d3b7-4573-a3b2-7099cc39df9e | Read and write group memberships | Allows the app to list groups, read basic properties, read and update the membership of the groups the signed-in user has access to. Group properties and owners cannot be updated and groups cannot be deleted. |