简体   繁体   中英

Adding members to google group through google-apis

Trying to find a way to add members to google group through google API but any search result always end up in using admin sdk for this. But for using Admin SDK it requires to sign up on Google workspace. Is there any other way to achieve the same without signing up on workspace through simple api call using OAuth.

  • You are not a Google Workspace user but a Consumer (gmail) user
  • You do not have access to the Admin SDK (apart from for publicly available methods)

In this case, you can retrieve Google Groups programmatically is via GroupsApp in Google Apps Script.

However, this only allows you to get group / user information, not to create new users.

Unfortunately the latter is a service that is only available for Google Workspace users.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM