Read All Synced Rules for a Group

GET {{apiPath}}/environments/{{envID}}/groups/{{groupID}}/syncedRules

The GET /environments/{{envID}}/groups/{{groupID}}/syncedRules operation returns all synchronized identity propagation rules for the specified group in the specified environment.

RESPONSES

status: OK

{"_embedded":{"syncedRules":[{"rule":{"id":"21621606-da10-4cc5-bcdd-227c8812ac36","name":"SCIM Outbound Rule"},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"status":"SUCCESS","lastSyncAt":"2023-02-15T17:03:39.763Z","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/groups/dbd479cb-fcd3-4c34-b5d3-ee2b60c86067/syncedRules/21621606-da10-4cc5-bcdd-227c8812ac36"}}}]},"_links":{"self":{"href":"https://api.pingone.com/v1//environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/groups/dbd479cb-fcd3-4c34-b5d3-ee2b60c86067/syncedRules"}}}