I can update the user attributes like userName, familyName, givenName, formatted, active and displayName using API [Method=PUT , URL=https://<host>/scim/v2/<id>] and I tried to do the same with the password attribute , It responds with status [200 - OK] , but the user's password is not updated.
Is there any other API is available for password reset?