<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
0D51Y00006KqKmySAFOkta Classic EngineAdministrationAnswered2024-04-13T05:02:12.000Z2019-06-11T20:19:09.000Z2019-06-19T06:53:39.000Z

CortneyC.60791 (CRH Americas Materials) asked a question.

is there a way to report on which users have configured the forgotten password question?

I am being asked to provide a list of okta users that have configured a secret question/answer to reset their password. is there an easy way to pull that data?


  • Hi Cortney - thanks for your question! I don't believe there is a report that shows which users have set a security question for self service recovery. I'll escalate this to support to be sure. Thanks!

  • JatinB.72487 (Customer)

    There is one option, which would be to run the "MFA Usage" report. This will give all the enrolled factors. Not sure if this helps. The report can also be found in the dashboard.

     

    Regards,

    Jatin

  • It is correct there is no built-in report for this. However, this information is available and can be pulled via the Okta API.  If you perform a GET on a user, there will be a response showing "credentials" that will tell you whether a "recovery_question" has been configured.  If this is absent, then the user has not configured a forgot password question.

     

    The doc linked below will show how to do this on an individual user and show an example request and response:

    https://developer.okta.com/docs/reference/api/users/#get-user

     

    I suspect you'll want this information for more than one user, so you can also just do this with a list of users:

    https://developer.okta.com/docs/reference/api/users/#list-all-users

    Expand Post
    Selected as Best
  • AnthonyE.11151 (Customer)

    @HenkJan - this link refers to how to "reset the users question and answer". Is this what you meant to send? I too am very interested in how many of my end-users have configured a security question.

    ~A

  • exocv (exocv)

    my apologies, i read the question wrong.

     

This question is closed.
Loading
is there a way to report on which users have configured the forgotten password question?