/auth/sign-up/email
POST /auth/sign-up/email
POST
/auth/sign-up/email
Sign up a user using email and password
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
name
required
The name of the user
string
email
required
The email of the user
string
password
required
The password of the user
string
callbackURL
The URL to use for email verification callback
string
Responses
Section titled “ Responses ”Success
object
id
The id of the user
string
email
The email of the user
string
name
The name of the user
string
image
The image of the user
string
emailVerified
If the email is verified
boolean
Bad Request. Usually due to missing parameters, or invalid parameters.
object
message
required
string
Unauthorized. Due to missing or invalid authentication.
object
message
required
string
Forbidden. You do not have permission to access this resource or to perform this action.
object
message
string
Not Found. The requested resource was not found.
object
message
string
Too Many Requests. You have exceeded the rate limit. Try again later.
object
message
string
Internal Server Error. This is a problem with the server that you cannot fix.
object
message
string