danesparza / MailChimp.NET

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

member-info returns null for GroupNames #168

Closed stammd closed 9 years ago

stammd commented 9 years ago

I'm pulling the member-info from MailChimp using

MemberInfoResult info = mc.GetMemberInfo(lists.Data[ID].Id, email);

When I check info.data.membermergeinfo.groupings.groupnames it is null even though I can see that my person has several groups in their profile.

Is this a known issue or am I getting something wrong? The MemberInfoResult seems to be returning the other data for this person correctly from what I can see.

stammd commented 9 years ago

Disregard comment above. I see my error now. I should have been looking at GroupInterests not GroupName.