user
Get user by user name.
Get user detail based on username.
get/user/{username}
Path parameters
usernamestring required
The name that needs to be fetched. Use user1 for testing
Response
successful operation
Example response
{
"id": 10,
"username": "theUser",
"firstName": "John",
"lastName": "James",
"email": "john@email.com",
"password": "12345",
"phone": "12345",
"userStatus": 1
}