Sign up a user
In order to sign up a user by username and password, the recommended flow is to use below endpointsisEmailVerified flag set to false. It also returns a session token and user ID for the newly created user. The session token is set as a secure HTTP cookie for subsequent authenticated requests.
Verify email after signup
After the user is created, a verification email is sent to the user’s email address. Below endpoint allows the user to verify their email by providing the verification code received in the email. Upon successful verification, theisEmailVerified flag is set to true for the user.