---
title: "Get Staff of Store/Zone"
method: GET
path: "/staff/getUsersList"
---

# Get Staff of Store/Zone

`GET /staff/getUsersList`

Retrieve registered staff users of a specific store or zone. Accessible only to admin users.

## Query parameters

- `zoneCode` string
- `storeCode` string

## Response `200`

200

- object
  - `entity` object[]
    - `username` string
    - `mobile` string
    - `storeCode` string
    - `zoneCode` string
    - `id` integer
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
