Skip to main content
GET
获取社区成员
列出某个 X Community 的成员,支持 cursor 分页。适合用于梳理谁在参与某个特定话题的群体——由于加入是自愿的,这类受众通常比普通粉丝信号更强。 返回完整的用户对象。 如需其中负责管理的子集,请使用 get_twitter_community_moderators

授权

Authorization
string
header
必填

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

查询参数

community_id
string
必填

社区 ID

cursor
string

分页游标

响应

200 - application/json

社区成员响应

members
object[]
has_next_page
boolean
next_cursor
string
has_next
boolean
status
enum<string>
可用选项:
success,
error
msg
string