twitter_user
Fetch a Twitter user's profile details (username, name, description, public metrics) by their numeric user ID. Requires a bearer token for authentication.
Instructions
One account by numeric user id.
Returns: {data:{id, username, name, description, public_metrics}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric user id. Required — part of the URL path. | |
| user_fields | No | User fields (CSV). | created_at,description,public_metrics,verified |