Skip to main content

OwnershipTransferResponse

Response for ownership transfer.

messageMessage (string)required
workspace_idWorkspace Id (string)required
previous_owner_idPrevious Owner Id (string)required
new_owner_idNew Owner Id (string)required
OwnershipTransferResponse
{
"message": "string",
"workspace_id": "string",
"previous_owner_id": "string",
"new_owner_id": "string"
}