/mcpPUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/greetings/Alternate Accept: application/json Content-type: application/json Connection: keep-alive { "EnableTransfer":"true","IgnoreDigits":"false" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Changing after Greeting Actions By default all the handlers must have tenant specific handlers Example 1: Change Call Actions Request Body: <UserTemplateGreeting> <AfterGreetingAction>8</AfterGreetingAction> </UserTemplateGreeting> The following is the response from the PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To change call actions, do the following: PUT https://<connection-server>/vmrest/callhandlerprimarytemplates/6bcd837d-f1cf-43c2-b199-85b457858a16/usertemplategreetings/Alternate Accept: application/json Content-type: application/json Connection: keep-alive Request Body: { "AfterGreetingAction":"8" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Cisco Unity Connection Provisioning Interface (CUPI) API 255 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Changing after Greeting Actions