GET SignUp/ValidateUser?Email={Email}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
Body Parameters
None.
Response Information
Resource Description
MYCII_EWS.BusinessObjects.SignUp+CheckUserExists| Name | Description | Type | Additional information |
|---|---|---|---|
| IsUserExists | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsUserExists": true
}
application/xml, text/xml
Sample:
<CheckUserExists xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsUserExists>true</IsUserExists> </CheckUserExists>