cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1106
Views
0
Helpful
7
Replies

How to Reset Agent Password Via Finesse Admin APIs

Hello all !!

I want to reset the cisco finesse agent password using Finesse Admin Rest API in Java.

Can anyone please help on this issue?

7 Replies 7

Gerry O'Rourke
Spotlight
Spotlight

Is this for CCE or CCX?
You cannot reset a password via the Finesse Admin API.
in CCE you can use the Agent API - to update the agents password.

Reference: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_12_0_1/Program/Guide/ucce_b_1201-ucce-developer-reference/ucce_b_1201-ucce-developer-reference_chapter_00.html#PCCE_RF_M76B1FFD_00__section_...

Regards,

Gerry

Hi Gerry,

Is this API for AW Server or HDS Server?

 

This API web server is usually the AW-HDS-DDS Server - of which there are two (A and B side).

I am using my AW-HDS-DDS Server IP but not getting any response.
Can you please tell do I need to perform any configuration for calling this API?

Are you able to browse to the Web Server on the server from your machine?

If so you should be able to access the API

Note - if using the IP address and not the FQDN you will get a cert error - but your API app can ignore cert errors if you want it to.

If not - check if there is any firewall between your machine and the server and maybe see if disabling firewall on the server itself corrects the issue (then re-enable and update config to allow)?

The specific CCE API request below doesn't require auth - so useful to testing connectivity and making sure you API Web server is working.

https://<server>/unifiedconfig/config/deployment
Ref: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_12_0_1/Program/Guide/ucce_b_1201-ucce-developer-reference/ucce_b_1201-ucce-developer-reference_chapter_01111.html

Gerry

 

Hi Gerry !!

Is there any API or any other thing for checking the server side configuration?

Or any configuration or port required for calling this https://<server>/unifiedconfig/config/deployment API.

I am unable to get any response after calling the API with server IP.

 

Hassnain

Hassnain,

Have you tried the things I have recommended?

The API must be available - otherwise you Supervisors would not be able to log in to the CCE Admin GUI on the same server to do reskilling or your administrator would not be able to log into the CCE Admin GUI to configure certains aspects of the CCE Contact Centre.

I would discuss with your CCE Administrator - likely something simple here like incorrect hostname / IP address, a network / routing from your PC or a Firewall issue.

The below URL work for you on the CCE server (HTTPS is TCP port 443)

 https://<aw-hds-dds>/unifiedconfig/config/deployment 

You can also browse using your browser to the CCE Admin GUI on the same server

https://<aw-hds-dds>/cceadmin/

If above doesn't work - the API won't work - but if above doesn't work - like I said something incorrect with your environment or the hostname / IP address is incorrect.

Regards,

Gerry

 

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: