Users
Get Multiple Users by Usernames
Retrieve detailed profile information for multiple Twitter users by their usernames or profile URLs.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
A list of Twitter usernames or profile URLs. Provide multiple times for multiple users (e.g., [elonmusk,sundarpichai]
).
Response
200
application/json
A list of user profile objects. Unfound users are represented by null
.
Batch users API response