Getting an `Invalid Json Input` when trying to cre...
# support-questions-legacy
s
Getting an
Invalid Json Input
when trying to create a dashboard user using the curl request sample and providing an email and password. Checked the logs, but there's no useful information besides the
Invalid Json Input
which is getting thrown here: https://github.com/supertokens/supertokens-core/blob/master/src/main/java/io/supertokens/webserver/InputParser.java#L44 and here https://github.com/supertokens/supertokens-core/blob/master/src/main/java/io/supertokens/webserver/api/dashboard/DashboardUserAPI.java#L64 Is there any specific rules the username and password needs to follow, it looks like my request is using valid json
6 Views