Users-Grants-Revoke a Managed App from a User
Number of APIs: 2
-
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}}"
-
Step 2: Delete a grant DELETE {{stripeUrl}}/admin/v1/Grants/{{grantid}}