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
Disable a User Account in the User Dashboard 7Number of Views Disable a User Account 18Number of Views Locked User Accounts 73Number of Views Disable the display of user information thumbnail when the screen is locked in RSA Authentication Agent 7.x for Windows 40Number of Views IMG: How to setup a request form that allows users to lock/unlock and enable/disable user accounts from IMG 234Number of Views
Trending Articles
Artifacts to gather in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.9 Setup and Configuration Guide Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU How to generate a PASSCODE for manual entry on a Ericsson R380 WAP phone IDR SSO - Step 3: Deploy the Identity Router
Don't see what you're looking for?