Skip to main content

Setup new password

Setup new secure password. Password Requirements: Your password must be between 8 and 32 characters long and include all of the following:

  • At least one lowercase letter (a-z)
  • At least one uppercase letter (A-Z)
  • At least one number (0-9)
  • At least one special character from this set: # ? ! @ $ % ^ & * -
  • The password can only contain letters, numbers, and the special characters listed above. No spaces or other symbols are allowed. Examples of valid passwords:
  • MyPassword123!
  • SecurePass$42
  • HelloWorld9# Examples of invalid passwords:
  • 123456
  • password123 (missing uppercase and special character)
  • PASSWORD123! (missing lowercase)
  • MyPassword! (missing number)
  • My Password123! (contains space, which isn't allowed)
Request Body required
  • new_password string required

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

    New secure password that meets complexity requirements

Responses

OK

Loading...