As per the documentation we can update the password of an user
https://docs.docusign.com/esign/restapi/Users/Users/update/
We are sending a put request and we also get a 200 response but the password doesnt get updated. We have tried updating other fields and they update successfully. Wondering if there is a workaround.
Endpoint we are using - /restapi/v2/accounts/1234565/users/1753ad37-2f9a-421e-8b10-1b4b42345ffa. Note: Account ID and User Id in the URL are just examples
{
"password" : "step➛Pre Processing➛new_password"
}