- Reports
- Okta API
- Okta Classic Engine
- Configure Postman as per the developer doc API. See Get Started with the Okta REST APIs.
- If 200 results are required, use pagination to move to the next set of results.
Pagination
- Requests that return a list of resources may support paging. Pagination is based on a cursor and not on page numbers. The cursor is opaque to the client and specified in either the
before or after queryparameter. For some resources, set a custom page size with thelimitparameter. - Note that for technical reasons, not all APIs respect pagination or the
beforeandlimitparameters. See the Events API for examples.
Creating the report
- Copy the JSON response.
- Access a web-based JSON to CSV converter such as Konklone.
- Download the CSV and filter as desired. Attributes are converted to columns, and each row is filled with a user.
