Create user (sign up)
PUT
/api/v1/user
Request Body required
Section titled “Request Body required ”object
username
required
Username (3+ chars, starts with word char)
string
email
required
User email address
string format: email
password
required
Password (8-72 chars)
string
passwordConfirm
Password confirmation (must match password)
string
Responses
Section titled “ Responses ”User created
object
id
required
User ID (15 chars)
string
username
required
Username (3+ chars, alphanumeric with dots)
string
email
required
User email address
string format: email
avatar
Avatar file path
string
verified
Email verification status
boolean
created
string format: date-time
updated
string format: date-time
Bad Request - Signup disabled or invalid data
Internal Server Error