filterUsers

Filters users.

Applies to Clouds and Integration Appliances.

Parameter:

filter
The filter to run against a list of users.
Returns:
The users.

Examples:

The following example is a SOAP request to filter users that begin with a w.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
 <soapenv:Header>
  <sec:sessionId>A5D2F0294EACB36B70622B8EE0E94706</sec:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <sec:filterUsers>
   <sec:filter>w</sec:filter>
  </sec:filterUsers>
 </soapenv:Body>
</soapenv:Envelope>
The following example is the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:filterUsersResponse xmlns:ns2="http://www.approuter.com/
  schemas/2008/1/security" xmlns:ns3="http://www.approuter.com/schema/
  router/1000/security/03">
   <ns2:users>webman</ns2:users>
  </ns2:filterUsersResponse>
 </S:Body>
</S:Envelope>



Feedback | Notices


Timestamp icon Last updated: Wednesday, December 16, 2015


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00017.html