Skip to main content
POST
Sign up a user using email and password

Authorizations

Authorization
string
header
required

Personal API key sent as a bearer token.

Body

application/json
name
string
required

The name of the user

email
string
required

The email of the user

password
string
required

The password of the user

image
string

The profile image URL of the user

callbackURL
string

The URL to use for email verification callback

rememberMe
boolean

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

username
string
displayUsername
string

Response

Successfully created user

user
object
required
token
string | null

Authentication token for the session