# Get user by userId Endpoint: GET /api/v1/users/{userId} Version: 1.0 Security: ## Path parameters: - `userId` (string, required) UUID with type prefix Example: "us_01hxcvk1hjexere4pvtrj0ymqq" ## Query parameters: - `full` (boolean,null) If true return also summary, stats, header and fields. Default false. - `includeBlockedByStatus` (boolean,null) Include blocked_by status (target blocked viewer) - `includeBlockedStatus` (boolean,null) Include blocked status (viewer blocked target) - `includeFollowedStatus` (boolean,null) Include followed status - `includeFollowingStatus` (boolean,null) Include following status - `includeMutedStatus` (boolean,null) Include muted status - `relations` (boolean,null) Include all relationship statuses (following, followed, blocked, blocked_by, muted) - `htmlContent` (any) Returns text as html if true or original text if false. Applicable only to local posts and users. Default is true. ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation