# Find User by ID **GET /api/v1/user/find/{id}** Retrieve user information by their unique identifier. Returns comprehensive user profile data. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) The unique identifier (UUID) of the target user ## Responses ### 200 User found and retrieved successfully ### 400 Invalid user ID format provided ### 401 Authentication token required ### 404 User not found with the provided ID [Powered by Bump.sh](https://bump.sh)