Sign Up With Email And Password
Sign up a user using email and password
Authentication
AuthorizationBearer
Bearer token authentication
Request
This endpoint expects an object.
name
The name of the user
email
The email of the user
password
The password of the user
image
The profile image URL of the user
callbackURL
The URL to use for email verification callback
rememberMe
If this is false, the session will not be remembered. Default is true.
Response
Successfully created user
user
token
Authentication token for the session
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error