Grants REST Endpoints

Apps/Grants
Manage Grants. A Grant records the assignment of an entitlement, such as an AppRole, to a User or to a Group (or to an App). Creating a Grant of an AppRole adds the grantee as a member of that AppRole. Deleting a Grant of an AppRole removes the grantee as a member of that AppRole. This REST API is SCIM compliant. Note--In Oracle Identity Cloud Service v1, the value for the entitlement attributeName must be appRoles.
Add a Grantee to an AppRole
Method: post
Path: /admin/v1/Grants
Get a Grant
Method: get
Path: /admin/v1/Grants/{id}
HTTP Options
Method: options
Path: /admin/v1/Grants
Remove a Grantee from an AppRole
Method: delete
Path: /admin/v1/Grants/{id}
Search Grants
Method: get
Path: /admin/v1/Grants
Search Grants Using POST
Method: post
Path: /admin/v1/Grants/.search
Update a Grant
Method: patch
Path: /admin/v1/Grants/{id}