List Team Members
Lists an account’s team members, including pending invites (status: "pending", ausri_ ids; user is null for invites sent to an email with no Whop account yet). For accepted members, email requires the company:authorized_user:email:read scope and is null otherwise.
Authorizations
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
Pins the request to a dated API version.
"2026-07-20"
Query Parameters
Account ID, prefixed biz_.
Only return members with this status: joined (accepted members) or pending (pending invites). Both are returned by default.
joined, pending Only return the membership for this user ID, prefixed user_.
Only return members with this role. custom matches members on a dashboard-managed custom role.
owner, admin, sales_manager, moderator, advertiser, app_manager, support, manager, custom Only return members added before this ISO 8601 timestamp.
Only return members added after this ISO 8601 timestamp.
Field used to sort members.
created_at Sort direction. Defaults to desc.
asc, desc Number of members to return. Defaults to 20; maximum 100.
Cursor for the next page of members.

