diff --git a/diveraWebConnect.php b/diveraWebConnect.php index aa01e1d..1106fa9 100644 --- a/diveraWebConnect.php +++ b/diveraWebConnect.php @@ -78,7 +78,7 @@ global $cURL,$_csrf; if(diveraWebLogin()){ - $url = 'https://app.divera247.com/api/v2/management/export-users?type=csv&cluster_id=11643&emails=1&phonenumbers=1&qualifications=1&access=1'; + $url = 'https://app.divera247.com/api/v2/management/export-users?type=csv&emails=1&phonenumbers=1&qualifications=1&access=1'; diveraWebCURL($url); $data = curl_exec($cURL); diveraWebLogout();