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
Example request
{
"token": "inv-7f12a7c4-2f9a4c7e1b6d8038",
"credential": "new-owner-passphrase"
}Response
Owner invitation redeemed.
Example response
{
"ownerUserId": "2c4e6a80-3b5d-4f70-9a12-8c0d1e2f3a4b",
"tenantId": "7b3c2d9e-1f4a-4c8b-9e2d-5a6f7c8b9d01"
}