danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Obtaining All Members with GetAllMembersForList() #186

Closed cgriser closed 8 years ago

cgriser commented 8 years ago

I was wondering if there was a way to obtain all the members in a specified list. Instead of just obtaining 0 to 100.

Thanks for the help.

danesparza commented 8 years ago

The Mailchimp API indicates the lists/members method is paged automatically. You can adjust the page size as high as 100.