Created
January 16, 2018 03:43
-
-
Save eojji/b50582cbed97e477de25b845c4bdc168 to your computer and use it in GitHub Desktop.
How do I know a gmail account is a member of Google Groups?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do I know a gmail account is a member of Google Groups?
https://stackoverflow.com/questions/48240641/how-do-i-know-a-gmail-account-is-a-member-of-google-groups
I am creating a web app with Google Apps Script. I want to know if an app user is a member of Google Groups.
Group site: https://groups.google.com/
It is not groups managed by G suite.
Create a Google spreadsheet. Open this and add the group's email in the sharing task.
When I open a file shared by a group in a script and open it, can I verify that it is a member of the group?
google-apps-script, google-groups