Skip to main content
POST
Register User

Body

application/json
email
string<email>
required
Maximum string length: 255
password
string
required
Required string length: 8 - 128
full_name
string | null
Maximum string length: 255
accept_terms
boolean
default:false

User accepted Terms & Conditions

Response

Successful Response

email
string<email>
required
Maximum string length: 255
id
string<uuid>
required
is_active
boolean
default:true
is_superuser
boolean
default:false
is_paid
boolean
default:false
full_name
string | null
Maximum string length: 255
role
enum<string>
default:standard

Role controls non-admin account policies

Available options:
standard,
sandbox
created_at
string<date-time> | null
Last modified on July 30, 2026