<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
0D54z000082rphQCAQOkta Identity EngineMulti-Factor AuthenticationAnswered2026-06-03T21:30:00.000Z2022-09-06T08:31:50.000Z2026-06-03T21:30:00.000Z
    • Thank you for the response.

      Unfortunately this API is relevant for Okta Classic Engine, but seems to be no longer valid in Okta Identity Engine. User's factor list from the API does not correlate the list of Security Methods available in user's settings page, and list of factors returned in MFA usage report

  • Hi @User16395109006711527679 (Customer)​ , Thank you for reaching out to the Okta Community!

     

    For OIE Authenticators API, please visit the following link. You should have everything you need there.  

    https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticators-administration-operations

     

    Other useful info here:

    https://help.okta.com/oie/en-us/Content/Topics/identity-engine/oie-dev-docs.htm

     

     

    If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you. 

     

    Hope my answer helps! 

    --------------------------------

    The Okta Community Catalysts Program is now live. Collect online badges when you participate in the Okta Help Center Questions community. Learn more here.

    Expand Post
    Selected as Best
    • Thanks Mihai, for the links. I found them as well.

      I can get list of configured authenticators, or lost of MFA enrollment policies.

      I am looking for a way to get list of authenticator methods user is enrolled. Is there a way to get it?

      • Oh, sorry for misunderstanding the use case.

        Haven't see it documented, but I tried the regular GET /api/v1/users/${userId}/factors and it pulled the authenticators for a specific user.

        No Reports style API unfortunately. You will have to run multiple iterations to get all your users.

         

        Hope this helps.

        Expand Post
      • I receive different factors list querying GET /api/v1/users/${userId}/factors  with my userId from those using GET idp/authenticators. Authentication MFA events matches ids of the methods returned from idp/authenticators as well.

        It seem there is an addition list managed for enrolled methods per user

         

        Expand Post
      • Thank you for clarifying! This makes more sense now.

        Not all the API Calls that you may see being used by the Okta UI is exposed for use via an API integration. Support is offered only for the publicly documented ones.

         

        Expand Post
This question is closed.
Loading
How can I list user authenticator enrolled methods with API