/mcpTo view the roles, do the following: Request URI: GET https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid>/usertemplateroles Accept: application/json Content_type: application/json Connection: keep_alive The following is the response from the above GET request and the actual response will depend upon the information given by you: { "@total":"1" "UserTemplateRole": { "URI":"/vmrest/usertemplates/a9272189-720b-44b3-86e0- df7ef519599c/usertemplateroles/167b7661-ee8b-4c83-8867-decb88ec0c1c" "ObjectId":"167b7661-ee8b-4c83-8867-decb88ec0c1c" "UserObjectId":"a9272189-720b-44b3-86e0-df7ef519599c" "UserURI":"/vmrest/users/a9272189-720b-44b3-86e0-df7ef519599c" "RoleObjectId":"04d0f1ef-a8c6-454a-8cf0-0e8db7bb2b15" "RoleURI":"/vmrest/roles/04d0f1ef-a8c6-454a-8cf0-0e8db7bb2b15" "RoleName":"Help Desk Administrator" "Alias":"tenant005_usertemplate_1" } } Response Code: 200 Example 3: Delete role of user template The following is an example of the DELETE request that can be used to view the roles: DELETE https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid>/usertemplateroles/<usertemplaterolesId> The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To delete role of user template, do the following: Request URI: DELETE https://<connection-server>/vmrest/usertemplates/<usertemplateobjectid>/usertemplateroles/<usertemplateroleid> Accept: application/json Content_type: application/json Connection: keep_alive The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 Cisco Unity Connection Provisioning Interface (CUPI) API 325 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Adding or Deleting Roles