v1

latestOpenAPI 3.0.02026-08-0610682246.0 KB
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