Disable an RSA Authentication Manager user account using the Administration API
Originally Published: 2020-06-15
Article Number
Applies To
RSA Product/Service/Type: Authentication Manager SDK
Issue
This article explains how to disable an existing user.
Resolution
This sample code pattern can be extended to include adding a ModificationDTO for the PrincipalDTO.ENABLE_FLAG:
...
//disable user
mod = new ModificationDTO();
mod.setOperation(ModificationDTO.REPLACE_ATTRIBUTE);
mod.setName(PrincipalDTO.ENABLE_FLAG);
mod.setValues(new Object[] { false });
mods.add(mod); // add it to the list
...Related Articles
Locked User Accounts 73Number of Views Disable a User Account in the User Dashboard 7Number of Views Disable a User Account 18Number of Views WTD: Information on Web Threat Detection API 9Number of Views IMG: How to setup a request form that allows users to lock/unlock and enable/disable user accounts from IMG 229Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?