Specifies the URI of transfer options.
String
Read Only
GreetingsURI
Specifies the URI of menu entries
String
Read Only
TransferOptionsURI
Specifies the URI of menu entries
String
Read Only
MenuEntriesURI
URI for voice name once it is recorded.
String
Read Only
ViceNameURI
Cisco Unity Connection Provisioning Interface (CUPI) API --
Call Handler Owner APIs
Add a Call Handler Owner
The following is an example of the POST request that can be used to create a new call handler owner.
Note: The RoleObjectId is no longer required for assigning Call Handler owners.
- To assign a user as call handler owner
POST
https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid>/callhandlerowners
Request Body:
<CallhandlerOwner>
<UserObjectId>c0430be2-52b8-46d7-8fad-c6aa13781469</UserObjectId>
</CallhandlerOwner>
Here, UserObjectId can be fetched from
GET https://<connection-server>/vmrest/users
- To assign a distribution list as call handler owner
POST
https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid>/callhandlerowners
Request Body:
<CallhandlerOwner>
<DistributionListObjectId>b6616b6f-c0e0-4462-b64a-654b0f5baa65</DistributionListObjectId>
</CallhandlerOwner>
Here, DistributionListObjectId can be fetched from
GET https://<connection-server>/vmrest/distributionlists
The following is the response from the above POST request and the actual response will depend upon the
information given by you:
Response Code: 201
/vmrest/handlers/callhandlers/c0430be2-52b8-46d7-8fad-c6aa13781469
JSON Example
- To assign a user as a call handler owner, do the following:
Cisco Unity Connection Provisioning Interface (CUPI) API
479
Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler
Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Owner APIs