Authentication

Change the user password

Changes the user password.

post/blaize/users/change-password

Request body

Example request

{
  "current_validators": {
    "password": "mysecurepassword123"
  },
  "new_validators": {
    "password": "mysecurepassword123"
  }
}

Response

OK

Changes