Thomas Pedersen
posted this on February 16, 2010 12:08 am
Each user has a type, which determines their administrative privileges.
Returns a single group
<group> <id>56277</id> <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>