GET api/v2/AutoSharePortal/CheckAccountHasEmail?email={email}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
Response
DefaultResultOfBooleanName | 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}