cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
389
Views
1
Helpful
2
Replies

UCCX REST api - change agent status with admin credentials?

pescla
Spotlight
Spotlight

i am trying to get a 3rd party integration to work with which the customer wants to set agent in finesse between ready and not ready, automatically.

 

i did find that there is a finesse api to read and write the status. however, while reading the status worked with the Admin credentials, writing it gave a 401 - it only worked when using the agents own credentials via basic auth.

 

Is there a way to set up an API application user that is authorized to change the ready Status on behalf of the agents?

1 Accepted Solution

Accepted Solutions

Hey

According to the API guide, you can make a supervisor and use that credentials to change state

Remember that the NOT_READY state has to have the reasoncode 33 with it

User—Change Agent State - Finesse - Cisco DevNet

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

View solution in original post

2 Replies 2

Hey

According to the API guide, you can make a supervisor and use that credentials to change state

Remember that the NOT_READY state has to have the reasoncode 33 with it

User—Change Agent State - Finesse - Cisco DevNet

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

Works, great! Too bad it apparently has to be a supervisor with an IPCC extension and all and cant just be the admin but ill take it