[NOT STRICTLY CFML, but related…] Wondering if anyone else has solved this: after hours of Google-fu trying to find an answer, for any of you who have apps using Google OAuth2 logins - are you to easily query either a) if a logged in user is a member of a particular Google group (in your domain), or b) get a list of groups (in your domain) so you can check for membership? Oddly enough, I can’t find good info online except that perhaps another delegated account with admin privileges needs to do the checking. As though an application with a proper access token (and the right scope) shouldn’t be able to get that info? I’m using a CFML Google script set up for the OAuth2 processing - hence the posting here.