Read One Synced Store for a User (Deprecated)

GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/syncedStores/{{storeID}}

The GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/syncedStores/{{storeID}} endpoint returns the the synchronization status of the specified synced identity store for the user in the environment.

RESPONSES

status: OK

{"store":{"id":"a6c4edd8-4cf4-4dd3-a1fc-820553656460","name":"scim-p14e"},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"status":"SUCCESS","lastSyncAt":"2021-11-20T00:22:21.795Z","details":"","_links":{"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/28bb1d72-cf87-4e63-b306-c758b99ffa0e/syncedStores/a6c4edd8-4cf4-4dd3-a1fc-820553656460"}}}