Cannot access to invalid users via API

English! place to talk about development, programming and coding
Post Reply
mma
Znuny newbie
Posts: 2
Joined: 18 Mar 2011, 11:45
Znuny Version: 2.4

Cannot access to invalid users via API

Post by mma »

Hi all,

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'
));
I don't know if it's an issue of OTRS or my error, but I have the same problem with the function CustomerSearch.
Tested with versions 2.4.5 and 3.0.6
French developer with poor english ;-)
Post Reply