---
title: "New User"
method: POST
path: "/auth/new-user"
tags: ["auth"]
---

# New User

`POST /auth/new-user`

## Request body

- CreateUserIn
  - `email` string, email, required
  - `password` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `roles` string[], nullable
  - `branches` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
