You can use the cut command which will select the specified column.
$cat /etc/passwd | cut -d : -f 1
Reference:https://www.poftut.com/list-users-groups-linux/