How to find a list of users on Direct Admin via SSH In Dedicated Server?

Silicon house providing Fully managed Linux Dedicated servers . It is provided with a Direct Admin control panel. In this session we are going to see  How to find list of users on DirectAdmin via SSH

Kindly follow the below procedure
1) Login to the SSH of the sever
2) Then enter cd /tmp  and enter the below command

ls /usr/local/directadmin/data/users | grep admin -vw

3) by this you can able to find list of users on Direct Admin