/mcpC H A P T E R 16 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Message Actions API Links to Other API pages: Cisco_Unity_Connection_APIs • Message Actions API, on page 63 Message Actions API Listing Message Actions First hit the URI: GET https://<connection-server>/vmrest/users/<user-objectid> Then, fetch the following URI from the response body: https://<connection-server>/vmrest/users/<user-objectid>/messagehandlers/<object Id> The following is the response from the GET request and the actual response will depend upon the information given by you: <MessageHandler> <URI>/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8/messagehandlers/583722c8-e93b-42f0-8052-b75aa1ededb8</URI> <ObjectId>583722c8-e93b-42f0-8052-b75aa1ededb8</ObjectId> <SubscriberObjectId>9375d893-c8eb-437b-90bf-7de4b1d0c3e8</SubscriberObjectId> <UserURI>/vmrest/users/9375d893-c8eb-437b-90bf-7de4b1d0c3e8</UserURI> <RelayAddress>Texoma@cisco.com</RelayAddress> <VoicemailAction>2</VoicemailAction> <EmailAction>2</EmailAction> <FaxAction>2</FaxAction> <DeliveryReceiptAction>1</DeliveryReceiptAction> </MessageHandler> Response Code: 200 JSON Example Cisco Unity Connection Provisioning Interface (CUPI) API 63
