Read One Synced Group for a Rule
GET {{apiPath}}/environments/{{envID}}/propagation/rules/{{ruleID}}/syncedGroups/{{groupID}}
The GET {{apiPath}}/environments/{{envID}}/propagation/rules/{{ruleID}}/syncedGroups/{{groupID}}
endpoint returns the specified synchronized group for the specified identity propagation rule in the specified environment.
RESPONSES
status: OK
{"group":{"id":"1d7cbf0f-134c-42dc-9dbc-be57fa0828a0"},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"status":"SUCCESS","lastSyncAt":"2023-02-15T17:03:39.763Z","details":"","_links":{"environment":{"href":"https://api.pingone.com/v1environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/propagation/rules/d9e48a06-e691-4adc-a8c7-4bc53e171e85/syncedGroups/1d7cbf0f-134c-42dc-9dbc-be57fa0828a0"}}}