v2
OpenAPI 3.0.3Proprietary2026-07-263483431.1 MBBusiness Users
List authenticated user's business-user memberships
Returns the authenticated caller's business-user memberships. This is a user-scoped endpoint and does not use b_uid or selected-business context. Results use regular v3 cursor pagination ordered by membership ID descending by default. Use sort_direction=asc to list the earliest business membership first.
get/v3/me/business-users
Query parameters
page_sizeinteger
Cursor page size.
next_cursorstring
Opaque cursor for the next page.
previous_cursorstring
Opaque cursor for the previous page.
sort_direction'asc' | 'desc'
Optional sort direction for endpoints that explicitly document support for directional sorting. Cursor requests must keep the same sort_direction used to create the cursor.
searchstring
Filter memberships by business username or account holder.
business_namestring
Filter memberships by business account holder.
Response
Paginated business-user membership list