Sign Up 1 (Auth Request)
User authentication request by a given user info for sign-up.
POST /api/sign-up
Request with Body
Properties
Type
Required
string(~255)
alias
string(~64)
password
string
displayName
string(~32)
Response
Responds the UUID for the next user authentication step when successfully completed.
5428931b-7a9f-4548-81b1-e242b65d2934
already_exists_email
already_exists_alias
invalid_email_format
invalid_alias_format
Last updated
Was this helpful?