# user Operations about user ## Create user - [POST /user](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/user/createuser.md): This can only be done by the logged in user. ## Creates list of users with given input array - [POST /user/createWithList](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/user/createuserswithlistinput.md): Creates list of users with given input array ## Logs user into the system - [GET /user/login](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/user/loginuser.md) ## Logs out current logged in user session - [GET /user/logout](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/user/logoutuser.md) ## Get user by user name - [GET /user/{username}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/user/getuserbyname.md) ## Update user - [PUT /user/{username}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/user/updateuser.md): This can only be done by the logged in user. ## Delete user - [DELETE /user/{username}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/user/deleteuser.md): This can only be done by the logged in user.