Get all Roles
GET {{url}}/accounts/api/roles
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | The name of a role | |
description | null | The description of a role | |
include_internal | boolean | Include internal roles | |
search | null | A search string to use for partial matches of role names | |
offset | number | Pagination parameter to start returning results from this position of matches | |
limit | number | Pagination parameter for how many results to return | |
ascending | boolean | Sort order for filtering |