
1drae (1drae) asked a question.
I want to extract data from OKTA and put it into our DB for reporting purposes. my understanding is that I can automate it through the OKTA Api... could you please share a link or any posting that can assist me in setting up this link
Thanks

Hi Talha,
I would suggest you to use Event Hooks instead of API as these will have API rate limits. You can find more info about Event Hooks here: https://developer.okta.com/docs/guides/event-hook-implementation/nodejs/main/
If you still want to go ahead with Okta API, then refer below link for Okta APIs:
https://developer.okta.com/docs/reference/core-okta-api/#errors
So couple options. Use powershell to call the okta api to pull what you need.
use a workflow to send the data if cloud available.
use workflow to call azure runbook, connect to hybrid worker, use it to run the script.
the third is what we do to clean up users post term in ad.