---
title: "Transfer Staff User"
method: POST
path: "/staff/transfer"
---

# Transfer Staff User

`POST /staff/transfer`

Lets admin user change the store id associated to a staff user.

## Request body

- object
  - `username` string, required — Username of the staff user.
  - `id` integer, required — Unique ID of the staff.
  - `mobile` string — Mobile number of the staff user.
  - `email` string, required — Email ID of the staff user.
  - `storeCode` string, required — Store code associated with the staff.

## Response `200`

200

- object
  - `entity` 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)
