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

Description

Returns the user's profile (only attributes with a value are shown). The profile consists of attributes that contain user data. All attributes can be accessed system-wide

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:userGetProfile>
         <userId>498332</userId>
      </ecm:userGetProfile>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels