I’m wonder if there is a way to call the Import feature to provisioning Okta directory from a SCIM server? Right now the provisioning is scheduled every hour and in case there is a new user, the administrator needs to go manually and press the Import button in the UI. I’m trying to avoid all of that calling an API, something like:
POST https://{{tenantId}}.okta.com/api/v1/apps/{{appId}}/import
I’m not sure if that feature exists. Can someone clarify my doubts?
Thank you…