Grant or revoke one or more entitlements to a group.

Entitlements required: tenantadmin [Tenant Administrator], manageAppAccessOwner [Manage Application Entitlements], manageEntitlements [Manage Entitlements].

Note: The API is used to grant or revoke application entitlements to a certain CD group. The list of entitlements can be obtained via POST /authz/v1.0/entitlements/search.

The group id is needed to be entered in the textbox provided under Path Params. The id (s) of the entitlement (s), to be grated or revoked, is required to be entered in the textbox provided under Body Params. The {tenant_url} can be replaced in the Base URL with the actual value. The entered values get reflected in the Request code. The preferred language can be selected from the right panel to generate the selected Response example.
Additionally, it could be used to mark a fine grained entitlement of an application, as requestable for the end-user. However, in order to mark application roles and permissions as requestable, "Fine Grained Access Request" beta plan needs to be enabled.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

Path Params
string
required

The code or unique identifier of the group.

Body Params

The list of entitlements to be granted or revoked from the group.

Bulk object used to grant / revoke one or more entitlements

grant
array of objects

List of entitlements to grant

grant
revoke
array of objects

List of entitlements to revoke

revoke
Responses

500

Your request can't be processed because an internal server error occurred.

Language
URL
LoadingLoading

Response
Choose an example:
application/json