Step 10: Create a population for MFA users
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 required name
property. This population's ID is referenced in Step 11 as the population to associate with newly created user.
Request Body
{"name"=>"MFAPopulation_{{$timestamp}}", "description"=>"Population for MFA users"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |