Creating google groups programmatically

2019-07-30 11:54发布

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.

2条回答
做自己的国王
2楼-- · 2019-07-30 12:30

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.

查看更多
男人必须洒脱
3楼-- · 2019-07-30 12:32

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.

查看更多
登录 后发表回答