CUC API Java Admin SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 07:12 AM
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.
- Labels:
-
Voicemail (Unity Connection)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 08:00 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 02:10 PM
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>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 02:15 PM
well it seems to work if I do it as a PUT instead of a POST
