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

# create a new user

`POST /Users`

## Request body

- object
  - `name` string
  - `email` string
  - `is_active` boolean
  - `force_change` boolean
  - `scope` string
  - `permissions` string[]
  - `old_password` string — existing password, which is to be replaced

## Response `204`

user created

## Other responses

- `403` — user creation failed
- `500` — system error

## Changes

- **2025-05-19** `321f4216d437` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/Users/post.md)

---

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