Adds an existing user to a group.
groupAddUser( unsigned int groupId, unsigned int userId );
groupId The unique ID of this group.
userId The unique ID of this user.
None