Skip to main content
GET
获取社区版主
列出某个 X Community 的管理员,支持 cursor 分页。适合用于识别在社区中主导议题的人——他们是外联或合作时最有价值的联系人。 返回完整的用户对象。 如需完整成员名单,请使用 get_twitter_community_members

授权

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