githubEdit

Returns list of all roles

Return a list of all roles.

get

Returns all roles.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
namestringOptional

Filter by role name

Example: name
pageIndexnumberOptional

The number of pages to skip before starting to collect the result set

Example: 0
pageSizenumberOptional

The numbers of items to return

Example: 20
Responses
chevron-right
200

Successful operation.

application/json
get
/permissions/roles

Last updated

Was this helpful?