---
title: "Get Store Staff Details"
method: GET
path: "/store/staff"
---

# Get Store Staff Details

`GET /store/staff`

Returns the entire staff details of the current organization. Staff could be associates or managers.

## Query parameters

- `type_value` 'ASSOCIATE' | 'MANAGER'
- `format` 'xml' | 'json'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `store` object
      - `staff` object
        - `user` object[]
          - `id` string
          - `type` string
          - `code` string
          - `firstname` string
          - `lastname` string
          - `mobile` string
          - `email` string
          - `store_id` string
          - `store_code` string

---

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