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.
namestringRequired
The name of the user
emailstringRequired
The email of the user
passwordstringRequired
The password of the user
imagestringOptional
The profile image URL of the user
callbackURLstringOptional
The URL to use for email verification callback
rememberMebooleanOptional

If this is false, the session will not be remembered. Default is true.

Response

Successfully created user
userobject
tokenstring or null
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