Get User Info
User Endpoints
Get User Info
Look up one X (Twitter) user’s public profile by @handle (screen name).
GET
Get User Info
Look up one X (Twitter) user’s public profile by @handle (screen name). Use this when you need to know who an account is — identity, reach, or credibility — before deciding whether to trust or analyze their content.
Returns display name, bio, follower/following counts, verification status, account creation date, location, and profile images.
If you only have a numeric user ID, use
get_twitter_user_batch_info_by_ids instead. If you need extended profile metadata such as country or username-change history, use get_twitter_user_about. If you want their posts rather than their profile, use get_twitter_user_tweet_timeline.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The screen name of the user