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
Unlock a User 27Number of Views WTD: Information on Web Threat Detection API 9Number of Views Unlock a User in the User Dashboard 15Number of Views Cloud Administration Unlock User Tokencodes API 120Number of Views Cloud Administration User Status API 55Number of Views
Trending Articles
RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) Create Account fails if previous Create Account is pending in RSA Identity Governance & Lifecycle How to enable or disable strict TLS 1.2 mode in RSA Authentication Manager 8.x RSA Authentication Manager Upgrade Process
Don't see what you're looking for?