userGetGroups( )

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

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

Returns
The information in a GroupArray array.