Roles
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
Executed successfully.
application/json
May contain additional creation fields that are not updatable
namestringRequiredExample:
admindescriptionstringRequiredExample:
can manage all resourcesidinteger · int32RequiredExample:
32createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired
deletedAtstring · date-time · nullableOptional
tenantIdinteger · int32OptionalExample:
The id of the tenant.
1001createdBystringRequiredExample:
[email protected]400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/authorization/rolesAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
roleIdPathinteger · int32RequiredExample:
The id of the role to retrieve
32Responses
200
Executed successfully.
application/json
May contain additional creation fields that are not updatable
namestringRequiredExample:
admindescriptionstringRequiredExample:
can manage all resourcesidinteger · int32RequiredExample:
32createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired
deletedAtstring · date-time · nullableOptional
tenantIdinteger · int32OptionalExample:
The id of the tenant.
1001createdBystringRequiredExample:
[email protected]400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/authorization/roles/{roleIdPath}Last updated