/mcpCisco Unity Connection Provisioning Interface (CUPI) API -- Message Action Template Message Action Template To edit a message action template, you must get the URI for message action from: GET https://<connection server>/vmrestvmrest/usertemplates/<usertemplateobjectid> Message action URI: GET https://<connection server>/vmrestvmrest/usertemplates/<usertemplateobjectid>/usertemplatemessageactions/<usertempl atemessageactionsobjectid> Updating Message Action Request URI PUT https://<connection server>/vmrest/usertemplates/<usertemplateobjectid>/usertemplatemessageactions/<objectid> Request Body: <UserTemplateMessageAction> <VoicemailAction>3</VoicemailAction> <RelayAddress>%texoma%@tenant.com</RelayAddress> </UserTemplateMessageAction> 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 To update message actions, do the following: Request URI: PUT https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid>/usertemplatemessageactions/<objectid> Accept: application/json Content-type: application/json Connection: keep-alive Request Body: { "VoicemailAction":"3" "RelayAddress":"texoma@tenant.com" } 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 272 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Cisco Unity Connection Provisioning Interface (CUPI) API -- Message Action Template