Management APIs-Identity Management-Identity Propagation (Provisioning)-Propagation Stores

Number of APIs: 8

  1. Read All Stores GET {{apiPath}}/environments/{{envID}}/propagation/stores

  2. Create Store (Zoom) POST {{apiPath}}/environments/{{envID}}/propagation/stores

  3. Test Connection Configuration POST {{apiPath}}/environments/{{envID}}/propagation/stores/connection/status

  4. Read One Store GET {{apiPath}}/environments/{{envID}}/propagation/stores/{{storeID}}

  5. Read All Synced Stores for a User (Deprecated) GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/syncedStores

  6. Read One Synced Store for a User (Deprecated) GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/syncedStores/{{storeID}}

  7. Update Store PUT {{apiPath}}/environments/{{envID}}/propagation/stores/{{storeID}}

  8. Delete Store DELETE {{apiPath}}/environments/{{envID}}/propagation/stores/{{storeID}}