<?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: In order to access SG you in Contact Center</title>
    <link>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/3721899#M108323</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to use the Agent's API to update the Agent's password using UCCE 10.5 API. First, I query back the changeStamp using the admin login credential(FQDN) encounter no issues. Then I switch over to supervisor login credential and send the web request using the xml&amp;nbsp;below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Method: Put&lt;/P&gt;
&lt;P&gt;Body:&lt;/P&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&lt;BR /&gt;&amp;lt;agent&amp;gt;&lt;BR /&gt;&amp;lt;changeStamp&amp;gt;51&amp;lt;/changeStamp&amp;gt;&lt;BR /&gt;&amp;lt;person&amp;gt;&lt;BR /&gt;&amp;lt;password&amp;gt;5329485&amp;lt;/password&amp;gt;&lt;BR /&gt;&amp;lt;/person&amp;gt;&lt;BR /&gt;&amp;lt;/agent&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting 401 No authorized.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Base on the UCCE 10.5(1) link below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_10_5_1/Program/Guide/PCCE_BK_U459A159_00_ucce-api-olh/PCCE_BK_U459A159_00_ucce-api-olh_chapter_00.html#PCCE_RF_M76B1FFD_00__section_BFBE1D3EB6E94BED9490843BDB29FA6D" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_10_5_1/Program/Guide/PCCE_BK_U459A159_00_ucce-api-olh/PCCE_BK_U459A159_00_ucce-api-olh_chapter_010.html.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The UCCE admin creates the supervisor login credential. &lt;SPAN style="background-color: #f6d5d9;"&gt;The&amp;nbsp;&lt;/SPAN&gt;supervisor can change the agent information in their own team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea, why I am getting 401 Unauthorized.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Danny&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 14:51:18 GMT</pubDate>
    <dc:creator>danny Tiong</dc:creator>
    <dc:date>2018-10-09T14:51:18Z</dc:date>
    <item>
      <title>Need help in UCCE Admin API usage.</title>
      <link>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663948#M85189</link>
      <description>&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;Dear fellows,&lt;/P&gt;&lt;P&gt;I am working on UCCE Admin APIs. Actually I am stuck with&amp;nbsp; API requests and I need some help.&lt;/P&gt;&lt;P&gt;When I send request to an API such as &lt;A class="jive-link-external-small" href="http://%3cserver%3e/unifiedconfig/config/skillgroup?summary=true" rel="nofollow" target="_blank"&gt;http://&amp;lt;server&amp;gt;/unifiedconfig/config/skillgroup?summary=true&lt;/A&gt; using Firefox POSTER or a Java Web Service client, I get 401 unauthorized error with response body as "&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Apache Tomcat/7.0.25 - Error report&amp;lt;/title&amp;gt;".&lt;/P&gt;&lt;P style="text-align: justify;"&gt;When I try to send a GET request on the &amp;lt;server&amp;gt; URL using a browser I get following error in a browser pop-up window i.e. "Cisco VTG Realm."&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Same goes for all the APIs.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Following are the main purpose which I am trying to achieve:&lt;/P&gt;&lt;P style="text-align: justify;"&gt;- Get the list of Skill Group of an Agent&lt;/P&gt;&lt;P style="text-align: justify;"&gt;- Add/Remove the skill groups to/from that Agent&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; text-align: justify;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;- Get the list of Agents in an Skill Group&lt;/P&gt;&lt;P style="text-align: justify;"&gt;- Add/Remove the Agents to/from Skill Group&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; text-align: justify;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;For this I am following “&lt;STRONG&gt;Cisco Unified Contact Center Enterprise Developer Reference Release&lt;BR /&gt;10.0(x)&lt;/STRONG&gt;”.&lt;/P&gt;&lt;P&gt;For the solution of this problem I also contacted an expert, who is currently employed at CISCO. He replied that you should be using &amp;lt;adminuser&amp;gt;@domain as the user format.For example, on the lab here I’m accessing the API with &lt;A class="jive-link-email-small" href="mailto:Administrator@rmlab.cisco.com" target="_blank"&gt;Administrator@rmlab.cisco.com&lt;/A&gt; as the username.&lt;/P&gt;&lt;P&gt;When I use credentials i.e. &amp;lt;adminuser&amp;gt;@domain, I get “403 Forbidden” error. Showing that the above request is not allowed to the user.&lt;/P&gt;&lt;P&gt;I also tried using Supervisor credentials, with or without the above mentioned format, but again faced “401 Unauthorized” error in both cases.&lt;/P&gt;&lt;P&gt;I again inform him and explain the whole problem then he replies that you’ll get a 403 if you are using https or the ICM version doesn’t support the API request that you’re issuing and you will get 401 if the user credential are incorrect.&lt;/P&gt;&lt;P&gt;After some digging I came to know that “403 Forbidden” error is caused if we are using an unsupported version of “ICM” or if we are not using “https.” I am using ICM v 9.0.4 &amp;amp; http, secondly the credentials used are correct and there is no issue with those credentials.&lt;/P&gt;&lt;P&gt;Kindly help me to resolve the above mentioned issues, so that I can proceed with using UCCE Admin APIs.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Thank you for your consideration.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Mar 2019 13:06:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663948#M85189</guid>
      <dc:creator>zebmustafa14</dc:creator>
      <dc:date>2019-03-15T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Hello,This expert is correct.</title>
      <link>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663949#M85190</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This expert is correct. For anything newer than 9.0(2) UPN format, &lt;EM&gt;username@fqdn&lt;/EM&gt;, is required.&lt;/P&gt;&lt;P&gt;Also make sure this AD user is a member of your &lt;EM&gt;ICM Configuration Users&lt;/EM&gt; security group.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 21:03:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663949#M85190</guid>
      <dc:creator>Mateusz Pagacz</dc:creator>
      <dc:date>2015-02-13T21:03:47Z</dc:date>
    </item>
    <item>
      <title>Dear Mateusz,Thank for the</title>
      <link>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663950#M85191</link>
      <description>&lt;P&gt;Dear Mateusz,&lt;BR /&gt;Thank for the reply.&lt;BR /&gt;Now I am sure that the AD is am member of &lt;EM&gt;ICM Configuration Users&lt;/EM&gt; security group.&lt;BR /&gt;Only deployment API is working expect all the other APIs such as Skill-group, Agent or Interval Buckets. The API work for me is "https://&amp;lt;server&amp;gt;/unifiedconfig/config/deployment", when I send request to server using GET method I get the following reponse:&lt;BR /&gt;&lt;EM&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&lt;BR /&gt;&amp;lt;deployment&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;deploymentType&amp;gt;0&amp;lt;/deploymentType&amp;gt;&lt;BR /&gt;&amp;lt;/deployment&amp;gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/ipcc_enterprise/ippcenterprise9_0_1/program/guide/UCCE_BK_CC46AA7C_00_developers-guide/UCCE_BK_CC46AA7C_00_developers-guide_chapter_0101.html#UCCE_TP_D646D430_00"&gt;Deploment Type&lt;/A&gt; 0 mean: No deployment type specified. Initial type set at installation. Once set to another deployment-type, you cannot switch back to 0.&lt;BR /&gt;&lt;BR /&gt;How can I change the &lt;STRONG&gt;deployment-type "6"&lt;/STRONG&gt; which is "UCCE 12000 Agents Router/Logger" so that I am able to do my task which mention in above question?&lt;BR /&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 12:02:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663950#M85191</guid>
      <dc:creator>zebmustafa14</dc:creator>
      <dc:date>2015-02-16T12:02:43Z</dc:date>
    </item>
    <item>
      <title>You can change it from CCE</title>
      <link>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663951#M85192</link>
      <description>&lt;P&gt;You can change it from CCE Web Administration: System &amp;gt; Deployment.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 12:06:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663951#M85192</guid>
      <dc:creator>Mateusz Pagacz</dc:creator>
      <dc:date>2015-02-16T12:06:06Z</dc:date>
    </item>
    <item>
      <title>Dear Mateusz,Thank you for</title>
      <link>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663952#M85193</link>
      <description>&lt;P&gt;Dear &lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;&lt;A class="username" href="https://supportforums.cisco.com/users/mpagacz" title="View user profile."&gt;Mateusz&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;Thank you for providing the requested information.&lt;BR /&gt;After changing deployment type “5” from CCE Web Administration: System &amp;gt; Deployment which is as follow:-&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Deployment Type UCCE 8000 Agents Router/Logger&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Unified CCE Version 9.0.4.0.0.104&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When I send Deployment API to server I get the following response:&lt;BR /&gt;&lt;EM&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&lt;BR /&gt;&amp;lt;deployment&amp;gt;&lt;BR /&gt;&amp;lt;deploymentType&amp;gt;5&amp;lt;/&lt;WBR /&gt;deploymentType&amp;gt;&lt;BR /&gt;&amp;lt;/deployment&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;How to set tag &amp;lt;supervisorLoginAllowed&amp;gt; True? Because in UCCE guide the deployment response should be :&lt;BR /&gt;&lt;EM&gt;&amp;lt;deployment&amp;gt;&lt;BR /&gt;&amp;lt;deploymentType&amp;gt;7&amp;lt;/deploymentType&amp;gt;&lt;BR /&gt;&amp;lt;supervisorLoginAllowed&amp;gt;true&amp;lt;/supervisorLoginAllowed&amp;gt;&lt;BR /&gt;&amp;lt;/deployment&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in anticipation.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:54:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663952#M85193</guid>
      <dc:creator>zebmustafa14</dc:creator>
      <dc:date>2015-02-16T13:54:45Z</dc:date>
    </item>
    <item>
      <title>In order to access SG you</title>
      <link>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663953#M85194</link>
      <description>&lt;P&gt;In order to access SG you have to authenticate as a supervisor providing his &lt;STRONG&gt;login name&lt;/STRONG&gt; and password and not AD UPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From &lt;A href="http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/ipcc_enterprise/ippcenterprise10_0_1/program/PCCE_BK_E4833C46_00_api-online-help-UCCE.html"&gt;Cisco Unified Contact Center Enterprise Developer Reference Release 10.0(x)&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;The following APIs are &lt;SPAN style="color:#FF0000;"&gt;&lt;U&gt;not available&lt;/U&gt;&lt;/SPAN&gt; for administrators:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Agent Team API, on page 19&lt;/LI&gt;&lt;LI&gt;Skill Group AaPI, on page 43&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Supervisor Access&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Skill Group API, on page 43:&lt;UL&gt;&lt;LI&gt;Supervisors can only see and update skill groups that are on their peripheral.&lt;/LI&gt;&lt;LI&gt;When updating a skill group, supervisors can only change the agents parameter to add or remove agents who are on their teams.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Authentication&lt;/STRONG&gt;&lt;BR /&gt;To authenticate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Administrators must provide a fully qualified user name (for example, user@cisco.com) and password.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color:#FF0000;"&gt;&lt;U&gt;Supervisors must provide their agent username and password.&lt;/U&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 17 Feb 2015 18:57:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/2663953#M85194</guid>
      <dc:creator>Mateusz Pagacz</dc:creator>
      <dc:date>2015-02-17T18:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: In order to access SG you</title>
      <link>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/3721899#M108323</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to use the Agent's API to update the Agent's password using UCCE 10.5 API. First, I query back the changeStamp using the admin login credential(FQDN) encounter no issues. Then I switch over to supervisor login credential and send the web request using the xml&amp;nbsp;below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Method: Put&lt;/P&gt;
&lt;P&gt;Body:&lt;/P&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&lt;BR /&gt;&amp;lt;agent&amp;gt;&lt;BR /&gt;&amp;lt;changeStamp&amp;gt;51&amp;lt;/changeStamp&amp;gt;&lt;BR /&gt;&amp;lt;person&amp;gt;&lt;BR /&gt;&amp;lt;password&amp;gt;5329485&amp;lt;/password&amp;gt;&lt;BR /&gt;&amp;lt;/person&amp;gt;&lt;BR /&gt;&amp;lt;/agent&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting 401 No authorized.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Base on the UCCE 10.5(1) link below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_10_5_1/Program/Guide/PCCE_BK_U459A159_00_ucce-api-olh/PCCE_BK_U459A159_00_ucce-api-olh_chapter_00.html#PCCE_RF_M76B1FFD_00__section_BFBE1D3EB6E94BED9490843BDB29FA6D" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_10_5_1/Program/Guide/PCCE_BK_U459A159_00_ucce-api-olh/PCCE_BK_U459A159_00_ucce-api-olh_chapter_010.html.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The UCCE admin creates the supervisor login credential. &lt;SPAN style="background-color: #f6d5d9;"&gt;The&amp;nbsp;&lt;/SPAN&gt;supervisor can change the agent information in their own team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea, why I am getting 401 Unauthorized.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:51:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/need-help-in-ucce-admin-api-usage/m-p/3721899#M108323</guid>
      <dc:creator>danny Tiong</dc:creator>
      <dc:date>2018-10-09T14:51:18Z</dc:date>
    </item>
  </channel>
</rss>

