v
latestOpenAPI 3.1.02026-08-09127104507.8 KBList members of a community
List members of a community.
Path parameters
Community ID for member lookup
Query parameters
Pagination cursor
Items per page (20-200, default 20). This is an upper bound for paid authenticated calls: remaining credits can reduce the returned page size, and zero affordable results returns 402 insufficient_credits.
Minimum follower count. Filtering happens before billing.
Maximum follower count. Missing counts pass this maximum.
Minimum following count.
Maximum following count.
Minimum post count. minPosts is also accepted.
Maximum post count. maxPosts is also accepted.
Minimum account age in whole days.
Only return verified profiles.
Match the verification type exactly, ignoring case.
Only return profiles with a website.
Only return profiles with a location.
Match any comma-separated or line-separated bio term, ignoring case.
Match a location substring, ignoring case.
Match a username substring, ignoring case.
Response
List of community members
Example response
{
"users": [
{
"id": "9876543210",
"username": "elonmusk",
"name": "Elon Musk"
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}