WEAK_PASSWORD
400invalid_requestThe proposed password fails the password policy.
Cause
The new password does not satisfy the user-pool complexity policy, so it was not stored.
How to fix it
Send at least 8 characters with upper case, lower case, a digit, and a symbol.
Example response
400 WEAK_PASSWORD
JSON
{
"error_code": "WEAK_PASSWORD",
"error_type": "invalid_request",
"error_message": "The proposed password fails the password policy.",
"hint": "Send at least 8 characters with upper case, lower case, a digit, and a symbol.",
"docs_url": "https://docs.billerapi.com/errors/WEAK_PASSWORD",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/WEAK_PASSWORD
Was this page helpful?