Skip to main content
Version: 2024.1

Change suite owner

Description

Changes a suite template's owner.

URL

http://{Job Scheduling API IP}:{port#}/api/spaces/{space_name}/SuiteTemplate/{id}/changeowner

ParameterDescription/Comments
space_nameCloudShell domain in which the suite was executed. (string)
idSuite template's id - included in suite's URL. For example:
http://192.168.74.11/Test%20Lab/suite/b25d72e0-4f44-4b62-949c-02596196b157/

HTTP method

PUT

Request

Headers

Example header format:

Content-Type: application/json

Request body
ParameterDescription/Comments
ownerUsernameCloudShell username to set as the new owner. (string)
Request example
{
"ownerUsername": "user1"
}