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 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 Disable a User Account in the User Dashboard 8Number of Views Provisioning Termination rule is not generating change requests to disable accounts in RSA Identity Governance and Lifecycle 130Number of Views
Trending Articles
Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Release Notes: Cloud Access Service and Authenticators RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device
Don't see what you're looking for?