I'm trying to use SearchAccountsRequest SOAP call w/o success. I want to query all the existing accounts that we have, but I receive 0 accounts (see below).
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<context xmlns="urn:zimbra">
<authToken>xxxxxxxx</authToken>
</context>
</soap:Header>
<soap:Body>
<SearchAccountsRequest xmlns="urn:zimbraAdmin" types="accounts">
<query>(mail=*%s*)</query>
</SearchAccountsRequest>
</soap:Body>
</soap:Envelope>


LinkBack URL
About LinkBacks

