Creating google groups programmatically

梦想的初衷 提交于 2019-12-13 18:09:06

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/20422778/creating-google-groups-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!