getTable('SYSTEM:ONLINE:PEOPLES'); foreach ($users as $user) { $fd = $table->get((string)$user, ['clientId']); Snowflake::push($fd, $message); } } }