Skip to main content
POST
Register new user

Create User

This endpoint allows you to register a new user in the system.

Request Body

The request body should contain the user’s details in JSON format. This includes a username, password, and email address. The fields are required, and the password must be securely formatted.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
username
string
required
password
string<password>
required
email
string<email>
required

Response

User created successfully

id
integer
username
string
email
string