Another problem, I would obtain a complete list of my customers, but just valid customers appear. If I force valid to 2 or 3, OTRS returns just users with the value "1" (valid).
For example, my function :
Code: Select all
$idsclient=$client->__soapCall("Dispatch", array(
$client->_login,
$client->_password,
"CustomerUserObject",
"CustomerUserList",
"Valid", '3'
));
Tested with versions 2.4.5 and 3.0.6