groupGetGroupsForUser( )

Retrieves a list of all groups of which the user is a member.

Pseudocode
groupGetGroupsForUser(unsigned int userId);
Parameters
  • userId   The unique user ID.

Returns
The information in a GroupUserListItemArray array.