---
title: "Get current business user"
method: GET
path: "/v3/business-users/me"
tags: ["Business Users"]
---

# Get current business user

`GET /v3/business-users/me`

Returns the selected business membership for the authenticated caller. Requires a business-authenticated credential and selected business context.

## Response `200`

Current business-user membership

- CurrentBusinessUser
  - `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

## Other responses

- `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)
