Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the user identified by the specified user ID.

Available from

v1

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:userGet>
         <userId>498332</userId>
      </ecm:userGet>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels