Register New Account
POST
/account/register
Creates a new user account during first-time setup or by administrators. Used for initial user registration.
Request Body
application/json
JSON
{
"username": "string",
"password": "string",
"firstName": "string",
"lastName": "string"
}
Responses
Account creation successful or error information
application/json
JSON
{
}