POST
/v1/auth/password/signup
Sign-Up a new user utilizing password authentication. This endpoint will return the user's JWT.
Next Steps
Verify the user's email to allow for password reset by updating the email via OTP, Enchanted Link, or Magic Link
Add tenants to the user via Update User Add Tenant
Add roles to the user via Update User Add Role
See Also
- See The User Object for further details on how to identify users and their contact information such as email addresses and phone number.
- Use the Sign-In endpoint to sign-in an existing end user.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID\>
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
loginId
string
user
object
password
string
loginOptions
object
Status code | Description |
---|---|
200 | OK |
Was this helpful?