Register

The Register includes two functions that manage the user registration process.

circle-info

For on-premises deployment, you may be able to replace the email verification code with 000000 to skip the verification process.

API Reference

Register then login.

post

Recaptcha required. Return the session token if success.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
usernamestring · max: 24Required
emailstring · email · max: 50Required
email_verification_codestringOptional
invitation_codestringOptional
passwordstring · min: 6 · max: 32Required
referral_codestringOptional
Responses
chevron-right
201Success
application/json
post
/api/user/register
201Success

Examples

Last updated