Registering new account

REGISTERING NEW ACCOUNT

Registers a new user account

POST /accounts/register

Request Body

NameTypeDescription

*

String

Object that contain username, password, confirm password and role (optional) fields

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Account'
}

Last updated