Update Population Default IdP

PUT {{apiPath}}/environments/{{envID}}/populations/{{popID}}/defaultIdentityProvider

Use PUT /environments/{{envID}}/populations/{{popID}}/defaultIdentityProvider to update the default identity provider for a population in the specified environment.

To specify PingOne as the default identity provider, assign id to null, or specify the empty set ({ }).

Prerequisites

See the Populations data model for full property descriptions.

PropertyTypeRequired?
idStringRequired

Request Body

{"id"=>"{{providerID}}"}

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/populations/f5d70107-ee11-481c-a73d-f3d812808d76/defaultIdentityProvider"},"population":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/populations/f5d70107-ee11-481c-a73d-f3d812808d76"}},"id":"5609001a-96db-422a-9507-2aa9905b21f5","type":"FACEBOOK"}