/mcpTo update the language of a user template, do the following: Request URI: PUT https://<connection-server>/vmrest/usertemplates/< usertemplateobjectid > Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "Language":"1025" } 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 Delete the User Template The following is an example of the DELETE request that can be used to delete a user template: DELETE https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid> Response Code: 204 JSON Example To delete a user template, do the following: Request URI: DELETE https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid> Accept: application/json Content_type: application/json Connection: keep_alive Response Code: 204 Updating Password Settings and Changing Passwords Example 1: Updating voicemail password The following is an example of the PUT request that can be used to update the voicemail password: PUT https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid>/credential/pin Request Body: <UserTemplateCredential> <Credentials>142536</Credentials> </UserTemplateCredential> The following is the response from the above PUT request for updating credentials and the actual response will depend upon the information given by you: Response Code: 204 Voicemail should be in numeric only. Note Cisco Unity Connection Provisioning Interface (CUPI) API 321 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Delete the User Template
