<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
List the Enrolled MFA Factors for a User via API
Okta Classic Engine
Multi-Factor Authentication
Overview
This article provides steps on how to see all the factors enrolled to a user based on API calls.
Applies To
  • API calls
  • Postman
  • MFA factors enrolled
  • Okta Classic Engine
Solution

Here is how to retrieve the information via Postman: 

  1. To find this, start by obtaining the user ID.
    • Run either find the user {{url}}/api/v1/users?q={{emailAddress}} or any other get user API call to retrieve the user for which the MFA factors enrolled should be retrieved.

API

  1. Take the user ID and replace {{userId}} in this call: {{url}}/api/v1/users/{{userId}}/factors.
    For example, {{url}}/api/v1/users/00u2ee41f3XyZAbcLE357/factors. This will return the list of enrolled MFA factors for the requested user.

API

NOTE: The data is returned in JSON format and can be exported and filtered (externally from the API call).


Related References

 

 
Loading
List the Enrolled MFA Factors for a User via API