Rest API for password change for own user
Summary:
Hi,
Can you please let us know the Rest API for changing the own password if the user does not have IT Security Manager Role.
We are using the below API to reset the password. it is working fine for the cases: 1. Change password for other user in case you have IT Security Manager Role. 2. Change password for yourself user in case you have IT Security Manager Role.
It's failing when trying to change own password and you don't have IT Security Manager Role.
PATCH -d '{"schemas":["urn:scim:schemas:core:2.0:User"],"password":"Welcome@3344"}' https://URL/hcmRestApi/scim/Users
0