Read One Store

GET {{apiPath}}/environments/{{envID}}/propagation/stores/{{storeID}}

To get data for a single identity store resource, the GET /environments/{{envID}}/propagation/stores/{{storeID}} operation returns data for the identity store resource with the specified ID.

Included is each store's sync status (syncStatus), indicating the current status (either Syncing or Failed), last provisioned date-time, as well as successful or failed sync counts, and user totals.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"b3a46f0d-7ba3-4423-80db-1b1ca459901e","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"createdAt":"2022-01-28T16:56:12.260Z","updatedAt":"2022-01-28T16:56:12.260Z","image":{},"description":"SCIM-connector","type":"scim","status":"ACTIVE","configuration":{"BASIC_AUTH_PASSWORD":"$3cr3t_p@55w0rd","UPDATE_USERS":true,"SCIM_VERSION":"2.0","CREATE_USERS":true,"USERS_RESOURCE":"/user","DISABLE_USERS":true,"USER_FILTER":"username Eq \"%s\"","AUTHORIZATION_TYPE":"Basic","AUTHENTICATION_METHOD":"Basic Authentication","UNIQUE_USER_IDENTIFIER":"userName","SCIM_URL":"https://ort-directory-api.pingone.com/api/directory","BASIC_AUTH_USER":"BASIC_AUTH_USER","REMOVE_ACTION":"Delete"},"name":"SCIM-connector","managed":true,"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/propagation/stores/b3a46f0d-7ba3-4423-80db-1b1ca459901e"}}}