-
Notifications
You must be signed in to change notification settings - Fork 16
Action – GetUsersList
Eric Domke edited this page May 6, 2019
·
1 revision
Gets a list of recently active users from the server's cache
<!-- SOAP_ACTION = GetUsersList -->
<Item />
<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>