v11

latestOpenAPI 3.0.4Apache 2.0raw.githubusercontent.com2026-07-07396689.4 KB
OwnerBootstrap

Redeem owner invitation

Public entry point. Redeems a one-time owner invitation token, sets the owner's credential, and activates the owner account. Both the token and the credential are write-only.

post/owner/redeem

Request body

tokenstring required

One-time owner invitation token from the invitation link. Write-only.

credentialstring required

Credential the owner sets on first login. Opaque to this API. Write-only.

Example request

{
  "token": "inv-7f12a7c4-2f9a4c7e1b6d8038",
  "credential": "new-owner-passphrase"
}

Response

Owner invitation redeemed.

ownerUserIdstring required

Identifier of the activated owner user.

tenantIdstring required

Identifier of the tenant the owner now administers.

Example response

{
  "ownerUserId": "2c4e6a80-3b5d-4f70-9a12-8c0d1e2f3a4b",
  "tenantId": "7b3c2d9e-1f4a-4c8b-9e2d-5a6f7c8b9d01"
}