---
title: "Employee list"
method: GET
path: "/shops/{SHOP_ID}/users"
tags: ["Employee"]
---

# Employee list

`GET /shops/{SHOP_ID}/users`

Get list of employees

## Path parameters

- `SHOP_ID` integer, required

## Response `200`

Success

- object
  - `data` object[] — List of employees
    - `department` object — Department information
      - `id` integer — Department ID
      - `name` string — Department name
    - `shop_id` integer — Shop ID
    - `user_id` string — User ID
    - `user` object — User information
      - `email` string — User email
      - `fb_id` string — Facebook ID
      - `id` string — User ID
      - `name` string — User name
      - `phone_number` string — Phone number
    - `sale_group` object — Sale group information
      - `id` integer — Sale group ID
      - `name` string — Sale group name
  - `success` boolean — Success status

---

[API](https://skmtc.dev/pancake/apis/pancake-pos-open-api.md) · [All operations](https://skmtc.dev/pancake/apis/pancake-pos-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pancake/pancake-pos-open-api/revisions/acb70aa4b3f5/schema)
