---
title: "Create a new user"
method: POST
path: "/users/create"
tags: ["Users"]
---

# Create a new user

`POST /users/create`

Creates a new user with a username and password.

## Request body

- object
  - `username` string
  - `password` string

## Response `200`

User created successfully.

## Other responses

- `400` — Username and password are required.
- `403` — Registration is currently disabled.
- `409` — Username already exists.
- `500` — Failed to create user.

---

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