Register new user
Endpoint Examples
Create User
Register a new user in the system
POST
Register new user
Documentation Index
Fetch the complete documentation index at: https://qg.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json