Skip to content

Find User by Email

Returns the internal user ID for the given email address.

HeaderRequiredValue
api-keyyesImport API key
ParameterTypeRequiredDescription
emailstringyesExact email address
GET /api/users/find-by-email?email=john.doe@example.com
api-key: <key>

HTTP 200 OK

{
"success": true,
"user_id": 42
}
StatusDescription
401Missing api-key header
403Invalid api-key value
404No user with that email
422Invalid email format