---
title: "Create new User"
method: POST
path: "/app/{appId}/user"
tags: ["Admin API"]
---

# Create new User

`POST /app/{appId}/user`

## Path parameters

- `appId` string, required

## Request body

- object
  - `username` string — Email of User
  - `firstName` string — First name of User
  - `lastName` string — Last name of User
  - `password` string — Password of User

## Response `200`

OK

- object
  - `user` object — User created
    - `id` string — ID of User

---

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