v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
Users

Create a new user

Create a new user record with the provided details.

post/api/v1/users

Request body

emailstring required
passwordstring required
usernamestring required

Example request

{
  "email": "admin@example.com",
  "password": "password",
  "username": "admin"
}

Response

user created successfully