1

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Bharathi
  • 451
  • 1
  • 6
  • 17

2 Answers2

3

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.

Jay Lee
  • 13,415
  • 3
  • 28
  • 59
  • by reading developers doc what i came to know is that, groups can be created only for our own domains not for appspot.com applications. my requirement is im letting a user to create a group and add members to his group.. How can i create such a group. Is tat possible.. if not possibe do i need to maintain those groups in my Database. – Bharathi Dec 06 '13 at 13:40
0

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.

Jan Z
  • 602
  • 4
  • 10