Roles

A role is a group of permissions that can be granted. Permissions are a set of actions that can be applied to entities. For more information, see Rolesarrow-up-right.

Get a list of roles.

get

Use to retrieve a list of roles.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/authorization/roles

Get a role by id.

get

Retrieve the details of a role by id.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
roleIdPathinteger · int32Required

The id of the role to retrieve

Example: 32
Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/authorization/roles/{roleIdPath}

Last updated