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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"EnvironmentKey":"","ImportedUsers":[{"Username":"","Name":"","Email":""},{"Username":"","Name":"","Email":""}]}