Pre-login check: verifies the email is known and linked to a non-archived implementation. Route: GET api/System/CheckEmailExists?email={email} No authorization required - this runs before the user logs in. Returns status code only: 200 (exists), 404 (not found / archived implementation), 500 (unexpected error).
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
|
The email address to check. |
string |
Required |
Body Parameters :
None.
Response Information
Resource Description :
200 OK if the email exists and is usable; 404 Not Found otherwise; 500 on unexpected error.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.