When PUT and PATCH methods are called in SCIM connector?Can we forcefully make connector call PUT method instead of PATCH?

Hi,

We are using version 8.0 of One Identity Manager. We have developed SCIM compliant API and are trying to create and update user via One IM. When we create user, it calls POST method and creates the user but when we update user data, it always calls PATCH method and never calls PUT method. Can we forcefully make One IM call PUT method instead of PATCH?