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

Description

Updates the system user password identified by the specified system user ID

Available from

v9

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:systemuserUpdatePassword>
         <credentials>
            <systemUserId>3769698</systemUserId>
            <password>password</password>
         </credentials>
      </ecm:systemuserUpdatePassword>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels