/mcpThe output for this request returns the successful response code. Response Code: 204 Explanation of Data Fields Cisco_Unity_Connection_Provisioning_Interface_(CUPI)API-_Notification_Devices#Explanation_of_Data_Fields Cisco Unity Connection Provisioning Interface (CUPI) API -- User Template Settings Video Service Account Listing the User Template Video Service Account The following is an example of GET request that displays user template settings video service account: GET: https://<server-ip>/vmrest/usertemplates/981d804d-7a81-4171-b33e-8a4b12e0c309/usertemplatevideoserviceaccounts The following is an example of response from the above GET request and the actual result will depend upon the information that has been provided by you: 200 OK <UserTemplateVideoServiceAccounts total="1"> <UserTemplateVideoServiceAccount> <URI>/vmrest/usertemplates/981d804d-7a81-4171-b33e-8a4b12e0c309/usertemplatevideoserviceaccount/88397230-91a7-4248-910d-11e9fd5a8dc3</URI> <ConnectorFactoryObjectId>bf9e3b86-4306-4da3-a958-40f9197c99bd</ConnectorFactoryObjectId> <IsConnectorMapped>true</IsConnectorMapped> <ObjectId>88397230-91a7-4248-910d-11e9fd5a8dc3</ObjectId> <UserTemplateObjectId>981d804d-7a81-4171-b33e-8a4b12e0c309</UserTemplateObjectId> <UserTemplateURI>/vmrest/usertemplates/981d804d-7a81-4171-b33e-8a4b12e0c309</UserTemplateURI> <ConnectorFactoryName>test</ConnectorFactoryName> <MediaServerType>0</MediaServerType> </UserTemplateVideoServiceAccount> </UserTemplateVideoServiceAccounts> JSON Example The following is an example to list a new video service template: Request URI: GET: https://<connection-ip-address>/vmrest/usertemplates/<TemplateObjectid>/usertemplatevideoserviceaccounts The following is the response from the above GET request: Cisco Unity Connection Provisioning Interface (CUPI) API 389 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Settings Explanation of Data Fields