/mcpC H A P T E R 24 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Send Message Settings Links to Other API pages: Cisco_Unity_Connection_APIs • Send Message Settings API, on page 125 Send Message Settings API Listing the Send Message Settings The following URI can be used to get the Send Message Settings API of user: GET https://<connection-server>/vmrest/users/<user-objectid> The following is the response from the above GET request and the actual response will depend upon the information given by you: <User> <AddressMode>0</AddressMode> <SendBroadcastMsg>true</SendBroadcastMsg> <UpdateBroadcastMsg>true</UpdateBroadcastMsg> <NameConfirmation>false</NameConfirmation> <ContinuousAddMode>false</ContinuousAddMode> <SendMessageOnHangup>2</SendMessageOnHangup> </User> Response Code: 200 JSON Example GET https://<connection-server>/vmrest/users/<user-objectid> Accept: application/json Connection: keep-alive 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 125
