Skip to main content
POST
Sign up a new user

Body

application/json
firstName
string
required

User first name

Example:

"John"

lastName
string
required

User last name

Example:

"Doe"

email
string
required

User email address

password
string
required

User password

Example:

"password123"

Response

201

Sign-up initiated. Check email for confirmation.