Step 12: Create a source population

POST {{apiPath}}/environments/{{sourceEnvID}}/populations

Create a new population resource in the source environment using a POST {{apiPath}}/environments/{{sourceEnvID}}/populations request.

  • In the request body, the population name is a required property.

  • The description property is optional.

For more information, see Create Population.

Request Body

{"name"=>"SourcePopulation_{{$timestamp}}", "description"=>"Population for simple login users"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring