Roles
Get all roles
Returns the list of all roles.
get/roles
Path parameters
user_idstring uuid required
User unique identifier.
Query parameters
sort'created_at' | 'updated_at'
Sort the result by created_at, updated_at.
user_idstring uuid
User unique identifier.
entity_idstring uuid
Unique identifier of the entity a role is attached to.
order'ASC' | 'DESC'
Sort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.
offsetinteger
Use the offset argument to specify where in the list of results to start when returning items for a particular query.
limitinteger
Use the limit argument to specify the maximum number of items returned.
Response
OK