Accounts

List roles

Listing of roles.

get/api/v1/roles

Query parameters

privilegestring

If specified the roles will be filtered containing that privilege.

offsetinteger

Start with the n-th element

limitinteger

The maximum count of returned elements

Response

OK

limitinteger required

The number of returned elements

offsetinteger required

Starting with the n-th element

totalinteger

The total number of elements

Example response

{
  "limit": 100,
  "total": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.