It seems that the GAM project has this functionality; in particular gdata/apps/groups/service.py has an IsMember function that will let me check if a user is a member of a group.
On Mar 18, 5:43 pm, "Wesley C (Google)" <[email protected]> wrote: > victor, > > at this point, i don't believe there is a way to do this as our (App > Engine) interaction with Google Apps doesn't really go much beyond > making your app be restricted to your Google Apps domain and > users:http://code.google.com/appengine/articles/domains.html > > this would be different, if Google Apps had an API that let you make > such a query. if anyone has been able to do what the OP requested, let > me know. in general, there isn't much interaction between the Apps and > App Engine except for what's described above. > > best regards, > -- wesley > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > "Core Python Programming", Prentice Hall, (c)2007,2001 > "Python Fundamentals", Prentice Hall, (c)2009 > http://corepython.com > > wesley.j.chun :: [email protected] > developer relations :: google app engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
