---
title: "List authenticated user's business-user memberships"
method: GET
path: "/v3/me/business-users"
tags: ["Business Users"]
---

# List authenticated user's business-user memberships

`GET /v3/me/business-users`

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

- `page_size` integer
- `next_cursor` string
- `previous_cursor` string
- `sort_direction` 'asc' | 'desc'
- `search` string
- `business_name` string

## Response `200`

Paginated business-user membership list

- BusinessUserCollectionResponseBody
  - `data` CurrentBusinessUser[], required
    - `id` integer, required
    - `business` CurrentBusinessUserBusiness, nullable, required
      - `id` integer
      - `account_holder` string, nullable
      - `username` string, nullable
      - `unique_id` string, nullable
      - `logo` string, nullable — Public URL for the business logo when configured.
    - `user_id` integer, required
    - `business_phone` string, nullable, required
    - `is_verified` boolean, required
    - `is_locked` boolean, required
    - `role` CurrentBusinessUserRole, nullable, required
      - `name` string, nullable
      - `store_filter_type` string, nullable
      - `warehouse_filter_type` string, nullable
      - `customer_filter_type` string, nullable
      - `bundle_filter_type` string, nullable
      - `ad_view_filter_type` string, nullable
      - `order_statuses` string[], nullable
      - `authorized_permissions` object
    - `metadata` object, required
  - `is_paginated` true, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/730030bd6477/schema)
