Read One Population
GET {{apiPath}}/environments/{{envID}}/populations/{{popID}}
Use GET /environments/{{envID}}/populations/{{populationID}}
to view a population in the specified environment. The example shows the operation to get information about a single population. The population ID is specified in the request URL.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/populations/60971d3b-cc5a-4601-9c44-2be541f91bf1"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"60971d3b-cc5a-4601-9c44-2be541f91bf1","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"UPDATED_population","description":"This population has been updated.","userCount":3,"createdAt":"2019-05-21T17:47:23.814Z","updatedAt":"2020-02-21T23:02:27.353Z"}