/mcp200 Ok { "UserTemplateVideoServiceAccounts": { "-total": "1", "UserTemplateVideoServiceAccount": { "URI": "/vmrest/usertemplates/b98c46a4-ceaa-43df-bac6-4bd0620dc904/usertemplatevideoserviceaccounts/56b22a57-ffdc-4056-a5a9-5aa1d0987271", "ConnectorFactoryObjectId": "dbd26014-fe57-4d00-bd5a-a1df1bdae6a2", "IsConnectorMapped": "true", "ObjectId": "56b22a57-ffdc-4056-a5a9-5aa1d0987271", "UserTemplateObjectId": "b98c46a4-ceaa-43df-bac6-4bd0620dc904", "UserTemplateURI": "/vmrest/usertemplates/b98c46a4-ceaa-43df-bac6-4bd0620dc904", "ConnectorFactoryName": "video", "MediaServerType": "0" } } } Creating the User Template Video Service Account The following is an example of POST request that can be used to create a new user template video service account: POST: https://<server-ip>/vmrest/usertemplates/<templateobjectid>/usertemplatevideoserviceaccounts Request Body: <UserTemplateVideoServiceAccount> <ConnectorFactoryObjectId>bf9e3b86-4306-4da3-a958-40f9197c99bd</ConnectorFactoryObjectId> <IsConnectorMapped>true</IsConnectorMapped> <ConnectorFactoryName>test</ConnectorFactoryName> <MediaServerType>0</MediaServerType> </UserTemplateVideoServiceAccount> Response Code: 201 OK The following is the response from the above POST request and the actual response will depend upon the information given by you: /vmrest/usertemplates/981d804d-7a81-4171-b33e-8a4b12e0c309/usertemplatevideoserviceaccount/88397230-91a7-4248-910d-11e9fd5a8dc3 JSON Example The following is an example to create a video service template: Request URI: POST:https://<connection-ip-address>/vmrest/usertemplates/<TemplateObjectid>/usertemplatevideoserviceaccounts Accept: application/json Content-type: application/json The following is an example of the above POST request: Cisco Unity Connection Provisioning Interface (CUPI) API 390 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Settings Creating the User Template Video Service Account