<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
0D54z00007yZhKdCAKOkta Classic EngineOkta Integration NetworkAnswered2023-08-18T06:14:57.000Z2022-08-17T12:57:31.000Z2022-08-18T19:20:36.000Z

SanjivR.30165 (Customer) asked a question.

OKTA api to retrieve login details for App users

Want to get the total no of provisioned users/ total no of active users for all apps on okta? Can we have the total count of records for APIs like api/v1/users or api/v1/apps?

We have stats API for groups - GET - api/v1/groups?expand=app, stats .

 

Shouldn't we add the total count of records at the top of all OKTA APIs?

eg :

{

 "stats": {

  "TotalRecordCount": 1009

 },

 "results": {}

}


This question is closed.
Loading
OKTA api to retrieve login details for App users