Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-23"

Query Parameters

account_id
string

The account to list members for (biz_ tag). Defaults to the account the credential acts as.

access_level
enum<string>

Filter by what the member can reach on the account.

Available options:
no_access,
admin,
customer
status
enum<string>

Filter by whether the member is still part of the account.

Available options:
joined,
left
query
string

Search members by name or username. An exact email address also matches when the credential holds the member:email:read scope.

created_after
string

Only members who joined after this ISO 8601 timestamp.

created_before
string

Only members who joined before this ISO 8601 timestamp.

order
enum<string>
default:created_at

Sort field.

Available options:
created_at,
joined_at,
last_accessed_at,
usd_total_spent
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
first
integer
default:20

Number of members to return from the start of the window.

Required range: x <= 100
after
string

Cursor to paginate forwards from.

last
integer

Number of members to return from the end of the window.

Required range: x <= 100
before
string

Cursor to paginate backwards from.

Response

members listed

data
object[]
required
page_info
object
required