Get Users by usernames
User Lookup
Get Users by usernames
Retrieves details of multiple Users by their usernames.
GET
Get Users by usernames
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A list of usernames, comma-separated.
Required array length:
1 - 100 elementsThe X handle (screen name) of this User.
Pattern:
^[A-Za-z0-9_]{1,15}$Example:
"TwitterDev,TwitterAPI"
A comma separated list of User fields to display. The fields available for a User object.
Minimum array length:
1Available options:
affiliation, confirmed_email, connection_status, created_at, description, entities, id, is_identity_verified, location, most_recent_tweet_id, name, parody, pinned_tweet_id, profile_banner_url, profile_image_url, protected, public_metrics, receives_your_dm, subscription, subscription_type, url, username, verified, verified_followers_count, verified_type, withheld Example:
A comma separated list of Tweet fields to display. The fields available for a Tweet object.
Minimum array length:
1Available options:
article, attachments, author_id, card_uri, community_id, context_annotations, conversation_id, created_at, display_text_range, edit_controls, edit_history_tweet_ids, entities, geo, id, in_reply_to_user_id, lang, media_metadata, non_public_metrics, note_tweet, organic_metrics, possibly_sensitive, promoted_metrics, public_metrics, referenced_tweets, reply_settings, scopes, source, suggested_source_links, suggested_source_links_with_counts, text, withheld Example:
Response
The request has succeeded.
Minimum array length:
1Minimum array length:
1An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18