McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 512

↗ View in doc context
page
512
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::478

POST https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid>/callhandlerowners Accept: application/json Content_type: application/json Connection: keep_alive The following is the response from the above POST request and the actual response will depend upon the information given by you: { "UserObjectId": "5aeb75a4-14c2-474d-bec9-90aa731ee4cc", } Response Code: 201 /vmrest/handlers/callhandlers/c0430be2-52b8-46d7-8fad-c6aa13781469 2. To assign a distribution list as a call handler owner, do the following: POST https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid>/callhandlerowners Accept: application/json Content_type: application/json Connection: keep_alive The following is the response from the above POST request and the actual response will depend upon the information given by you: { "DistributionListObjectId": "5aeb75a4-14c2-474d-bec9-90aa731ee4cc", } Response Code: 201 /vmrest/handlers/callhandlers/c0430be2-52b8-46d7-8fad-c6aa13781469 View the Call Handler Owners The following is an example of the Get request that can be used to fetch the call handler owners: GET https://<connection-server>/vmrest/handlers/callhandlers/<callhandler-objectid>/callhandlerowners The following is the response from the above GET request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 480 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler View the Call Handler Owners