getgroupsforuser ???

Get the groups in which the user is either part of or not part of

Parameters:
peeridpeer id or empty
partofpart of or not part of
invitable1
Returns:
XML
    <groups>
        <group>
            <id> { GROUP ID } </id>
            <name> { GROUP NAME } </name>
            <desc> { GROUP DESCRIPTION } </desc>
            <isowner> { 0 | 1 } </isowner>
            <type> { 0 = PRIVATE | 1 = PUBLIC } </type>
            <nummembers> { MEMBER COUNT } </nummembers>
        </group>
    </groups>

Requirements:


Generated on Wed Oct 12 2011 21:46:52. © CodeLathe LLC 2007-2011. All Rights Reserved.