---
title: "List sales people for a business store"
method: GET
path: "/v3/stores/{store_id}/sales-people"
tags: ["Business Stores"]
---

# List sales people for a business store

`GET /v3/stores/{store_id}/sales-people`

Requires the `store:read` scope.

## Query parameters

- `page_size` integer
- `next_cursor` string
- `previous_cursor` string

## Response `200`

Paginated sales people attached to the store

- BusinessStoreSalesPersonCollectionResponseBody
  - `data` BusinessStoreSalesPerson[], required
    - `id` integer, required
    - `percentage` number, required
    - `business_user` BusinessStoreBusinessUser, required
      - `id` integer
      - `user` BusinessStoreUser
        - `id` integer
        - `fullname` string
        - `email` string, email
        - `phone` string
        - `avatar` string
      - `role` BusinessStoreRole
        - `id` integer
        - `name` string
      - `business_phone` string
    - `weekly_schedule` object
  - `is_paginated` true, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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