---
title: "Create a new employee"
method: POST
path: "/employees"
---

# Create a new employee

`POST /employees`

## Request body

- EmployeeInput
  - `name` string, required
  - `organization_email` string, required
  - `phone_number` string, required
  - `team_code` string, required
  - `role` 'CARD USER', required

## Response `201`

Created

- Employee
  - `id` string
  - `name` string
  - `phone` string
  - `team_code` string
  - `organization_email` string
  - `role` string
  - `accno` string — employee wallet accno
  - `balance` unknown
  - `status` 'ACTIVE' | 'SUSPENDED'
  - `createdAt` string, date

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

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