---
title: "Create new user"
method: POST
path: "/users"
tags: ["User Management"]
---

# Create new user

`POST /users`

Create a new user.

## Request body

- UserCreate — User of the system
  - `name` string, required
  - `email` string, email, required

## Response `201`

User Created

- object
  - `id` string, uuid

## Other responses

- `400` — Missing Required Information
- `409` — Email Already Taken

---

[API](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/revisions/3c144b366e19/schema)
