How to Retrieve a List of "Pending User Action" Users
Last Updated:
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.
