Read One Synced Rule for a Group

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

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

RESPONSES

status: OK

{"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"}}}