I am wondering if the following a possible to be configured in Okta Classic Console. I would like to add an inline registration hook to the “/api/v1/users” api endpoint. The only assignment I can find is for the self service registration process. Is there a way to add the inline hook to an API based registration in Okta Classic? Or is it only possible in OIE?
No, requests to the /api/v1/users endpoint will not trigger a Registration Inline Hook. It will only be triggered during Self Service Registration, which exists in both Okta Classic (though the feature for it never went GA) and Okta Identity Engine (see docs here)
Instead, you may want to look into modifying them after they are created instead of synchronously, by using the asynchronous Event Hooks and configuring it to be called for user.lifecycle.create
event type.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.