Update password
Update the user's password. A user's password can only be updated when authenticated as the given user.
POST/v3/users/{id}/update-password
JWT
Path parameters
idstringrequired
Request body
oldPasswordstringrequired
Old password of the user.
Length: [8,256]
newPasswordstringrequired
New password of the user.
Length: [8,256]
Response
204
400
401
403
404
409
429
500
204 No Content