GET api/users/UserDetails?username={username}
Returns User Details by username
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
username |
The unique username of the user |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
User Details
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
Sample not available.