Get the groups in which the user is either part of or not part of
- Parameters:
-
| peerid | peer id or empty |
| partof | part of or not part of |
| invitable | 1 |
- 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:
- Requesting HTTP session must be authenticated
- A profile must be currently logged in
- AuthKey source should be AUTH_SOURCE_UI