---
title: "Create an User"
method: POST
path: "/register"
tags: ["hidden"]
---

# Create an User

`POST /register`

Create a new `User` from the registration form. The user will be created without an application or access, there is nothing he can do without another step such as creating an application or inviting access

## Query parameters

- `email` string, email, required
- `password` string, required
- `cgu` boolean, required
- `firstname` string
- `lastname` string
- `metadata` string[], nullable

## Response `200`

Successful Operation

## Other responses

- `422` — Unprocessable Entity

---

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