# List all users **GET /users** ## Servers - Local development server: http://localhost:5000 (Local development server) ## Parameters ## Responses ### 200 A JSON array of user objects #### Body: application/json (array[object]) - **id** (string) The user ID. - **name** (string) The user's name. - **email** (string) The user's email address. [Powered by Bump.sh](https://bump.sh)