When a user is added to a group using client.AddMemberToGroup(group_id, member_id)
they are not appearing in the groups UI
of the cPanel
they are also not reported as a member when client.RetrieveAllMembers(group_id)
is run.
However, when client.RetrieveGroups(member_id)
is run it does return an entry in the feed for the group in question.
How do I know for sure which is correct? Is the person in the group or not?
How can I verify without doubt whether a given user is in a group or not?
I have already submited this as an issue into the issue tracker but wondered if anyone here has any ideas?
http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3327