<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
0D50Z00008G7VJySANOkta Classic EngineIntegrationsAnswered2025-06-14T10:29:51.000Z2016-02-15T17:14:27.000Z2017-06-26T17:44:18.000Z
How to get total number of users and number of users that never signed-in via REST API?
Under Admin portal, there is a Reports section (eg myorg-admin.okta.com/reports) with stats on Okta usage. These reports can be exported to a CSV file. Is it possible to get such stats via REST API (some kind of aggregate API, counters and so on)? Is it possible to get a CSV file via REST API or using "api_key" that is used for REST API?

 

A more concrete example is getting a number of total users and users that never signed-in.

 

The only way it can be done is to get the whole list of users via REST API and then filter the result. Correct? It would be nice to have a count of items, instead of fetching those all items.

YardenaM.41107 likes this.
  • JP Manansala (Okta, Inc.)

    Hi Andriy,

     

    Thank you for posting your inquiries in Okta Community.

     

    This feature is not currently supported. If you are still requiring this functionality, you can submit a Featue Request on the Okta New Ideas Page (https://support.okta.com/help/ideas/ideaList.apexp) and click Post Idea.

     

    Please let me know if you need any additional information. Thank you.

     

    Best,

     

    JP
    Expand Post
This question is closed.
Loading
How to get total number of users and number of users that never signed-in via REST API?