---
title: "Admin create user"
method: POST
path: "/users/admin-create"
tags: ["Users"]
---

# Admin create user

`POST /users/admin-create`

Allows an admin to create a new user regardless of whether public registration is enabled.

## Request body

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

## Response `200`

User created successfully.

## Other responses

- `400` — Username and password are required.
- `403` — Not authorized.
- `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)
