I’d like to check on my Google App Engine application whether an user belongs to a given Google Group.
I could check manually using their username, by copying the whole list of email addresses of that group, and comparing each individually, but that would require updating the list every time a user joins or leaves the group.
Is there an easy way to do that?