Transfer Workspace Owner¶
POST /api/v1/workspace/{workspace_uuid}/owner/transfer
Overview¶
Transfer the owner of a specified workspace (the old owner's account will be directly removed from the current workspace)
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| workspace_uuid | string | Y | Workspace UUID |
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| accountUUID | string | Y | Account UUID, transfer the owner role to this account Example: acnt_xxx Allow null: True Allow empty string: False |