# Returns user with the specified username. **GET /api/v1/users/resolve** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Query parameters - **username** (string) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **username** (string) - **display_name** (string) - **avatar_url** (string | null) ### 400 Bad Request #### Body: application/json (object) - **error_description** (string) - **validation_errors** (object) ### 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)