List Members
Lists the members of an account. A member is one buyer’s relationship with the account, regardless of how many memberships they hold.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-02-2"
Query Parameters
The account to list members for (biz_ tag). Defaults to the account the credential acts as.
Filter by what the member can reach on the account.
no_access, admin, customer Filter by whether the member is still part of the account.
joined, left Only return members whose users match these user_ identifiers.
Search members by name or username. An exact email address also matches when the credential holds the member:email:read scope.
Only members who joined after this ISO 8601 timestamp.
Only members who joined before this ISO 8601 timestamp.
Sort field.
created_at, joined_at, last_accessed_at, usd_total_spent Sort direction.
asc, desc Number of members to return from the start of the window.
x <= 100Cursor to paginate forwards from.
Number of members to return from the end of the window.
x <= 100Cursor to paginate backwards from.

