you dont own this domain , when trying to create new ftp account

galmalka121

New member
Joined
Aug 13, 2023
Messages
1
hey in kinda new to direct admin , Im trying to create a ftp account for a user from the admin account
end_point = "CMD_API_FTP";
$data = array(
"action" => "create",
"domain" => $domain,
"user" => $username,
"type" => "ftp",
"passwd" => $genPassword,
"passwd2" => $genPassword,
);
this is the data im sending and im getting
error=1&text=Could not execute your request&details=You do not own that domain
any one know why?
 
Back
Top