Register new user
post/auth/v3.0/register
Register a new user and sign the required policies.
Request
Body
application/json
firstNameUser's first name.
string
REQUIRED
lastNameUser's last name.
string
REQUIRED
emailUser's e-mail address. A confirmation mail will be sent for account activation.
string
REQUIRED
policiesThe platform policies the user has accepted, such as the EULA.
array integer[]
REQUIRED
passwordThe encrypted and base64 encoded password of your user account.
string
REQUIRED
customerAn optional name for your default team. Required when using the Hyperlane API endpoint.
string
Response
201Confirmation e-mail sent.
422Registration error.
Shell cURL
shell
Show schema
json