Skip to main content
POST
Create

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required
Maximum string length: 255
password
string
required
write-only
confirm_password
string
required
write-only
first_name
string | null
Maximum string length: 50
last_name
string | null
Maximum string length: 100
full_name
string
write-only

Optional field to pass a full name string instead of both first_name and last_name

Response

201 - application/json
id
string<uuid>
required
read-only
email
string<email>
required
Maximum string length: 255
first_name
string | null
Maximum string length: 50
last_name
string | null
Maximum string length: 100