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'
}
Last updated
Was this helpful?