Registering new account
REGISTERING NEW ACCOUNT
Registers a new user account
POST /accounts/register
Request Body
Name
Type
Description
*
String
Object that contain username, password, confirm password and role (optional) fields
{
content:
application/json:
schema:
$ref: '#/components/schemas/Account'
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated
Was this helpful?