<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
Reset User Factors in Bulk Using Rockstar and Postman
Multi-Factor Authentication
Okta Identity Engine
Overview

Currently, there is no out-of-the-box solution to reset factors in bulk. However, there is a workaround that will make this possible by using the Rockstar plugin and Postman.

NOTE: All the factors will be reset for the users listed in the CSV file.

Applies To
  • Okta Identity Engine (OIE)
  • Factor Reset
  • Rockstar
  • Postman
Solution
  1. Set up Postman for the tenant and install the Factors (Okta API) collection.
  2. Download the Rockstar browser extension.
  3. Navigate to Directory > People and click Export Users in the Rockstar overlay.

  Rockstar Extension - Export Users  

  1. In the Columns to export, choose only the User ID and disable the rest. Also, filter the users at this stage if it is necessary to reset the factors only for some users. Click Export and wait for the file to be generated.
  2. In Postman, at the bottom-right corner, click on Runner.
  Runner button 
  1. Drag and drop the Factors (Okta API) collection to the newly opened tab, then click on Deselect All and select Reset All Factors.

    Postman Environment 

  2. Open the CSV file that was exported with Rockstar, change the header from User ID to userId, and save the file.

    userId header 

  3. In the panel on the right, click Select File and choose the CSV file that was exported with Rockstar. Click Run Factors (Okta API).

    Run Configuration 

  4. Postman will then run the Reset All Factors API call for all users whose ID is in the CSV file.
 
NOTE: Okta did not create the Rockstar extension. It is an unofficial extension created and supported by the community. If the extension is not working correctly, Okta Support cannot troubleshoot it. The JavaScript source is on GitHub; an issue or a pull request can be opened.
Loading
Reset User Factors in Bulk Using Rockstar and Postman