Change your own password
put
Authorizations
defguard_sessionstringRequired
Body
new_passwordstringRequired
old_passwordstringRequired
Responses
200
Password changed.
No content
400
Passwords do not match, or the new password does not satisfy the requirements.
401
Session is missing or invalid.
application/json
403
Password management is disabled for this user.
application/json
500
Unable to change your password.
application/json
put/api/v1/user/change_password
No content
Last updated
Was this helpful?