{ "opencollection": "1.0.0", "info": { "name": "CyberArk Identity REST Authentication Org API", "version": "2026-05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Org", "type": "folder" }, "items": [ { "info": { "name": "Create an organization", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.id.cyberark.cloud/Org/Create", "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization" }, { "info": { "name": "List all organizations", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.id.cyberark.cloud/Org/ListAll" }, "docs": "List all organizations" } ] } ], "bundled": true }