/mcp{ “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