{ "opencollection": "1.0.0", "info": { "name": "ForgeRock Access Management Access Requests Synchronization API", "version": "7.3.0" }, "request": { "auth": { "type": "apikey", "key": "iPlanetDirectoryPro", "value": "{{iPlanetDirectoryPro}}", "placement": "header" } }, "items": [ { "info": { "name": "Synchronization", "type": "folder" }, "items": [ { "info": { "name": "ForgeRock Trigger on-demand synchronization", "type": "http" }, "http": { "method": "POST", "url": "https://{deployment}/am/sync", "params": [ { "name": "_action", "value": "", "type": "query", "description": "Must be performAction" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a synchronization action for a specific object change. Useful for performing immediate sync of individual objects." } ] } ], "bundled": true }