---
title: "Add Employee"
method: POST
path: "/manager/employees"
tags: ["manager"]
---

# Add Employee

`POST /manager/employees`

Add a new employee by creating them in Clerk and sending an organization invitation.
Takes technician data from ServiceTitan and creates a Clerk user.

## Request body

- AddEmployeeRequest
  - `id` string, required
  - `email` string, required
  - `phone_number` string, required
  - `login_name` string, required
  - `person_type` 'technician' | 'admin'
  - `trades` string[]

## Response `200`

Successful Response

- AddEmployeeResponse
  - `message` string, required
  - `clerk_user_id` string, required
  - `employee_id` string, required
  - `twilio_phone_number` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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