Step 1: Get direct grants for a user for a specific app
GET {{stripeUrl}}/admin/v1/Grants?filter=grantee[type eq "User" and value eq "{{userid}}"] and app eq "{{appid}}"
Get direct Grants for a User for a specific App to obtain the IDs for the Grants that you want to revoke from the User.
See https://docs.oracle.com/en/cloud/paas/identity-cloud/rest-api/appmgmtrelationships.html for more information on understanding application management relationships between Apps, AppRoles, Users, and Groups.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| filter | string | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | ||
| Date | string | ||
| Content-Type | string |