Get User by IDAsk AIget https://api-wallet-sandbox.venly.io/api/users/{userId}This endpoint retrieves detailed information for a specific user by their UUID.Path ParamsuserIdstringrequiredThis is the user ID whose details you want to fetch.Responses 200A specific user's details retrieved successfully. 400Request validation failed (400) 401Authentication required or failed (401) 403User lacks required permissions (403) 404Resource not found (404) 405HTTP method not supported (405) 415Request body is not valid JSON or wrong media type (415) 500Unexpected server error (500)Updated 5 months ago