twitter_user_info_by_id
Retrieve a user's complete public profile using their numeric user ID. Avoids handle lookup when you already have the user ID from a previous API response.
Instructions
Get a user's complete public profile by their numeric user id. Identical response to twitter_user_info. Use this when you already have a user_id from a previous API response and want to avoid a handle lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Numeric Twitter/X user id (e.g. '44196397' for @elonmusk). Found in responses from other tools as user_id or author_id. |