groupAddUser( )

Adds an existing user to a group.

Pseudocode
groupAddUser(
  unsigned int groupId,
  unsigned int userId
);
Parameters
  • groupId   The unique ID of this group.

  • userId   The unique ID of this user.

Returns

None