---
title: "Register new user"
method: POST
path: "/users"
tags: ["Users"]
---

# Register new user

`POST /users`

Register a new user account

## Request body

- UserRegistration
  - `email` string, email, required — User email address
  - `password` string, required — User password
  - `firstname` string, required — User first name
  - `lastname` string, required — User last name
  - `recaptcha` string — reCAPTCHA response token (if enabled)

## Response `201`

User registered successfully

## Other responses

- `400` — Registration failed

---

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