Users

Lists users with username filter and sorting.

Deprecated in favor of GET /v1/orgs/{orgId}/users. This route lists every user, not only those you share an organization with; the org-scoped route returns the same shape restricted to members of an organization you belong to. This route is still fully supported. No migration is required yet.

get/v1/users

Query parameters

OR
'username'
OR
'-username'
OR
'createdAt'
OR
'-createdAt'
page[size]number
page[after]string
page[before]string
filter[username]string
filter[username][eq]string
filter[username][ne]string
filter[username][gt]string
filter[username][gte]string
filter[username][lt]string
filter[username][lte]string
filter[username][like]string

Headers

Authorizationstring

Response

Default Response

Changes