<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
0D51Y00008FKrr9SADOkta Classic EngineAdministrationAnswered2022-01-06T21:17:02.000Z2020-04-10T16:01:06.000Z2020-04-17T18:37:54.000Z
Automating Usage Reports

I would like to create automated application usage reports. I am able to get usage reports via the reporting function within Okta itself but I was wondering if there was a way via the API to pull those same numbers? In the OktaAPI.psm1 there is a "Get-Events()" function that looks promising but I'm having issues getting the info I need and I'm wondering if it's because this spcific info isn't available via the API?


  • Thanks for the reply. That post seems to be more about being able to email reports on a schedule but I upvoted it non the less.

     

    It does seem possible to pull logs though. Could I not pull the logs for a certain application, filter by time and eventType=user.authentication.sso, and then count the number of entries? Would that give a rough estimation of account usage based on time?

    Expand Post
This question is closed.
Loading
Automating Usage Reports