Verify User Exists
Determines if the user already exists or not
Request
Query
Name
Type
Required
Description
Response
Samples
{
"data": {
"userId": "1234-asdf-4321-fdsa",
"exists": true
}
}{
"error": {
"statusCode": 400,
"code": "UserAlreadyExists",
"message": "User already exists with email [email protected]",
"data": {}
}
}Schema
Name
Type
Required
Description
Last updated
Was this helpful?