Change the Owner of a Specified Workspace (The old owner's account will be directly removed from the current workspace)¶
POST /api/v1/workspace/{workspace_uuid}/owner/transfer
Overview¶
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 |