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

# Create a new user

`POST /auth/users`

Creates a new user in the system

## Request body

- User
  - `created_at` string
  - `id` integer
  - `password` string, required
  - `username` string, required
  - `role` 'admin' | 'viewer'

## Response `201`

Created

- User
  - `created_at` string
  - `id` integer
  - `password` string, required
  - `username` string, required
  - `role` 'admin' | 'viewer'

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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