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

## Changes

- **2026-08-14** `edcbe021f386` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/boyahq/apis/teams-api/changes/teams/addEmployee/post.md)

---

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