google-app-enginegoogle-groups-apigoogle-groups-settings

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.


Solution

  • 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.