Hi *, is it possible to get all ftp-users by domain_id? I found only the function "sites_ftp_user_get" where I have to use the ftp_user_id/primary_id. Thx and cheers Marco
PHP: $ftp_users = $client->sites_ftp_user_get($session_id, array('parent_domain_id' => '2'));print_r($ftp_users);