Regardless of what value I pass for emailPermissions to the
CreateGroup method in the .NET API, checking on the roles and
permissions for the newly created group in the control panel shows
that sending permissions are always set to "Team."

This is what I'm passing to the method --

service.Groups.CreateGroup("test.group", "Test Group", "Just testing
group creation and permissions via the provisioning api.", "Owner");

It works just as expected otherwise. Any advice?

R.A.

On Feb 3, 11:02 am, "R. A. Cooke" <[email protected]> wrote:
> Thank you
>
> On Feb 2, 12:43 pm, Oskar Casquero <[email protected]> wrote:
>
> > Hello R.A,
>
> > From Provisioning API Developers
> > Guide<http://code.google.com/intl/es-ES/apis/apps/gdata_provisioning_api_v2...>
> >  :
>
> > "A newly created group does not have any subscribers. emailPermission is one
> > of the following:
>
> >     * Owner - Owners of the group
> >     * Member - Members of the group
> >     * Domain - Any user who belongs to the same domain as the group
> >     * Anyone - Any user"
>
> > -----
>
> > Oskar Casquero Oyarzabal
> > Department of Systems Engineering and Automatic Control
> > University of the Basque Country
>
> > Mailing Address:
> > University College of Technical Industrial Engineering of Bilbao
> > Plaza de la Casilla 3
> > ZIP: 48012 - Bilbao (Spain)
>
> > Phone & Fax: 94 601 4459
> > E-mail: [email protected]
>
> > On Mon, Feb 2, 2009 at 8:47 PM, R. A. Cooke <[email protected]> wrote:
>
> > > The new syntax for creating an email group is:
>
> > > service.Groups.createGroup(string groupId, string groupName, string
> > > description, string emailPermission)
>
> > > What are acceptable values for the "emailPermission" string? I want to
> > > create an "Announcement" type group that only owners have permission
> > > to send messages to. Passing "Announcement" to the method doesn't do
> > > it.
>
> > > Thanks,
> > > R.A.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" group.
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-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to