List Organization Roles
GET {{baseUrl}}/core/v1/roles?cursor=<string>&first=<integer>&last=<integer>
List all roles in the organization
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | string | The cursor token for page starting point | |
first | string | The page size, in a forwards direction, with a maximum of 1000. Default direction if last not defined | |
last | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"pageInfo":{"hasNextPage":"\u003cboolean\u003e","hasPreviousPage":"\u003cboolean\u003e","startCursor":"\u003cstring\u003e","endCursor":"\u003cstring\u003e"},"elements":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","description":"\u003cstring\u003e","monthlyTaskLimit":"\u003clong\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","description":"\u003cstring\u003e","monthlyTaskLimit":"\u003clong\u003e"}]}