{ "opencollection": "1.0.0", "info": { "name": "CyberArk Identity REST Authentication UserMgmt API", "version": "2026-05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "UserMgmt", "type": "folder" }, "items": [ { "info": { "name": "Retrieve detailed information for a user", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.id.cyberark.cloud/UserMgmt/GetUserInfo", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve detailed information for a user" }, { "info": { "name": "Update user attribute values", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.id.cyberark.cloud/UserMgmt/ChangeUserAttributes", "body": { "type": "json", "data": "{}" } }, "docs": "Update user attribute values" }, { "info": { "name": "Send system invitations to one or more users", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.id.cyberark.cloud/UserMgmt/InviteUsers", "body": { "type": "json", "data": "{}" } }, "docs": "Send system invitations to one or more users" }, { "info": { "name": "Lock or unlock a cloud user account", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.id.cyberark.cloud/UserMgmt/SetCloudLock", "body": { "type": "json", "data": "{}" } }, "docs": "Lock or unlock a cloud user account" }, { "info": { "name": "Delete cloud users", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.id.cyberark.cloud/UserMgmt/RemoveUsers", "body": { "type": "json", "data": "{}" } }, "docs": "Delete cloud users" } ] } ], "bundled": true }