List Users in Organization

GET {{baseUrl}}/core/v1/users?cursor=<string>&first=<integer>&last=<integer>&email=<string>

List all users in the organization

Request Params

KeyDatatypeRequiredDescription
cursorstringThe cursor token for page starting point
firststringThe page size, in a forwards direction, with a maximum of 1000. Default direction if last not defined
laststring
emailstringFilter by email address

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;pageInfo&quot;:{&quot;hasNextPage&quot;:&quot;\u003cboolean\u003e&quot;,&quot;hasPreviousPage&quot;:&quot;\u003cboolean\u003e&quot;,&quot;startCursor&quot;:&quot;\u003cstring\u003e&quot;,&quot;endCursor&quot;:&quot;\u003cstring\u003e&quot;},&quot;elements&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;monthlyTaskLimit&quot;:&quot;\u003clong\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;monthlyTaskLimit&quot;:&quot;\u003clong\u003e&quot;}]}