Skip to content

Action – GetUsersList

Eric Domke edited this page May 6, 2019 · 1 revision

Gets a list of recently active users from the server's cache

AML Query

<!-- SOAP_ACTION = GetUsersList -->
<Item />

Example (Result)

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <Result>
      <aras_user id="999999">
        <login>user.name</login>
        <loginTime>1/12/2018 2:10:07 PM</loginTime>
        <lastActivity>1/12/2018 4:56:04 PM</lastActivity>
        <comments>comments</comments>
        <db>PROD</db>
      </aras_user>
    </Result>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Clone this wiki locally