GET api/SystemUser/getuseremail?mobilePhone={mobilePhone}&authKey={authKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mobilePhone | string |
Required |
|
| authKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Flag | boolean |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Flag": true,
"Message": "sample string 2",
"Data": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SestekCrm.Entities"> <Data>sample string 3</Data> <Flag>true</Flag> <Message>sample string 2</Message> </ResponseOfstring>