18302a60cfee
List members of a community
List members of a community.
Path parameters
X Community ID.
Query parameters
Pagination cursor for collection results.
Maximum user profiles per page (1-200, default 20).
Minimum follower count. Filtering happens before billing.
Maximum follower count. Missing counts pass this maximum.
Profiles must follow at least this many accounts.
Profiles may follow at most this many accounts.
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": [],
"has_next_page": false,
"next_cursor": ""
}