/mcpRequest URI: GET https://<connection-server>/vmrest/userlicenses?query=(Messaging is Basic) 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", "UserLicense": [ { "Alias": "user1@Tenant1.com", "Messaging": "Basic", "SpeechView": "Speech View Standard", "TenantId": "Tenant1" }, { "Alias": "user2@Tenant1.com", "Messaging": "Basic", "SpeechView": "Speech View Standard", "TenantId": "Tenant1" } ] } Response Code: 200 Listing License Details of a Particular User To list the license of a particular user, pass the "query" parameter. Perform a GET operation to list the number of users using licenses: Get https://<connection-server>/vmrest/userlicenses?query=(Alias is user1) 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>user1</Alias> <Messaging>Basic</Messaging> <SpeechView>Speech View Standard</SpeechView> <TenantId>Tenant1</TenantId> </UserLicense> </UserLicenses> Response Code: 200 JSON Response To list the license of a particular user, use the following: Request URI: GET https://ucbu-aricent-vm259.cisco.com/vmrest/userlicenses?query=(Alias is user1) Accept: application /json Connection: keep-alive Cisco Unity Connection Provisioning Interface (CUPI) API 227 License Users Entitlement Listing License Details of a Particular User