php - Google DirectoryAPI adding wrong email -


google's directory api incorrectly adding personal gmail address google group when use api insert non-gmail address. happens subset of addresses several domains @indiana.edu, @arizona.edu... (i assume connected organizations own use of googleapps).

i can reproduce issue using google-api-explorer, without code, noticed issue using google-api-php-client.

$gdata = $this->service->members->insert($groupemail,$gmember); 

i have filed ticket google. has encountered issue, or can shed light how personal gmail account linked @organizatio.edu account in googleapps.

google confirmed bug in googleapi. fixed in september 2013.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -