GET api/Account/check_user?user_id={user_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
user_id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckUserModelName | Description | Type | Additional information |
---|---|---|---|
IsExist | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsExist": true }
application/xml, text/xml
Sample:
<CheckUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <IsExist>true</IsExist> </CheckUserModel>