listUsers

Returns a list of all users.

Applies to Clouds and Integration Appliances.

Returns:
A list of all users.

Examples:

The following example is a SOAP request for the list of users.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
 <soapenv:Header>
  <sec:sessionId>8F059BEEA3611033D277773A95404641</sec:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <sec:listUsers/>
 </soapenv:Body>
</soapenv:Envelope>
The following example is the SOAP reply to the request for the list of users:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:listUsersResponse xmlns:ns2="http://www.approuter.com/
  schemas/2008/1/security" xmlns:ns3="http://www.approuter.com/schema/
  router/1000/security/03">
   <ns2:users>foo@mycompany.com</ns2:users>
   <ns2:users>httpclient@mycompany.com</ns2:users>
   <ns2:users>admin@mycompany.com</ns2:users>
   <ns2:users>webman@mycompany.com</ns2:users>
   <ns2:users>support@mycompany.com</ns2:users>
  </ns2:listUsersResponse>
 </S:Body>
</S:Envelope>



Feedback | Notices


Timestamp icon Last updated: Thursday, 2 June 2016


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