v1
latestOpenAPI 3.0.12026-07-227292131.4 KBusers
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 organization was provided during signup, the new organization will be created and the user will become its owner.
- If invitationKey was provided during signup, the user joins the invited organization.
post/users/email-verification
Request body
Response
User email successfully verified and user account is created.
Example response
{
"id": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
"authToken": "eyJhbGciOiJIUzI1NiIsInR..."
}