- API
- Password Policy
- Recovery Question
There is currently no built-in report to list which users have configured a recovery question. However, an Admin can use the Users API to check if individual users have configured one.
-
Find the userID of the user by using the List Users API call.
-
Use the userID with the Get User API call.
-
Search the output for the recovery_question value.
-
If the user has configured a recovery question, the question will be listed in the output. If no question is listed, the user does not have a recovery question configured.
NOTE: The screenshot above uses Postman to send API calls. To import pre-written API calls directly into Postman, please see the related references below.
