<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://osimdev.org/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenSimulator_Internals%2FGroupsService</id>
	<title>OpenSimulator Internals/GroupsService - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://osimdev.org/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenSimulator_Internals%2FGroupsService"/>
	<link rel="alternate" type="text/html" href="http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/GroupsService&amp;action=history"/>
	<updated>2026-08-04T15:48:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/GroupsService&amp;diff=7&amp;oldid=prev</id>
		<title>Jwbshaw: first</title>
		<link rel="alternate" type="text/html" href="http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/GroupsService&amp;diff=7&amp;oldid=prev"/>
		<updated>2026-06-21T06:27:28Z</updated>

		<summary type="html">&lt;p&gt;first&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= OpenSimulator Internals/GroupsService =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
GroupsService manages groups. The core groups service is not enabled by default. The external XmlRpc/Flotsam groups service is the common alternative.&lt;br /&gt;
&lt;br /&gt;
== Group Data Fields ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Field !! Type !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| GroupID || UUID || UUID of the group&lt;br /&gt;
|-&lt;br /&gt;
| GroupName || string || Name of the group&lt;br /&gt;
|-&lt;br /&gt;
| Charter || string || Group description/charter&lt;br /&gt;
|-&lt;br /&gt;
| FounderID || UUID || UUID of the founding user account&lt;br /&gt;
|-&lt;br /&gt;
| FounderUUI || string || HyperGrid use&lt;br /&gt;
|-&lt;br /&gt;
| InsigniaID || UUID || Asset UUID of group picture texture. UUID.Zero = no picture.&lt;br /&gt;
|-&lt;br /&gt;
| MembershipFee || int || Fee required to join. 0 if no currency module.&lt;br /&gt;
|-&lt;br /&gt;
| OpenEnrollment || bool || If true, users can join at any time without explicit invitation. Values: &amp;quot;true&amp;quot;, &amp;quot;True&amp;quot;, &amp;quot;false&amp;quot;, &amp;quot;False&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| OwnerRoleID || UUID || UUID of the owner role. Owners can perform any operation on the group.&lt;br /&gt;
|-&lt;br /&gt;
| AllowPublish || bool || Controls whether group is listed in external search. Not used by core OpenSimulator. Values: &amp;quot;true&amp;quot;, &amp;quot;True&amp;quot;, &amp;quot;false&amp;quot;, &amp;quot;False&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| MaturePublish || bool || Controls whether group appears in external search for users with mature preference set. Not used by core OpenSimulator. Values: &amp;quot;true&amp;quot;, &amp;quot;True&amp;quot;, &amp;quot;false&amp;quot;, &amp;quot;False&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| ShownInList || bool || Controls whether group is returned by FindGroups in in-world search.&lt;br /&gt;
|-&lt;br /&gt;
| ServiceLocation || string || HyperGrid use&lt;br /&gt;
|-&lt;br /&gt;
| MembershipCount || int || Number of members&lt;br /&gt;
|-&lt;br /&gt;
| RoleCount || int || Number of distinct roles. Minimum 2 -- Everyone and Owner roles always present.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Database ==&lt;br /&gt;
&lt;br /&gt;
See [[OpenSimulator Internals/Data Dictionaries#os_groups_groups|os_groups_groups]] and related tables for the full database schema.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[OpenSimulator Internals/ROBUST Services]]&lt;br /&gt;
* [[OpenSimulator Internals/Data Dictionaries]]&lt;/div&gt;</summary>
		<author><name>Jwbshaw</name></author>
	</entry>
</feed>