McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 253

↗ View in doc context
page
253
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::219

C 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

Image 1 from page 253