GET api/v2/AutoSharePortal/CheckEmailRegisteredInFrom?email={email}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
Response
DefaultResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean | ||
| Messages | Collection of string | ||
| Data | boolean |
Response Format
application/json, text/json
Sample:
{
"Success": true,
"Messages": [
"sample string 1",
"sample string 2"
],
"Data": true
}
text/html
Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"Data":true}