McDewey

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

Page 255

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

Request URI: GET https://<connection-server>/vmrest/tenants/c9d9c29d-4a81-47b5-9296- 34b193cff5bb/userlicenses?query=(DtmfAccessId%20is%201234) 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": "1", "UserLicense": [{ "Alias": "raman", "DtmfAccessId": "1234", "PartitionObjectId": "6a4ac446-8b88-4456-aad7-099f249958fa", "Messaging": "Basic", "SpeechView": "Speech View Standard" } ] } Response Code: 200 Explanation of Data Fields Comments Data Type Operations Parameters The Alias of the user belonging to a Tenant. String(64) Read Only Alias The DTMF access id (i.e., extension) of the subscriber. String(40) Read Only dtmfAccessId Licensing Tag either Basic, Enhanced, Enhanced+ String Read Only Messaging It is a licensing Tag that specifies the transcription service. Speech View Standard or Speech View Pro. This field is not displayed when users do not use the transcription service. String Read Only SpeechView Cisco Unity Connection Provisioning Interface (CUPI) API -- Bulk User License Bulk User License APIs The administrator uses this API to fetch all the users along with the license detail of each user. This API works in both Multi Tenancy Mode and Non Multi Tenancy Mode of Cisco Unity Connection. If the number of users is more than 20000, the Bulk User License API performs pagination and fetches the smaller number of users. Cisco Unity Connection Provisioning Interface (CUPI) API 223 License Users Entitlement Explanation of Data Fields