---
title: "Create a User"
method: POST
path: "/users"
tags: ["Users"]
---

# Create a User

`POST /users`

Create a new user.

## Request body

- UserItem
  - `LoginName` string — The new users login name.
  - `FullName` string — The full name for the new user.
  - `Groups` string[] — The groups the new user is a member of.
  - `Password` string — The password for the new user.

## Response `201`

New user created

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/kurrent-io/apis/http-api.md) · [All operations](https://skmtc.net/kurrent-io/apis/http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kurrent-io/http-api/versions/b7fd712e809c/schema)
