List members
list_membersList members (Relay connection): each edge has a cursor + node (profile, Stripe customer id, unrestricted-access flag, total spend, and their subscriptions). Paginate with first + after (pass the last edge's cursor); first defaults to 50. Set activeOnly to return only members with an ACTIVE membership state. For member-state filters beyond active, use memberful_query. Memberful GraphQL: members connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Max members to return, from the end. | |
| after | No | Cursor for the next page (the `cursor` of the last edge from a prior call). | |
| first | No | Max members to return, from the start (page size). | |
| before | No | Cursor for the previous page. | |
| activeOnly | No | Only return members with an ACTIVE membership state. |