CommonPassword
Example
{
	"code": "CommonPassword",
	"target": "Unknown",
	"details": [
		{
			"code": "CommonPassword",
			"number": 11,
			"message": "Password is a common password.",
			"description": "This password showed up on a list of commonly used passwords.",
			"faultCode": "Client",
			"helpLink": "http://developer.avalara.com/avatax/errors/CommonPassword",
			"severity": "Error"
		}
	]
}
Explanation

This indicates that the password you have chosen is a commonly-guessed password and cannot be used. A password must be sufficiently complex that an attacker will be unable to guess it easily. The password that you provided was found on a ‘commonly-guessed’ list of passwords.

Please ensure that

  • Your password is a mixture of words and numbers.
  • Your password does not appear in the list of commonly-guessed passwords provided by security researchers.
  • Your password does not have the word 'Password' in it.

Try your API call again with a more complex password.