GET
/
2
/
users
/
{id}
/
list_memberships

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the User to lookup.

Query Parameters

max_results
integer
default: 100

The maximum number of results.

Required range: 1 < x < 100
pagination_token
string

This parameter is used to get a specified 'page' of results.

Required string length: 1 - 19
list.fields
enum<string>[]

A comma separated list of List fields to display.

Available options:
created_at,
description,
follower_count,
id,
member_count,
name,
owner_id,
private
expansions
enum<string>[]

A comma separated list of fields to expand.

Available options:
owner_id
user.fields
enum<string>[]

A comma separated list of User fields to display.

Available options:
affiliation,
connection_status,
created_at,
description,
entities,
id,
location,
most_recent_tweet_id,
name,
pinned_tweet_id,
profile_banner_url,
profile_image_url,
protected,
public_metrics,
receives_your_dm,
subscription_type,
url,
username,
verified,
verified_type,
withheld

Response

200 - application/json
data
object[]
errors
object[]
includes
object
meta
object