Disable an RSA Authentication Manager user account using the Administration API
Originally Published: 2020-06-15
Last Modified: 2023-10-06
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 78Number of Views RSA Identity Governance and Lifecycle user account table control type in the request form does not list all accounts when … 35Number of Views Disable a User Account 21Number of Views Provisioning Termination rule is not generating change requests to disable accounts in RSA Identity Governance and Lifecycle 130Number of Views IMG: How to setup a request form that allows users to lock/unlock and enable/disable user accounts from IMG 236Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?