当用户被添加到组中client.AddMemberToGroup(group_id, member_id)
时,他们不会出现在其中groups UI
,运行cPanel
时也不会报告为成员client.RetrieveAllMembers(group_id)
。
但是,在client.RetrieveGroups(member_id)
运行时,它确实会在提要中为相关组返回一个条目。
我如何确定哪个是正确的?该人是否在组中?
如何毫无疑问地验证给定用户是否在组中?
我已经将此作为问题提交到问题跟踪器中,但想知道这里是否有人有任何想法?
http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3327