McDewey

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

Page 158

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

{ “AddressMode”: “0” “SendBroadcastMsg”: “true” “UpdateBroadcastMsg”: “true” “NameConfirmation”: “false” “ContinuousAddMode”: “false” “SendMessageOnHangup”: “2” } Response Code: 200 Update Send Message Settings PUT https://<connection-server>/vmrest/users/<user-objectid> <User> <AddressMode>0</AddressMode> <SendBroadcastMsg>true</SendBroadcastMsg> <UpdateBroadcastMsg>true</UpdateBroadcastMsg> <NameConfirmation>false</NameConfirmation> <ContinuousAddMode>false</ContinuousAddMode> <SendMessageOnHangup>2</SendMessageOnHangup> </User> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example PUT https://<connection-server>/vmrest/users/<user-objectid> Accept: application/json Content-type: application/json Connection: keep-alive { "AddressMode":"2", "UpdateBroadcastMsg":"true" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Cisco Unity Connection Provisioning Interface (CUPI) API 126 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Send Message Settings Update Send Message Settings