/mcpJSON Example GET https://<connection-server>/vmrest/subscriberdependencies 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", "SubscriberDependency": [ { "DependencyType": "TT2", "DependentEntityObjectId": "43205549-0127-48c9-9261-f84102a5890f", "DependentEntityObjectType": "3", "DependentEntityOwner": "Donald_UserTemplate_1", "DependencyDestinationType": "2", "SubscriberObjectId": "10b494ca-56ff-4430-a49f-747a33abbd09", "UserURI": "/vmrest/users/10b494ca-56ff-4430-a49f-747a33abbd09", "DependentEntityOwnerType": "User Template" }, { "DependencyType": "Recipient", "DependentEntityObjectId": "beb9623b-60e4-439d-8fe3-b4c7eec42dfc", "DependentEntityObjectType": "3", "DependentEntityOwner": "Operator", "DependencyDestinationType": "5", "SubscriberObjectId": "cfbb6680-f028-4282-8740-ba7531e574cf", "UserURI": "/vmrest/users/cfbb6680-f028-4282-8740-ba7531e574cf", "DependentEntityOwnerType": "Call Handler" } ] } Response Code: 200 Viewing Dependency of a Specific User GET https://<connection-server>/vmrest/subscriberdependencies/<subscriber-objectid> The following is the response from the above GET request and the actual response will depend upon the information given by you: <SubscriberDependencies total="1"> <SubscriberDependency> <DependencyType>Standard Greeting</DependencyType> <DependentEntityObjectId>7ea0ecb6-4125-4866-a0f6-5308a5a4b3d1</DependentEntityObjectId> <DependentEntityObjectType>66</DependentEntityObjectType> <DependentEntityOwner>Texoma_SystemCallhandlerTemplate_1</DependentEntityOwner> <DependencyDestinationType>0</DependencyDestinationType> <SubscriberObjectId>4bc6f97a-0c97-4ed9-a7e2-05e611bb02d3</SubscriberObjectId> <UserURI>/vmrest/users/4bc6f97a-0c97-4ed9-a7e2-05e611bb02d3</UserURI> <DependentEntityOwnerType>Call Handler Template</DependentEntityOwnerType> </SubscriberDependency> </SubscriberDependencies> Response code: 200 JSON Example GET https://<connection-server>/vmrest/subscriberdependencies/<subscriber-objectid> Accept: application /json Connection: keep-alive Cisco Unity Connection Provisioning Interface (CUPI) API 22 Cisco Unity Connection Provisioning Interface (CUPI) API -- Subscriber Dependency Listing Dependencies of All Users