Environment Register

POST {{baseUrl}}/environments/

Register the environment in LifeTime.

Request Body

{"EnvironmentName"=>"", "EnvironmentAddress"=>"", "ServiceCenterUsername"=>"", "ServiceCenterPassword"=>"", "LifeTimeAddress"=>"", "EnvironmentPosition"=>0, "OverridePreviousLifetime"=>false, "EnvironmentRolePermissions"=>[{"RoleKey"=>"", "PermissionLevel"=>0, "CanCreateApplications"=>false, "CanAddDependenciesToSystem"=>false}, {"RoleKey"=>"", "PermissionLevel"=>0, "CanCreateApplications"=>false, "CanAddDependenciesToSystem"=>false}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"EnvironmentKey":"","ImportedUsers":[{"Username":"","Name":"","Email":""},{"Username":"","Name":"","Email":""}]}