v21

latestSwagger 2.0MITraw.githubusercontent.com2026-08-0495109385.2 KB
Users

Update password for current user (account)

put/user/password

Request body

confirm_passwordstring
current_passwordstring required
passwordstring required

Response

account password updated successful

dataobject
statusstring

Example response

{
  "status": "success"
}