v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01228315499.3 KB
authentication

Registers a new User and returns it with the generated ID.

post/authentication/register

Request body

emailstring email required

E-Mail of the User

first_namestring required

First name of the User

last_namestring required

Last name of the User

passwordstring required

Hashed password of the User

Response

Successful Response

emailstring email required

E-Mail of the User

first_namestring required

First name of the User

last_namestring required

Last name of the User

idinteger required

ID of the User

createdstring date-time required

Created timestamp of the User

updatedstring date-time required

Updated timestamp of the User