The following would serve to move the units to the position of the player (have added brackets for clarity).
{ _x doMove (getPos player); } forEach (units group1)
However, it's usually far better to just give the group leader a new waypoint, instead.