# Get all users **GET /users** Retrieve all users for a given company. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **companyID** (integer) ## Responses ### 200 List of users #### Body: application/json (array[object]) - **userID** (integer) - **firstName** (string) - **lastName** (string) - **streetAddress** (string) - **route** (string) - **city** (string) - **state** (string) - **postalCode** (string) - **contactNumber** (string) - **email** (string(email)) - **role** (string) - **companyID** (integer) - **isAdmin** (boolean) - **statusId** (integer) ### 500 Error occurred while retrieving users [Powered by Bump.sh](https://bump.sh)