/mcpC H A P T E R 25 Cisco Unity Connection Provisioning Interface (CUPI) API -- User SMTP Proxy Address • SMTP Proxy Address API, on page 129 SMTP Proxy Address API Listing the SMTP proxy Address GET https://<connection-server>/vmrest/smtpproxyaddresses?query=(GlobalUserObjectId%20is%20<user-objectid>) The following is the response from the above GET request and the actual response will depend upon the information given by you: <SmtpProxyAddresses total="2"> <SmtpProxyAddress> <URI>/vmrest/smtpproxyaddresses/3d71d2ed-5baf-48c4-bf25-875bca56e30e</URI> <ObjectId>3d71d2ed-5baf-48c4-bf25-875bca56e30e</ObjectId> <SmtpAddress>chhavi@we.com</SmtpAddress> <ObjectGlobalUserObjectId>9375d893-c8eb-437b-90bf-7de4b1d0c3e8</ObjectGlobalUserObjectId> <ObjectGlobalUserURI>/vmrest/globalusers/9375d893-c8eb-437b-90bf-7de4b1d0c3e8</ObjectGlobalUserURI> </SmtpProxyAddress> <SmtpProxyAddress> <URI>/vmrest/smtpproxyaddresses/062fc8cc-a0aa-4ad7-b74c-9589dd95cb1c</URI> <ObjectId>062fc8cc-a0aa-4ad7-b74c-9589dd95cb1c</ObjectId> <SmtpAddress>chhavi@5.co</SmtpAddress> <ObjectGlobalUserObjectId>9375d893-c8eb-437b-90bf-7de4b1d0c3e8</ObjectGlobalUserObjectId> <ObjectGlobalUserURI>/vmrest/globalusers/9375d893-c8eb-437b-90bf-7de4b1d0c3e8</ObjectGlobalUserURI> </SmtpProxyAddress> </SmtpProxyAddresses> Response Code: 200 Cisco Unity Connection Provisioning Interface (CUPI) API 129
