/mcpJSON Example To create user template: POST https://<connection-server>/vmrest/usertemplates?templateAlias=voicemailusertemplate Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "Alias":"voicemailusertemplate1", "DisplayName":"Voice Mail User Template 1" } The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 Creating a User Template with Specific Partition Object ID The request can be used to create the User Template. It can be used to create the User Template with specific Partition Object ID, COS, MailboxStoreObjectId, Phone System. The following is an example of the POST request that creates a new user template: POST https://<connection-server>/vmrest/usertemplates?templateAlias=voicemailusertemplate Request Body: <UserTemplate> <Alias>ABCs_user template</Alias> <DisplayName>ABCs@user template</DisplayName> <PartitionObjectId>00c25bc8-d3d0-45ec-a786-fcf7a35593cf</PartitionObjectId> </UserTemplate> The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 Get partition object Id from " https://<connection-server>/vmrest/partitions " . In same way users templates can be created using specific COS object ID, MailboxStoreObjectId, Phone System. Note JSON Example To create user template with specific partition ID, do the following: Request URI: POST https://<connection-server>/vmrest/usertemplates?templateAlias=<TemplatealiasName> Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "Alias":"voicemailusertemplate12", "DisplayName":"Voice Mail User Templater12", "PartitionObjectId":"be52d373-25c4-416c-81c1-b82479061192" } Cisco Unity Connection Provisioning Interface (CUPI) API 318 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Creating a User Template with Specific Partition Object ID