/mcp• https://<connection-server>/vmrest/users • https://<connection-server>/vmrest/distributionlists The following is an example of the POST request that creates a new call handler template: POST https://<connection-server>/vmrest/callhandlertemplates Request Body: <CallhandlerTemplate> <DisplayName>System Call Handler Template1</DisplayName> <RecipientSubscriberObjectId>f74c4f98-598e-4c47-bf1a- 2b78fc2c2953</RecipientSubscriberObjectId> <MediaSwitchObjectId>abf4b7d1-89d5-45c2-bdc8-d3b13f5040f5</MediaSwitchObjectId> </CallhandlerTemplate> 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 JSON Example To create a new call handler template, do the following: Request URI: POST: https://<connection-server>/vmrest/callhandlertemplates Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "DisplayName":"Tenant", "RecipientDistributionListObjectId":"8337a757-b074-42ff-85bd-acda2dfd5d28", "MediaSwitchObjectId":"343dc222-2d1a-4a19-a5b6-894725542475" } 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 Delete the Call Handler Template The following is an example of the DELETE request that can be used to delete a call handler template: DELETE https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate-objectid> The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To delete a call handler template, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 405 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Delete the Call Handler Template