Get user by user name
GET
/user/{username}Request
Path Params
username
string
required
The name that needs to be fetched. Use user1 for testing.
Request samples
Responses
successful operation(200)
Invalid username supplied(400)
User not found(404)
successful operation
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 years ago