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

# create a new user

`POST /Users/{UserSid}`

## 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

---

[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/e4dc0ac5477d/schema)
