get_community_members
Fetch members of a Twitter Community by providing its ID. Supports pagination with count and cursor parameters to navigate through large member lists.
Instructions
Get members of a Twitter Community (paginated).
Args:
community_id: The community ID.
count: Number of members to fetch (default 20, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| community_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |