Skip to main content
GET
Get Community Members
List the members of an X Community, cursor-paginated. Use this to map who participates in a topic-specific group — usually a higher-signal audience than general followers, because membership is opt-in. Returns full user objects. For the subset who moderate it, use get_twitter_community_moderators.

Authorizations

Authorization
string
header
required

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

Query Parameters

community_id
string
required

ID of the community

cursor
string

Cursor for pagination

Response

200 - application/json

Community members response

members
object[]
has_next_page
boolean
next_cursor
string
has_next
boolean
status
enum<string>
Available options:
success,
error
msg
string