/mcpC H A P T E R 31 License Users Entitlement • Cisco Unity Connection Provisioning Interface (CUPI) API -- License User Entitlement, on page 221 • Cisco Unity Connection Provisioning Interface (CUPI) API -- Bulk User License, on page 223 Cisco Unity Connection Provisioning Interface (CUPI) API -- License User Entitlement License User Entitlement APIs Administrator can use this API to fetch users belonging to a tenant and their license information which includes messaging and Speech view. Listing the Users with Their Licensing Details Who Belongs to a Particular Tenant Obtain the Object ID of the tenant that you want to list the user licenses for: GET https://<connection-server>/vmrest/tenants Perform a GET operation on the tenant Objec tID using the following URI to list all the user licenses: GET https://<connection-server>/vmrest/tenants/c9d9c29d-4a81-47b5-9296-34b193cff5bb/userlicenses The following is the response from the above GET request and the actual response will depend upon the information given by you: <UserLicenses total="1"> <UserLicense> <Alias>raman@Texoma.com</Alias> <DtmfAccessId>1234</DtmfAccessId> <Messaging>Basic</Messaging> <SpeechView>Speech View Standard</SpeechView> </UserLicense></UserLicenses Response Code: 200 JSON Example Cisco Unity Connection Provisioning Interface (CUPI) API 221
