cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
763
Views
0
Helpful
3
Replies

CUC API Java Admin SDK

mike curtis
Level 1
Level 1

Hello

I am new to the CUC API and have only just started poking around. is there an administrators Java SDK out there?

the only posted on cisco unity tools seems to be made to only handle requests for the user that authenticates your session. the documentation does really spell out how to pick another user.

3 Replies 3

dstaudt
Cisco Employee
Cisco Employee

The available APIs for Unity Connection are listed here:

https://developer.cisco.com/site/unity-connection/overview/

There is a RESTful Provisioning API for managing users, distribution lists, call handlers, etc. - however much of the system admin configuration for CUC is not accessible via API as far as I know.

I am trying a http request app to see if the operations I want to use are accessible. but I am not sure where to get more information on the following response

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ErrorDetails><errors><code>DATA_EXCEPTION</code><message>informix.ck_tbl_dtmfaccessid_idindex_parent_globaluserobjectid_parent</message></errors></ErrorDetails>

well it seems to work if I do it as a PUT instead of a POST