Step 7: Create a population

POST {{apiPath}}/environments/{{envID}}/populations

The POST /environments/{{envID}}/populations/ operation creates a new population resource in the specified environment. The request body for the POST must provide a value for the name property. This population's ID is referenced in Step 8 as the population to associate with the newly created admin user.

Request Body

{"name"=>"AdminPopulation_{{$timestamp}}", "description"=>"Population for admin users"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring