/mcpRequest URI: GET https://<connection-server>/vmrest/distributionlists 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: { "@total":"2" "DistributionList":[ { "URI":"/vmrest/distributionlists/d9e61ace-3ece-4722-b331-ed57a73ef9eb" "ObjectId":"d9e61ace-3ece-4722-b331-ed57a73ef9eb" "Alias":"undeliverablemessages" "DisplayName":"Undeliverable Messages" "LocationObjectId":"830e1a2d-8e90-459f-88f7-700497ba975c" "LocationURI":"/vmrest/locations/connectionlocations/830e1a2d-8e90-459f-88f7-700497ba975c" "PartitionObjectId":"9c010254-1493-4e1a-9e47-fe2494792744" "TenantObjectId":"fe6541fb-b42c-44f2-8404-ded14cbf7438" "PartitionURI":"/vmrest/partitions/9c010254-1493-4e1a-9e47-fe2494792744" "DistributionListMembersURI":"/vmrest/distributionlists/d9e61ace-3ece-4722-b331-ed57a73ef9eb/distributionlistmembers" "AlternateNamesURI":"/vmrest/alternatenames?query=(DistributionListObjectId%20is%20d9e61ace-3ece-4722-b331-ed57a73ef9eb)" } { "URI":"/vmrest/distributionlists/a1fcfd8b-8749-465b-abe1-b578a8565107" "ObjectId":"a1fcfd8b-8749-465b-abe1-b578a8565107" "Alias":"allvoicemailusers" "DisplayName":"All Voice Mail Users" "LocationObjectId":"830e1a2d-8e90-459f-88f7-700497ba975c" "LocationURI":"/vmrest/locations/connectionlocations/830e1a2d-8e90-459f-88f7-700497ba975c" "DtmfAccessId":"99991" "PartitionObjectId":"9c010254-1493-4e1a-9e47-fe2494792744" "PartitionURI":"/vmrest/partitions/9c010254-1493-4e1a-9e47-fe2494792744" "DistributionListMembersURI":"/vmrest/distributionlists/a1fcfd8b-8749-465b-abe1-b578a8565107/distributionlistmembers" "AlternateNamesURI":"/vmrest/alternatenames?query=(DistributionListObjectId%20is%20a1fcfd8b-8749-465b-abe1-b578a8565107)" } ] } Response Code: 200 Listing Specific Tenant Related Distribution Lists by System Administrator In Cisco Unity Connection 10.5(2) and later, the system administrator can use TenantObjectID to list the specific tenant related distribution lists using the following URI: GET https://<connection-server>/vmrest/distributionlists?query=(TenantObjectId is <Tenant-ObjectId>) To get the TenantObjectID, use the following URI: Cisco Unity Connection Provisioning Interface (CUPI) API 441 Cisco Unity Connection Provisioning Interface (CUPI) API for Distribution List Listing Specific Tenant Related Distribution Lists by System Administrator