second ftp user

Hi,

With virtual admin, we are creating a domain with the way below,
(https://ip-address:10000/virtual-server/remote.cgi?program=create-domain&domain=domain.com&pass=pass123&template=template&plan=plan&default-features)

I want to add an extra ftp user to this host account

https://ip-address:10000/virtual-server/remote.cgi?program=create-user&domain=domain.com&user=ftp2&pass=password&shell=/bin/false&home=/var/www/vhosts/domain.com/httpdocs/ftp2&ftp&noemail&no-creation-mail
with this way it is creating without any problem.

I can not change or delete the files which are in the ftp2 user folder with
domain.com’s ftp user. Which way should we follow to make the domain.com
user available for making the necessary changes on the files which are in
ftp2.