Thomas Pedersen
posted this on Feb 16 00:08
Each user has a type, which determines their administrative privileges.
Returns a single group
<group>
<name>Marketing</name>
</group>
Returns all groups in one list. The body of each group is the same as for show group.
<groups type="array">
<group>
...
</group>
<group>
...
</group>
</groups>