79796657

Date: 2025-10-22 10:27:29
Score: 1.5
Natty:
Report link
$client->lists->getListMembersInfo($list_id='xxxxx', $fields='members.email_address,members.status,members.full_name'], null, 20);

specify other parameters in the right order. Third parameter is excluded_fields, fourth is count. Refer to 
https://stackoverflow.com/questions/66500584/adding-query-parameters-to-mailchimp-api-request-for-php
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adrie Rozendaal