v8
OpenAPI 3.1.02026-08-033623795.0 MBList 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.
Query parameters
Account ID, prefixed biz_.
Only return members with this status: joined (accepted members) or pending (pending invites). Both are returned by default.
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.
Only return members added before this ISO 8601 timestamp.
Only return members added after this ISO 8601 timestamp.
Field used to sort members.
Sort direction. Defaults to desc.
Number of members to return. Defaults to 20; maximum 100.
Cursor for the next page of members.
Response
Team members listed.
Example response
{
"data": [
{
"role": "owner",
"status": "joined"
}
]
}