Hi All, I am trying to reset the password of the accounts created for applications.
But when I tried to reset it, the request payload is missing the current password of user.
PATCH /scim/v2/sybase/Users/userid, payload={“schemas”:[“urn:ietf:params:scim:api:messages:2.0:PatchOp”],“Operations”:[{“op”:“replace”,“value”:{“password”:“Qwerty_asd12”}}]}]
where the password is new password.
Is there a way to validate the current password, because the current system is not supporting this and as a result, the password is resetting without checking the current password.