Skip to main content
GET
List Account Users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sort
string
default:-created_at

Available sorts are created_at, first_name, last_name, email. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.

filter[status]
string
filter[team]
string

Response

200 - application/json

Paginated set of UserResource

data
User · object[]
required
meta
object
required