codefx
codefx

Reputation: 10532

How do I find all Google groups I am member of via api?

I have a Google Apps account (now, G Suite). I want to find out all groups I am member of via api call. I know that this can be done from UI. https://webapps.stackexchange.com/questions/46711/where-can-i-see-the-groups-i-am-a-member-of-in-my-enterprise-account . But I need to do this from an api call. Thanks.

Upvotes: 0

Views: 501

Answers (1)

codefx
codefx

Reputation: 10532

Google Admin SDK has an api for this. This is the api to use.

https://developers.google.com/admin-sdk/directory/v1/guides/manage-groups#get_all_member_groups

Upvotes: 1

Related Questions