Skip to main content
POST
Create Platform User

Body

application/json
email
string<email>
required
password
string
required
name
string | null
Maximum string length: 255
roles
string[]
is_active
boolean
default:true
workspace_id
string | null
is_platform_owner
boolean
default:false

Response

Successful Response

id
integer
required
email
string
required
is_active
boolean
required
name
string | null
roles
string[]
mfa_enabled
boolean
default:false
is_platform_owner
boolean
default:false
workspace_id
string | null
workspace
WorkspaceSummary · object | null

Compact workspace info embedded in auth payloads and user lists.

created_at
string<date-time> | null
updated_at
string<date-time> | null