Read User Identity Provider

GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/identityProvider

To get data on the authoritative identity provider associated with a single user resource, the GET /environments/{{envID}}/users/{{userID}}/identityProvider operation returns the identity provider data only for the user resource with the ID specified in the request URL.

Note: When the actor is self and the identityProvider attribute is not included in any provided read scope (for example, p1:read:user*), a 403 status is returned.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/032223e2-7107-4938-a74f-32083f1c4785/identityProvider"},"user":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/032223e2-7107-4938-a74f-32083f1c4785"}},"type":"PING_ONE"}