---
title: "Move employee to a team"
method: POST
path: "/teams/addEmployee/"
---

# Move employee to a team

`POST /teams/addEmployee/`

## Request body

- MoveEmployeeInput
  - `team_code` string, required
  - `employee_id` string, required

## Response `201`

Employee Moved to Team

- Employee
  - `name` string
  - `phone` string
  - `organization_email` string
  - `employee_id` string
  - `role` 'CARD USER' | 'REVIEWER' | 'APPROVER'
  - `team_code` string
  - `key` string
  - `balance` number

---

[API](https://skmtc.net/boyahq/apis/teams-api.md) · [All operations](https://skmtc.net/boyahq/apis/teams-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boyahq/teams-api/versions/3a2226d93641/schema)
