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

# Register a new user

`POST /users`

## Request body

- NewUser
  - `email` string — An e-mail address.
  - `password` string

## Response `200`

Successful response

## Changes

- **2023-01-17** `fa2f5529ce77` — 1 info
  - endpoint added
- **2020-08-13** `ddfd4e39c98d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/users/post.md)

---

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