Transfer Workspace Owner¶
POST /api/v1/workspace/{workspace_uuid}/owner/transfer
Overview¶
Transfer the ownership of the specified workspace (the old owner 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 |