Verify user's email and complete user registration.
users
Verify user's email and complete user registration.
Confirms the user’s email address and finalizes the the account creation process.
Upon successful verification:
- If
organizationwas provided during signup, the new organization will be created and the user will become its owner. - If
invitationKeywas provided during signup, the user joins the invited organization.
POST
Verify user's email and complete user registration.
Authorizations
A token used to verify the validity of an email address. It must be included in the Authorization header when verifying the email address.
Body
application/json
The request body for email verification
A one-time passcode (OTP) provided by the user for email verification.
- Must be a numeric code.
Example:
321673
Response
User email successfully verified and user account is created.