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
name
is a required property.The
description
property 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 |