Step 1: Get the grants of the approle to this group
GET {{HOST}}/admin/v1/Grants?filter=grantee[value eq "{{groupid}}" and type eq "Group"]&entitlement[attributeName eq "appRoles"&attributeValue eq " {{approlid}}"]
Search for grants of the approle to this group to get the grantID of the grant that you want to revoke for the group.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | ||
entitlement[attributeName eq "appRoles" | null | ||
`attributeValue eq " | |||
{{approlid}}"]` | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |