<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Updating a User with Device in CUCM in Management</title>
    <link>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685543#M2906</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am working on a project that's automating the CUCM activities.Presently what I am trying to do is update an existing user and make an association to a new device and remove an existing association. I am trying to achieve that using Python. The following is the XML structure for that:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;SOAP-ENV:Envelope xmlns:SOAP- 
ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;  
&amp;lt;SOAP-ENV:Body&amp;gt;    
  &amp;lt;axl:updateAppUser xmlns:axl="http://www.cisco.com/AXL/API/1.0" 
   sequence="12055"&amp;gt;         
  &amp;lt;userid&amp;gt;atest&amp;lt;/userid&amp;gt;         
  &amp;lt;associatedDevices&amp;gt;
  &amp;lt;device&amp;gt;TCTVINU&amp;lt;/device&amp;gt;      
 &amp;lt;/associatedDevices&amp;gt;    
 &amp;lt;/axl:updateAppUser &amp;gt;
 &amp;lt;/SOAP-ENV:Body&amp;gt;
 &amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;But when I run the code, it'showing that the user does not exist, but the user is there in the CUCM. is there any other alternate way to achieve that?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is also a technique using the executeSQLUpdate, but I am not aware of the syntax.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 04:51:16 GMT</pubDate>
    <dc:creator>AR7</dc:creator>
    <dc:date>2018-08-10T04:51:16Z</dc:date>
    <item>
      <title>Updating a User with Device in CUCM</title>
      <link>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685543#M2906</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am working on a project that's automating the CUCM activities.Presently what I am trying to do is update an existing user and make an association to a new device and remove an existing association. I am trying to achieve that using Python. The following is the XML structure for that:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;SOAP-ENV:Envelope xmlns:SOAP- 
ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;  
&amp;lt;SOAP-ENV:Body&amp;gt;    
  &amp;lt;axl:updateAppUser xmlns:axl="http://www.cisco.com/AXL/API/1.0" 
   sequence="12055"&amp;gt;         
  &amp;lt;userid&amp;gt;atest&amp;lt;/userid&amp;gt;         
  &amp;lt;associatedDevices&amp;gt;
  &amp;lt;device&amp;gt;TCTVINU&amp;lt;/device&amp;gt;      
 &amp;lt;/associatedDevices&amp;gt;    
 &amp;lt;/axl:updateAppUser &amp;gt;
 &amp;lt;/SOAP-ENV:Body&amp;gt;
 &amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;But when I run the code, it'showing that the user does not exist, but the user is there in the CUCM. is there any other alternate way to achieve that?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is also a technique using the executeSQLUpdate, but I am not aware of the syntax.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 04:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685543#M2906</guid>
      <dc:creator>AR7</dc:creator>
      <dc:date>2018-08-10T04:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a User with Device in CUCM</title>
      <link>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685553#M2907</link>
      <description>You’re trying to update appUser.  Instead just do user.  AppUser is application users and don’t have phones.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2018 06:01:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685553#M2907</guid>
      <dc:creator>Joseph Jacobs</dc:creator>
      <dc:date>2018-08-10T06:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a User with Device in CUCM</title>
      <link>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685558#M2908</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;which Kind of user is "atest"? An EndUser or Application User?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to remove all devices from End User, can you use this post!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ns="&lt;A href="http://www.cisco.com/AXL/API/11.5" target="_blank"&gt;http://www.cisco.com/AXL/API/11.5&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;soapenv:Header/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns:updateUser sequence="?"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;userid&amp;gt;atest&amp;lt;/userid&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;associatedDevices&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/associatedDevices&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ns:updateUser&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 06:15:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685558#M2908</guid>
      <dc:creator>BjoernMartin</dc:creator>
      <dc:date>2018-08-10T06:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a User with Device in CUCM</title>
      <link>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685647#M2909</link>
      <description>Thanks was using the wrong user, it worked with updateUser.</description>
      <pubDate>Fri, 10 Aug 2018 09:37:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updating-a-user-with-device-in-cucm/m-p/3685647#M2909</guid>
      <dc:creator>AR7</dc:creator>
      <dc:date>2018-08-10T09:37:34Z</dc:date>
    </item>
  </channel>
</rss>

