Grants-Users
Number of APIs: 3
-
Grant an approle to a user POST {{stripeUrl}}/admin/v1/Grants
-
List all grants of a specific app for a specific user GET {{stripeUrl}}/admin/v1/Users/{{userid}}?attributes=urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User:grants[appId eq "{{appid}}"]
-
Search for all indirect grants of a specific app to any user GET {{stripeUrl}}/admin/v1/Grants?filter=app.value eq "{{appid}}" and grantee.type eq "User" and grantMechanism eq "GROUP_MEMBERSHIP"