For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to manage users locked in API interface?
Summary:
How to manage users locked in API interface?
Content (please ensure you mask any confidential information):
Hello,
when the user provides incorrect password 5 times during login to Oracle Fusion through the UI, the account gets locked. This can be removed manually from the Security Console, by unchecking Locked flag, or after the 30-60 minutes automatically. How to manage it in the API level? When the account gets locked through the API, it returns "401 - Unauthorized", even the password is already corrected and UI is working fine, etc. still through API it returns 401 for the similar time (30-60 minutes). The question is, how to manage it, how to check the API interface locks, etc?