Description

Retrieves the system user identified by the specified system user ID, external ID, or email address.

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:systemuserGet>
         <systemUserId>3769698</systemUserId>
         <email></email>
         <externalId>?</externalId>
      </ecm:systemuserGet>
   </soapenv:Body>
</soapenv:Envelope>