---
title: "Get staff"
method: GET
path: "/staffs/{id}"
tags: ["Staffs"]
---

# Get staff

`GET /staffs/{id}`

To retrieve staff<br>獲取指定管理員。

## Path parameters

- `id` string, required

## Response `200`

OK

- Staff
  - `id` string — ID
  - `email` string — Email<br>電郵
  - `name` string — Name<br>員工名稱
  - `locale_code` string — Locale of staff using<br>員工語系
  - `owned_merchants` object[] — Associated merchants this staff owns<br>帳號為店長的店鋪
    - `id` string — Merchant ID
    - `name` string — Merchant name
    - `handle` string — Merchant handle
    - `base_country_code` string — Merchant country code
    - `custom_domain` string — Merchant custom domain
  - `employed_merchants` object[] — Associated merchants this staff belongs to<br>帳號服務的店鋪
    - `id` string — Merchant ID
    - `name` string — Merchant name
    - `handle` string — Merchant handle
    - `base_country_code` string — Merchant country code
    - `custom_domain` string — Merchant custom domain
  - `user_id` string, nullable — user ID<br>使用者 ID
  - `created_at` string — Created Time<br>創建時間
  - `merchant_ids` string[] — Associated merchant IDs this staff belongs to<br>帳號服務的店鋪 ID
  - `organization_ids` string[] — Associated organization IDs this staff belongs to<br>帳號服務的組織 ID
  - `role_keys` string[]
  - `profile_image_url` string — Profile image url<br> 個人資料相片URL
  - `channel_ids` string[] — Channel IDs<br> 頻道 IDs

## Other responses

- `404` — Not Found
- `500` — Server error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
