简体   繁体   中英

Creating google groups programmatically

I need to create a google group using my google app engine application. Please guide me where should i look for info regarding this. Where should i start my learning.

Groups can be created with the groups.insert() API call which is part of the Admin SDK Directory API. Note that it's only possible for Google Apps Administrators to programatically create Google Groups within their domain, non-Google Apps accounts cannot create groups via this API.

There is no API for creating groups outside of a Google Apps domain you control.

Answer from Jay is the best starting point if you decide to manage this within a domain.

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