latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

sign-up-controller

post/api/noauth/signup

Request body

firstNamestring

First Name

lastNamestring

Last Name

emailstring

Email will be used for new user to login

passwordstring

New User Password

recaptchaResponsestring

Response from reCAPTCHA validation

pkgNamestring

For mobile apps only. Mobile app package name

appSecretstring

For mobile apps only. Mobile app secret

Example request

{
  "firstName": "John",
  "lastName": "Doe",
  "email": "john.doe@company.com",
  "password": "secret"
}

Response

OK

'SUCCESS' | 'INACTIVE_USER_EXISTS' required