---
title: "Changes to Register a new user"
method: POST
path: "/api/auth/register"
---

# Changes to Register a new user

`POST /api/auth/register`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 7 revisions.

- **2025-11-21** `50eff5014b78` — 1 breaking, 3 warning, 8 info
- **2025-03-24** `fbc3fe6ecbf1` — 5 warning, 7 info

## Changes

- **2025-11-21** `50eff5014b78` — 1 breaking, 3 warning, 8 info
  - media type `application/problem+json` was changed to a more general media type `application/json` for the response status `400`
  - removed the optional property `errors` from the response with the `400` status
  - removed the optional property `message` from the response with the `400` status
  - removed the optional property `statusCode` from the response with the `400` status
  - the endpoint scheme security `JWTBearerAuth` was removed from the API
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - added the optional property `detail` to the response with the `400` status
  - added the optional property `instance` to the response with the `400` status
  - added the optional property `status` to the response with the `400` status
  - added the optional property `title` to the response with the `400` status
  - added the optional property `type` to the response with the `400` status
- **2025-03-24** `fbc3fe6ecbf1` — 5 warning, 7 info
  - removed the optional property `detail` from the response with the `400` status
  - removed the optional property `instance` from the response with the `400` status
  - removed the optional property `status` from the response with the `400` status
  - removed the optional property `title` from the response with the `400` status
  - removed the optional property `type` from the response with the `400` status
  - the endpoint scheme security `JWTBearerAuth` was added to the API
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the optional property `errors` to the response with the `400` status
  - added the optional property `message` to the response with the `400` status
  - added the optional property `statusCode` to the response with the `400` status

---

[Operation](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/docs/api/auth/register/post.md) · [API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [Page](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/auth/register/post)
