GET
/user/{username}Get user by user name
Parameters
path
| Name | Type | Description | |
|---|---|---|---|
username | string | required | The name that needs to be fetched. |
Responses
- 200 successful operation application/json
- 400 Invalid username supplied
- 404 User not found