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

Description

Updates the existing system user in the system.

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:systemuserUpdate>
         <systemUser>
            <id>3769700</id>
            <type>UI</type>
            <firstName>?</firstName>
            <lastName>?</lastName>
            <language>en_US</language>
            <timeZone>Europe/London</timeZone>
            <messagingRole>client_admin</messagingRole>
            <expiryDate>2018-09-01</expiryDate>
         </systemUser>
      </ecm:systemuserUpdate>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels