SCIM provisioning import API

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…

Then it would make more sense just to create that user in Okta, if you are going to use API to try to call for import :slight_smile:

But to answer your question, I’m not aware of any.