Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

The account ID to list users for.

Example:

"acct_01j9a43avnfqzbjfch6pygv1td"

Query Parameters

after
string

Cursor for forward pagination. Use the next_cursor from a previous response.

before
string

Cursor for backward pagination. Use the previous_cursor from a previous response.

Response

List of users

A paginated list of users

data
User · object[]
required

The list of users

pagination
Pagination · object
required

Cursor-based pagination information

Example: