# Get a specific user **GET /users/{userId}** ## Servers - Local development server: http://localhost:5000 (Local development server) ## Parameters ### Path parameters - **userId** (string) ## Responses ### 200 A user object #### Body: application/json (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)