<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Using the Users API to Check if a User Has Set Up a Forgot Password Recovery Question
Administration
Okta Identity Engine
Overview
This article describes how to use the Users API to find out if a user has set up a Forgot Password recovery question.
Applies To
  • API
  • Password Policy
  • Recovery Question
Solution

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.

  1. Find the userID of the user by using the List Users API call.

  2. Use the userID with the Get User API call.

  3. Search the output for the recovery_question value.

     Postman 

  4. 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.

 

Related References

Loading
Using the Users API to Check if a User Has Set Up a Forgot Password Recovery Question