0

I cant found any documentation for my question. A just found: https://developers.google.com/admin-sdk/directory/v1/reference/members/insert

But it doesn't work for me, example:

group_result = service.groups()
                      .insert(body={
                         'groupKey': 'groupKeyOfMyGroup', # group key
                         'email': 'UserUserson.com' # user email who need to insert in google groups
                      })
                      .execute() 

credential.json generated, work correctly

barbsan
  • 3,418
  • 11
  • 21
  • 28
Igor R
  • 1

0 Answers0