<?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 Re: Accessing and Managing CIMP properties in Management</title>
    <link>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507080#M1327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Note as this question is mainly in regards to IM &amp;amp; Presence APIs, there is an IM&amp;amp;P question specific forum here: &lt;A href="https://community.cisco.com/space/4529"&gt;Unified Presence&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EPASSoap API (aka 'Client Configuration Web Service') is probably what you want to look at.&amp;nbsp; This API can be used either with individual end-user credentials (requiring the user password) or by 'proxy' by loging in an 'application user' and then creating a session on behalf of an end-user (requiring only the user user id.)&amp;nbsp; From the section 'Login and Authentication':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;The Client Configuration Web Service supports the following login scenarios:&lt;/P&gt;
&lt;P&gt;The client application sends a username and password for an end user in the login request for&lt;/P&gt;
&lt;P&gt;authentication, and Cisco Unified CM IM and Presence returns a unique session key for the&lt;/P&gt;
&lt;P&gt;end user.&lt;/P&gt;
&lt;P&gt;The client application logs in to Cisco Unified CM IM and Presence as an "application user"&lt;/P&gt;
&lt;P&gt;using an application username and password. The client application can then log in an end&lt;/P&gt;
&lt;P&gt;user by passing the session key for an application user, and the username for an end user&lt;/P&gt;
&lt;P&gt;in the login request; a unique session key for the end user is returned.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="http://developer.cisco.com/site/im-and-presence/documents/client_config_web_service/latest_version/index.gsp" title="http://developer.cisco.com/site/im-and-presence/documents/client_config_web_service/latest_version/index.gsp"&gt;Cisco DevNet: UC Manager IM &amp;amp; Presence APIs - Client Configuration Web Service - Latest Version&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also the info in the Login Request / Client-Type section for more info needed to implement the proxy login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to use the lookup/get/add-contact requests from the API to accomplish the task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 19:21:24 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2016-03-16T19:21:24Z</dc:date>
    <item>
      <title>Accessing and Managing CIMP properties</title>
      <link>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507079#M1326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am working on a application the will help in moving a user from one CUCM server to another, this includes all there CIMP information (buddy list, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use AXL to handle all the CUCM managed information, provisioning/deprovisioning of devices, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But AXL does not access CIMP information, I have seen EPAS Soap being used, but am confused by that process, if that can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use EPAS, you need to log in as the intended user to get a proper session-key,&amp;nbsp; that is not an option for us, since the credentials are sync'ed with AD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to get to a user's contact list, extract that information, and import it a different server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how can you handle a user's CCMCIP group (adding and removing them to a group)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 14:29:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507079#M1326</guid>
      <dc:creator>dkartio20</dc:creator>
      <dc:date>2016-03-16T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing and Managing CIMP properties</title>
      <link>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507080#M1327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Note as this question is mainly in regards to IM &amp;amp; Presence APIs, there is an IM&amp;amp;P question specific forum here: &lt;A href="https://community.cisco.com/space/4529"&gt;Unified Presence&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EPASSoap API (aka 'Client Configuration Web Service') is probably what you want to look at.&amp;nbsp; This API can be used either with individual end-user credentials (requiring the user password) or by 'proxy' by loging in an 'application user' and then creating a session on behalf of an end-user (requiring only the user user id.)&amp;nbsp; From the section 'Login and Authentication':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;The Client Configuration Web Service supports the following login scenarios:&lt;/P&gt;
&lt;P&gt;The client application sends a username and password for an end user in the login request for&lt;/P&gt;
&lt;P&gt;authentication, and Cisco Unified CM IM and Presence returns a unique session key for the&lt;/P&gt;
&lt;P&gt;end user.&lt;/P&gt;
&lt;P&gt;The client application logs in to Cisco Unified CM IM and Presence as an "application user"&lt;/P&gt;
&lt;P&gt;using an application username and password. The client application can then log in an end&lt;/P&gt;
&lt;P&gt;user by passing the session key for an application user, and the username for an end user&lt;/P&gt;
&lt;P&gt;in the login request; a unique session key for the end user is returned.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="http://developer.cisco.com/site/im-and-presence/documents/client_config_web_service/latest_version/index.gsp" title="http://developer.cisco.com/site/im-and-presence/documents/client_config_web_service/latest_version/index.gsp"&gt;Cisco DevNet: UC Manager IM &amp;amp; Presence APIs - Client Configuration Web Service - Latest Version&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also the info in the Login Request / Client-Type section for more info needed to implement the proxy login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to use the lookup/get/add-contact requests from the API to accomplish the task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 19:21:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507080#M1327</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-03-16T19:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing and Managing CIMP properties</title>
      <link>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507081#M1328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this exact passage after posting this on the forums, and after some serious trial and error got this [semi] working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are currently trying to figure out how to automatically move all the user's IM roster [contact] list to a different CUCM cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any insight, I did ask this question in the Unified-Presence forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 19:40:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507081#M1328</guid>
      <dc:creator>dkartio20</dc:creator>
      <dc:date>2016-03-18T19:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing and Managing CIMP properties</title>
      <link>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507082#M1329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using &amp;lt;get-non-presence-aware-contacts&amp;gt; to get a full contact list from the old IM&amp;amp;P server, and then using &amp;lt;add-contact&amp;gt; (logging into the new IM&amp;amp;P server) to re-add..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 17:20:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507082#M1329</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-03-21T17:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing and Managing CIMP properties</title>
      <link>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507083#M1330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &amp;lt;add-contact&amp;gt; does work fine (at times, see below).&amp;nbsp; Once we log in as an application user, then get a session-key for a particular user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the &amp;lt;get-non-presence-aware-contacts&amp;gt;, returns interesting results.&amp;nbsp; For the this user&lt;IMG alt="pic1.png" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/94196_pic1.png" style="height: 258px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this return&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic2.png" class="jive-image image-2" src="https://community.cisco.com/legacyfs/online/fusion/94197_pic2.png" style="height: 125px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this user&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic3.png" class="jive-image image-3" src="https://community.cisco.com/legacyfs/online/fusion/94198_pic3.png" style="height: 281px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this return&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic4.png" class="jive-image image-4" src="https://community.cisco.com/legacyfs/online/fusion/94199_pic4.png" style="height: 115px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for clarification, the CUPS server is version 10.5.2 and I am calling the the epas:soap v80 extension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW:&amp;nbsp; if I call the &amp;lt;add-contact&amp;gt; to the user that has 5 contacts and 1 watcher, I get the following error&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic5.png" class="jive-image image-5" src="https://community.cisco.com/legacyfs/online/fusion/94200_pic5.png" style="height: 128px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 20:19:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/accessing-and-managing-cimp-properties/m-p/3507083#M1330</guid>
      <dc:creator>dkartio20</dc:creator>
      <dc:date>2016-03-22T20:19:54Z</dc:date>
    </item>
  </channel>
</rss>

