{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations BulkUserOperations API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "BulkUserOperations", "type": "folder" }, "items": [ { "info": { "name": "Enable", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/enable", "body": { "type": "json", "data": "{}" } }, "docs": "Enable each User." }, { "info": { "name": "Disable", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/disable", "body": { "type": "json", "data": "{}" } }, "docs": "Disable each User." }, { "info": { "name": "Enable Email Two Factor", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/enable-email-two-factor", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Email two factor for each User." }, { "info": { "name": "Disable Email Two Factor", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/disable-email-two-factor", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Email two factor for each User." }, { "info": { "name": "Enable Radius Two Factor", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/enable-radius-two-factor", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Radius two factor for each User." }, { "info": { "name": "Disable Radius Two Factor", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/disable-radius-two-factor", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Radius two factor for each User." }, { "info": { "name": "Enable TOTP Auth", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/enable-totp-auth", "body": { "type": "json", "data": "{}" } }, "docs": "Enable TOTP Auth for each User." }, { "info": { "name": "Disable TOTP Auth", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/disable-totp-auth", "body": { "type": "json", "data": "{}" } }, "docs": "Disable TOTP Auth for each User." }, { "info": { "name": "Reset TOTP Auth", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/reset-totp-auth", "body": { "type": "json", "data": "{}" } }, "docs": "Reset TOTP Auth for each User." }, { "info": { "name": "Enable Duo Auth", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/enable-duo-auth", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Duo Auth for each User." }, { "info": { "name": "Disable Duo Auth", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/disable-duo-auth", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Duo Auth for each User." }, { "info": { "name": "Enable Fido2 Two Factor", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/enable-fido2-two-factor", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Fido2 two factor for each User." }, { "info": { "name": "Disable Fido2 Two Factor", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/disable-fido2-two-factor", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Fido2 two factor for each User." }, { "info": { "name": "Reset Fido2 Two Factor", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/reset-fido2-two-factor", "body": { "type": "json", "data": "{}" } }, "docs": "Reset Fido2 two factor for each User." }, { "info": { "name": "Force Logout", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/force-logout", "body": { "type": "json", "data": "{}" } }, "docs": "Force Logout for each User." }, { "info": { "name": "Lock", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/lock", "body": { "type": "json", "data": "{}" } }, "docs": "Lock selected Users." }, { "info": { "name": "Unlock", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/unlock", "body": { "type": "json", "data": "{}" } }, "docs": "Unlock selected Users." }, { "info": { "name": "Add To Group", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/add-to-group", "body": { "type": "json", "data": "{}" } }, "docs": "Add selected Users to the specified Group." }, { "info": { "name": "Remove From Group", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/remove-from-group", "body": { "type": "json", "data": "{}" } }, "docs": "Remove selected Users from the specified Group." }, { "info": { "name": "Add To Team", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/add-to-team", "body": { "type": "json", "data": "{}" } }, "docs": "Add selected Users to the specified Team." }, { "info": { "name": "Remove From Team", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-user-operations/remove-from-team", "body": { "type": "json", "data": "{}" } }, "docs": "Remove selected Users from the specified Team." } ] } ], "bundled": true }