> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create User

Create a new user in the system.

* **Method:** POST
* **Path:** `/api/v1/users/`

## Request Body

Refer to the `UserCreate` schema in the OpenAPI playground.

## Response

Returns a `User` object on success.

<OpenAPIPlayground endpoint="/api/v1/users/" method="POST" />
