FYI, here's the XML that the gdata-python-client library creates for the group creation POST DATA:
<?xml version=\'1.0\' encoding=\'UTF-8\'?> <ns0:entry xmlns:ns0="http://www.w3.org/2005/Atom" xmlns:ns1="http://schemas.google.com/apps/2006"> <ns1:property name="groupName" value="Group Name" /> <ns1:property name="emailPermission" value="Anyone" /> <ns1:property name="groupId" value="test_group_email" /> <ns1:property name="description" value="Group Description" /> </ns0:entry> -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/YRIwhzqhC84J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
