Skip to main content
POST
Register

Body

application/json
email
string<email>
required
password
string
required

Password must be at least 8 characters long

Minimum string length: 8
full_name
string | null

Response

Successful Response

Enhanced registration response with role and provisioning data

id
string<uuid>
required
email
string
required
role
string
required
is_active
boolean
required
created_at
string<date-time>
required
full_name
string | null
project_id
string<uuid> | null
provisioning
ProvisioningData · object | null

Provisioning data for developers (one-time response)

access_token
string | null
refresh_token
string | null
token_type
string | null
default:bearer