---
title: "Create a user"
method: POST
path: "/auth/user"
tags: ["User Management"]
---

# Create a user

`POST /auth/user`

The client has to have the `create_user` scope in order to be able to perform this operation.

## Headers

- `Content-Type` 'application/json', required

## Request body

- object
  - `email` Username, required — unresolved $ref
  - `language` Language — unresolved $ref
  - `full_name` FullName, required — unresolved $ref
  - `password` Password, required — unresolved $ref

## Response `201`

User created

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref

---

[API](https://skmtc.net/qwist/apis/finx-api.md) · [All operations](https://skmtc.net/qwist/apis/finx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qwist/finx-api/revisions/b75f5c1aa39e/schema)
