My use case needs API to access (list, add and edit) a user's Google Groups. The only available thing I have is the APIs to access and modify a Group's settings. This fulfils my "editing" needs but leaves me craving for "list" the groups and "add" a group APIs.
Is there a workaround so that I can list and add a Google Group? At worst, I need to have a call that can list me the email ids of the groups a user is part of.
Any help or alternatives is highly appreciated.
For listing groups, I think you can use the groups.list
HTTP request:
If successful, this method returns a response body with the following structure:
Read more on Group Management and Group members for additonal reference.