- API calls
- Postman
- MFA factors enrolled
- Okta Classic Engine
Here is how to retrieve the information via Postman:
- 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.
- Run either find the user
-
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.
NOTE: The data is returned in JSON format and can be exported and filtered (externally from the API call).
Related References
