Users
Update Password for self
Update password for self
post/v2/users/self/password
Request body
Example request
{
"oldPassword": "My_current_password",
"newPassword": "My_new_password"
}Response
the password was submitted and accepted
Update password for self
{
"oldPassword": "My_current_password",
"newPassword": "My_new_password"
}the password was submitted and accepted