# user Operations about user ## Create user - [POST /user](https://phronesis-creativara.redocly.app/products/api-hub/petstore/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://phronesis-creativara.redocly.app/products/api-hub/petstore/user/createuserswithlistinput.md): Creates list of users with given input array ## Logs user into the system - [GET /user/login](https://phronesis-creativara.redocly.app/products/api-hub/petstore/user/loginuser.md) ## Logs out current logged in user session - [GET /user/logout](https://phronesis-creativara.redocly.app/products/api-hub/petstore/user/logoutuser.md) ## Get user by user name - [GET /user/{username}](https://phronesis-creativara.redocly.app/products/api-hub/petstore/user/getuserbyname.md) ## Update user - [PUT /user/{username}](https://phronesis-creativara.redocly.app/products/api-hub/petstore/user/updateuser.md): This can only be done by the logged in user. ## Delete user - [DELETE /user/{username}](https://phronesis-creativara.redocly.app/products/api-hub/petstore/user/deleteuser.md): This can only be done by the logged in user.