v1

latestSwagger 2.02026-07-13301635.0 KB
auth

changes a user's password

post/auth/changePassword

Request body

uidstring

the authorized UID of the session

old_passwordstring

the existing password

new_passwordstring

the new password

Example request

{
  "uid": "fhqwfuihuifqwhiuwqfhiqwfh124",
  "old_password": "myoldpassword1234!",
  "new_password": "myn3wp455w0rd!"
}

Response

successful password change

statusstring

Example response

{
  "status": "OK"
}