---
title: "Create an employee for a company"
method: POST
path: "/employees"
tags: ["Employees"]
deprecated: true
---

# Create an employee for a company

`POST /employees`

> **Deprecated.**

## Request body

- EmployeeCreationRequest
  - `email` string, required — Employee email

## Response `200`

An employee has been created

- EmployeeCreationResponse
  - `id` string, required — The unique UUID identifier of the employee

## Other responses

- `401` — request unauthorized
- `403` — Request forbidden; user has insufficient rights to a resource.
- `404` — route not found
- `500` — Something went wrong. Please contact the administrator if problems persist.

---

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