user

Change the password on a user that already exists.

This endpoint is for user to update password. Users with the admin role can change any user's password. Regular users can change only their own password.

put/users/{user_id}/password

Path parameters

user_idinteger required

Headers

X-Request-Idstring

An unique ID for the request

Request body

old_passwordstring

The user's existing password.

new_passwordstring

New password for marking as to be updated.

Response

Success

Changes