/mcpC H A P T E R 10 Cisco Unity Connection Provisioning Interface (CUPI) API -- Subscriber Dependency Links to Other API pages: Cisco_Unity_Connection_APIs • Subscriber Dependency API, on page 21 Subscriber Dependency API Administrator can use this API to list the objects that reference a specified user. Using this API administrator can also replace the dependencies with another user. Listing Dependencies of All Users GET https://<connection-server>/vmrest/subscriberdependencies The following is the response from the above GET request and the actual response will depend upon the information given by you: <SubscriberDependencies total="2"> <SubscriberDependency> <DependencyType>TT2</DependencyType> <DependentEntityObjectId>43205549-0127-48c9-9261-f84102a5890f</DependentEntityObjectId> <DependentEntityObjectType>3</DependentEntityObjectType> <DependentEntityOwner>Donald_UserTemplate_1 </DependentEntityOwner> <DependencyDestinationType>2</DependencyDestinationType> <SubscriberObjectId>10b494ca-56ff-4430-a49f-747a33abbd09</SubscriberObjectId> <UserURI>/vmrest/users/10b494ca-56ff-4430-a49f-747a33abbd09</UserURI> <DependentEntityOwnerType>User Template </DependentEntityOwnerType> </SubscriberDependency> <SubscriberDependency> <DependencyType>Recipient</DependencyType> <DependentEntityObjectId>beb9623b-60e4-439d-8fe3-b4c7eec42dfc</DependentEntityObjectId> <DependentEntityObjectType>3</DependentEntityObjectType> <DependentEntityOwner>Operator </DependentEntityOwner> <DependencyDestinationType>5</DependencyDestinationType> <SubscriberObjectId>cfbb6680-f028-4282-8740-ba7531e574cf</SubscriberObjectId> <UserURI>/vmrest/users/cfbb6680-f028-4282-8740-ba7531e574cf</UserURI> <DependentEntityOwnerType>Call Handler </DependentEntityOwnerType> </SubscriberDependency> <SubscriberDependencies> Response Code: 200 Cisco Unity Connection Provisioning Interface (CUPI) API 21
