We’re using Okta’s SCIM integration for user provisioning. Once a user is linked, we expect updates (like email changes) to trigger a PATCH or PUT request using the existing userId.
However, when the email is changed in Okta, we’re seeing a POST request instead, which tries to create a new user instead of updating the existing one. This is causing duplication on our end.
Has anyone else faced this? Is there a way to ensure Okta sends PATCH/PUT for updates on linked users?
Thank you!!