<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

How to Retrieve a List of "Pending User Action" Users

Administration
Okta Classic Engine
Okta Identity Engine

Overview

This article describes how to retrieve a list of Pending User Action users.

Applies To

  • Reporting
  • User Administration 

Solution

Follow the steps or video below.

Use the Okta Reports to generate CSV files/reports with recent assignments, current assignments, Multifactor authentication (MFA), Okta Usage, etc.

However, at this time, there is no report that can generate a list of users in the Pending User Action status. It can only be seen via UI (by going to Directory > People > Pending user action tab) and cannot be exported as a CSV report.

Using the following API Call, retrieve a list of users with the status Provisioned, which is the same as Pending User Action:

{{url}}/api/v1/users?filter=status eq "PROVISIONED"&limit=200 


NOTE: Since Okta uses pagination with a limit of 200 results per page, if there is a larger number of users in this status, use the next link in the header to check the next 200 results.

 

Related References

Loading
Okta Support - How to Retrieve a List of "Pending User Action" Users