Description

Returns the user identified by the specified identifier. If there are more users with the same identifier, the response refers to the last user where this identifier has been assigned.

Available from

v4

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:userGetByIdentifier>
         <identifier>8888</identifier>
      </ecm:userGetByIdentifier>
   </soapenv:Body>
</soapenv:Envelope>