Re: [google-apps-apis] Provisioning Api Creating a Group Http Protocol

2011-12-18 Thread Gunjan Sharma
Hello Patrizio Sorry for the inconvenience caused by the docs. We are updating them. As far as the error is concerned this is because your are providing null to *email_permission*. If you wish not to provide any *email_permission*please use empty string like this. GenericEntry entry =groupServi

Re: [google-apps-apis] Provisioning Api Creating a Group Http Protocol

2011-12-16 Thread admin Patrizio
Hello thanks for the quick reply, I tried to use Java components to create a group, however, the example seams not complete because uses a variable groupsService which is not defined the class This is the example: > *import sample.appsforyourdomain.AppsForYourDomainClient;* > ...*AppsForYourDo

Re: [google-apps-apis] Provisioning Api Creating a Group Http Protocol

2011-12-15 Thread Gunjan Sharma
Hello Petrizio We are aware of that issue. The doc is missing the POST request data. We will soon update it and will notify on this thread. Sorry for the inconvenience. By the time you can also try the gdata-client libraries to make call to the API and create groups using them. Creation of group i

[google-apps-apis] Provisioning Api Creating a Group Http Protocol

2011-12-15 Thread admin Patrizio
Hi I'm following the Provisioning API Developer's Guide ( http://code.google.com/intl/it-IT/googleapps/domain/provisioning_API_v2_developers_guide.html#Creating_a_User_for_a_Domain ) for implements some services. I would like to Create a group using Http Protocol request as described in 'Metho