List roles

Lists the available roles that can be assigned to a person to determine their access and permissions.

SecurityCommonAuth
Request
query Parameters
accountId
string

NOT USED YET

limit
integer [ 1 .. 1000 ]
Default: 100

The maximum number of results to return.

Example: limit=200
offset
integer
Default: 0

The number of items to skip before returning results.

Example: offset=100
Responses
200

OK

get/roles
Request samples
Response samples
application/json
{
  • "limit": 200,
  • "offset": 100,
  • "count": 67,
  • "search": "Cesar+Treutel",
  • "rows": [
    ]
}