GET
/
user
/
list

Authorizations

Authorization
string
headerrequired

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

Query Parameters

created_at.after
string

Return users created after this ISO 8601 timestamp.

created_at.before
string

Return users created before this ISO 8601 timestamp.

cursor
string

The cursor for the next page of results to fetch

status
enum<string>[]

Filter users by status. Provide multiple values to retrieve users with any of the provided statuses.

Available options:
created,
enabled,
suspended,
disabled

Response

200 - application/json
data
object[]
required
next_cursor
string | null
required

Use cursor for paginating list endpoints in conjunction with the cursor request parameter.

In a response, the value is null if there are no more results to fetch.