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.
Query parameters
Cursor page size.
Opaque cursor for the next page.
Opaque cursor for the previous page.
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.
Filter memberships by business username or account holder.
Filter memberships by business account holder.
Response
Paginated business-user membership list
Changes
No recorded changes to this endpoint across all 4 revisions of this API.