# Returns user with the specified ID. **GET /api/v1/users/{userId}** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Path parameters - **userId** (string(uuid)) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **username** (string) - **display_name** (string) - **avatar_url** (string | null) ### 404 Not Found #### Body: application/json (object) - **error_description** (string) ### 500 Internal Server Error #### Body: application/json (object) - **error_description** (string) [Powered by Bump.sh](https://bump.sh)