Get an action's permissions
GET/v1/actions/:action_identifier/permissions
This route allows you to fetch the permissions of a self-service action.
To learn more about action RBAC, check out the documentation.
Request
Path Parameters
action_identifier stringrequired
Possible values: non-empty
The identifier of the action you want to fetch permissions for.
Responses
- 200
- 404
- 422
- 500
Success
One of the following errors occurred:
Error | Description |
---|---|
not_found | The action with the provided identifier was not found |
One of the following errors occurred:
Error | Description |
---|---|
invalid_request | The data provided does not match the route schema |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |
Loading...