Registering new account
REGISTERING NEW ACCOUNT
Registers a new user account
POST
/accounts/register
Request Body
Name
Type
Description
username*
string
An object that contains the username field
password*
string
An object that contains the password field
tenantId
string
An object that contains the tenant ID field
{
content:
application/json:
schema:
$ref: '#/components/schemas/Account'
}
Last updated