List
Member
List Members
List members with filtering and pagination
POST
List
The list members endpoint retrieves members belonging to a specific
memberbase. You can filter results by member ref to retrieve a targeted
subset.
Filtering
Pass afilters array to narrow results. The ref filter supports
exact match (eq), inclusion (in), and exclusion (nin) operators.
When no filters are provided, all members in the memberbase are returned.
Pagination
Results are returned in pages. For memberbases with large member counts, use the cursor returned in the response to fetch subsequent pages.Body
application/json