Given a unique_email_id
, how can I retrieve all list members matching that ID?
I am attempting to use the search-members
endpoint, ala what I do for searching email-addresses:
https://us9.api.mailchimp.com/3.0/[email protected]
but instead (given a unique_email_id of 4dce5
https://us9.api.mailchimp.com/3.0/search-members?query=4dce5
and I'm getting no results.
Is there another endpoint I'm missing?