- support updating 'enabled' field
[plcapi.git] / PLC / Methods / AdmGetPersons.py
index 521c0ce..35e94a0 100644 (file)
@@ -6,3 +6,6 @@ class AdmGetPersons(GetPersons):
     """
 
     status = "deprecated"
+
+    def call(self, auth, person_id_or_email_list = None, return_fields = None):
+        return GetPersons.call(self, auth, person_id_or_email_list)