GET api/users/user/getUserId?username={username}
Get a user id by username.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
username |
Username. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int>1</int>