Step 13: Create a destination population
POST {{apiPath}}/environments/{{destinationEnvID}}/populations
Create a new population resource in the destination environment using a POST {{apiPath}}/environments/{{destinationEnvID}}/populations request.
- In the request body, the population - nameis a required property.
- The - descriptionproperty is optional.
For more information, see Create Population.
Request Body
{"name"=>"DestinationPopulation_{{$timestamp}}", "description"=>"Population for simple login users"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | ||
| Content-Type | string |