Please follow the below steps to get a list of all cPanel accounts for a specific reseller account
# Login to SSH shell with root user on your cPanel & WHM server
# Enter below command on shell
grep $resellername /etc/trueuserowners | cut -d : -f 1
Note : Replace “resellername” with your reseller name in above command and hit enter