OAAM API to get user Locked status
Hi Team,
We have deployed our webservices code in a weblogic server (not OAAM server) through native integration using SOAP. While getting the user's details from OAAM through API call, we need to check if the user account is locked or not. We tried using the OTPFailureCount class to get the OTP failure count and set the user locked status, but this class in turn uses OAAM DB connection to get the failure count. Please let us know if there is any OAAM API to check the user's locked status without connecting to OAAM DB. Also please confirm us whether this way