Skip to main content
POST
Register:Register

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
password
string
required
is_active
boolean | null
default:true
is_superuser
boolean | null
default:false
is_verified
boolean
default:true
parent_user_id
string<uuid> | null

Response

Successful Response

id
string<uuid>
required
email
string<email>
required
is_active
boolean
default:true
is_superuser
boolean
default:false
is_verified
boolean
default:false
tenant_id
string<uuid> | null
parent_user_id
string<uuid> | null