You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to verify if an email is already registered in the API before creating new user.
The response is always { "isAvailable": false } after sending POST request to https://api.escuelajs.co/api/v1/users/is-available
with object like
{
"email": "[email protected]"
}.
No matter what email address was typed in.
I am trying to verify if an email is already registered in the API before creating new user.
The response is always { "isAvailable": false } after sending POST request to https://api.escuelajs.co/api/v1/users/is-available
with object like
{
"email": "[email protected]"
}.
No matter what email address was typed in.
Steps to reproduce the behavior:
Expected response: { "isAvailable": true} for email addresses that are not present among users returned by "/users" URL.
The text was updated successfully, but these errors were encountered: