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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Cursor page size.
x >= 1Opaque 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.
asc, desc Filter memberships by business username or account holder.
Filter memberships by business account holder.

