Skip to main content
POST
Grant Super Admin

Authorizations

X-Access-Token
string
header
required

Query Parameters

org_id
string<uuid> | null

Body

application/json

Identify the user to promote to super admin.

Provide exactly one of user_id or email. email is a convenience for installers/operators who key on email rather than the Keycloak sub; it is resolved to a user id before the grant.

user_id
string | null

Target user id (Keycloak sub / UUID string).

email
string | null

Target user email. Resolved to a user id before granting.

Response

Successful Response

A single super admin.

user_id
string
required
email
string | null