GET api/User/IsEmailIdExistsForAdmin?emailId={emailId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| emailId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ExistingUserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| HasErrors | boolean |
None. |
|
| HasValidationErrors | boolean |
None. |
|
| Messages | Collection of ResponseMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"HasErrors": false,
"HasValidationErrors": false,
"Messages": []
}