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
PUT /api/v1/user/change_password HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"new_password": "text",
"old_password": "text"
}No content
Last updated
Was this helpful?