{ "opencollection": "1.0.0", "info": { "name": "CyberArk Identity REST Authentication SCIM API", "version": "2026-05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SCIM", "type": "folder" }, "items": [ { "info": { "name": "Query SCIM users", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.id.cyberark.cloud/scim/v2/Users", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "startIndex", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" } ] }, "docs": "Query SCIM users" }, { "info": { "name": "Create a SCIM user", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.id.cyberark.cloud/scim/v2/Users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a SCIM user" }, { "info": { "name": "Get a SCIM user", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.id.cyberark.cloud/scim/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a SCIM user" }, { "info": { "name": "Replace a SCIM user", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.id.cyberark.cloud/scim/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace a SCIM user" }, { "info": { "name": "Delete a SCIM user", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.id.cyberark.cloud/scim/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a SCIM user" }, { "info": { "name": "Query SCIM groups", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.id.cyberark.cloud/scim/v2/Groups" }, "docs": "Query SCIM groups" }, { "info": { "name": "Delete a SCIM group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.id.cyberark.cloud/scim/v2/Groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a SCIM group" } ] } ], "bundled": true }