/mcpViewing the sender name for System Generated Notifications The following is an example of the GET request that lists the details of sender name for System Generated Notifications: GET https://<connection-server>/vmrest/setDefaultSenderName The following is response for the above GET request: <User> <ObjectId>b296be34-0f21-449a-acce-23b8eadf1af9</ObjectId> <DisplayName>Cisco Unity Connection Messaging System</DisplayName> </User> Response Code: 200 JSON Example The following is an example to GET the display name and object id of "Unity Connection" users. Request URI: GET https://<connection-server>/vmrest/setDefaultSenderName Accept : application/json Connection : keep-alive The following is response from the above GET request and the actual response will depend upon the information given by you: { "ObjectId": "b296be34-0f21-449a-acce-23b8eadf1af9", "DisplayName": "NewUser" } Response Code: 200 Updating the Sender Name for System Generated Notification The following is an example of the PUT request that allows you to update the system generated notification: Example : Update the system generated notification PUT https://<connection-server>/vmrest/setDefaultSenderName The following is response for the above PUT request. Request Body: <User> <DisplayName>NewUser</DisplayName> </User> Response Code: 204 JSON Example Following is an example to update the display name. Cisco Unity Connection Provisioning Interface (CUPI) API 648 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Viewing the sender name for System Generated Notifications