/mcpComment Operation Data Type Parameter Include a Link to the Cisco Unity Connection Web Inbox in Message Text. Default value: False Read/Write Boolean SendPcaLink Creating a new Notification device The following URI can be used to create a pager device: POST https://<connection- server>/vmrest/usertemplates/<usertemplateobjectid>/usertemplatenotificationdevic es/usertemplatepagerdevices Request Body: <UserTemplateNotificationDevice> <DisplayName>Newpager</DisplayName> <MediaSwitchObjectId>8adf6869-4afc-4455-9fd5-d05b68ca6630</MediaSwitchObjectId> </UserTemplateNotificationDevice> he 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/usertemplates/<objectid>/usertemplatenotificationdevices/<objectid> Phone system Id is mandatory to create pager device. Cisco Unity Connection Provisioning Interface (CUPI) API -- User Template Phone Menu User Template Phone Menu The following URI can be used to view the user template object ID: GET https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid> Updating Phone menu fields Request Body: <UserTemplate> <PromptVolume>50</PromptVolume> <PromptSpeed>100</PromptSpeed> <IsClockMode24Hour>false</IsClockMode24Hour> <ConversationTui>SubMenu</ConversationTui> <MessageLocatorSortOrder>1</MessageLocatorSortOrder> <JumpToMessagesOnLogin>false</JumpToMessagesOnLogin> </UserTemplate> Cisco Unity Connection Provisioning Interface (CUPI) API 282 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Creating a new Notification device