Skip to main content

Change admin password

Change admin password

Request Body required

Password change request

  • old_password string required

    The old password for login in clear text

  • new_password string required

    Possible values: Value must match regular expression ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[#?!@$%^&*-])[a-zA-Z\d#?!@$%^&*-]{8,32}$

    The new password for login in clear text. Required when enabling the account (is_enable=true).

Responses

OK

Loading...