Invalid Input
Invalid Input
https://docs.username.dev/errors/invalid-input400When it occurs
The
input query parameter is empty, missing, or contains only whitespace after normalization.How to fix
Ensure the
input query parameter contains a valid username string with at least 1 character after normalization. Remember that whitespace is removed during normalization, so empty strings or strings containing only whitespace will trigger this error.input parameter or with an empty value like ?input= or ?input= (only whitespace).Related documentation
- Understanding error responses - Learn about RFC 7807 Problem Details format
- Username normalization - Understand how usernames are normalized