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

Description

Returns the user's profile, this is identified by the email address.

Available from

v2

Example request

<soapenv:Envelope 
   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
   xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:userGetProfileByEmail>
         <email>newuser@test.com</email>
      </ecm:userGetProfileByEmail>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels