GET
/user/{username}operationId:
getUserByNameGet user by user name.
Get user detail based on username.
🔒petstore_auth
🔒api_key
api_key: <your-key>Parameters
Path Parameters
| username | string | required | The name that needs to be fetched. Use user1 for testing |
Responses
▼200 OK — successful operation
▼400 Bad Request — Invalid username supplied
▼404 Not Found — User not found
▼default — Unexpected error