# Get user by user name **GET /user/{username}** ## Servers ## Parameters ### Path parameters - **username** (string) The name that needs to be fetched. Use user1 for testing. ## Responses ### 200 successful operation #### Body: (object) - **id** (integer(int64)) - **username** (string) - **firstName** (string) - **lastName** (string) - **email** (string) - **password** (string) - **phone** (string) - **userStatus** (integer(int32)) User Status ### 400 Invalid username supplied ### 404 User not found [Powered by Bump.sh](https://bump.sh)