GET api/ctns_user/sel_info_user_identify?user_id={user_id}
사용자 아이디를 입력하여 중복확인
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
user_id |
사용자 아이디 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
아이디가 없을 시 true
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>