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.
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.