/mcpResponse Code: 200 JSON Example GET https://<connection-server>/vmrest/handlers/callhandlers/<CallHandlerObjectId> Accept: application/json Connection: keep-alive Response Code: 200 Updating Message Settings The following is an example of the PUT request that updates message settings: PUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId> <Callhandler> <EditMsg>true</EditMsg> <MaxMsgLen>1000</MaxMsgLen> <AfterMessageAction>1</AfterMessageAction> <SendUrgentMsg>2</SendUrgentMsg> <UseCallLanguage>false</UseCallLanguage> <SendSecureMsg>false</SendSecureMsg <SendPrivateMsg>1</SendPrivateMsg> <PlayAfterMessage>2</PlayAfterMessage> </Callhandler> 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 JSON Example PUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId> Accept: application/json Content-type: application/json Connection: keep-alive { "AfterMessageAction":"2", "AfterMessageTargetConversation":"SystemTransfer" } 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 Updating after Message Actions Example 1: Call Handler PUT https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId> Cisco Unity Connection Provisioning Interface (CUPI) API 70 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Message Settings API Updating Message Settings