0

I can add a member to a Google Group like this:

directory.members().insert(<groupKey>, <member>).execute()

If I want to add a group to the group instead of a member, how do I do it? I can retrieve a Group reference like this:

Group myGroup = directory.groups().get(myGroupKey).execute();

... so how do I add it to a specified group?

Chris Halcrow
  • 28,994
  • 18
  • 176
  • 206

0 Answers0