I'm trying to create groups for our organization using the REST API. I want these groups to be public within our domain, and to be listed in the groups directory.
So far I've found this undocumented setting:
<apps:property name="permissionPreset" value="PublicDomain"/>
PermissionPreset takes the values PublicDomain, TeamDomain, Announcement, and Restricted (taken from the GApps command panel). I can't find a way, however, to affect the "list in the directory" setting.
Any thoughts?
Thanks in advance.