Step 2: Create a population for registered 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 the sign-on policy action in Step 4 as the population to associate with newly registered users.

Request Body

{"name"=>"RegistrationUserPopulation", "description"=>"Population for registration users"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring