/mcpThe following is the response from the above GET request and the actual response will depend upon the information given by you: <UserLicenses total="2"/> Response Code: 200 JSON Response To list all the number of users using licenses, use the following: Request URI: GET https://<connection-server>/vmrest/userlicenses?pageNumber=0 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"} Response Code: 200 Listing Users Using Same Type of Licenses To list the users that are using same type of licenses, pass the "query" parameter. Perform a GET operation to list the number of users using licenses: Get https://<connection-server>/vmrest/userlicenses?query=(Messaging is Basic) The following is the response from the above GET request and the actual response will depend upon the information given by you: <UserLicenses total="2"> <UserLicense> <Alias>user1@Tenant1.com</Alias> <Messaging>Basic</Messaging> <SpeechView>Speech View Standard</SpeechView> <TenantId>Tenant1</TenantId> </UserLicense> <UserLicense> <Alias>user2@Tenant1.com</Alias> <Messaging>Basic</Messaging> <SpeechView>Speech View Standard</SpeechView> <TenantId>Tenant1</TenantId> </UserLicense> </UserLicenses> <pre> <pre> Response Code: 200 JSON Example To list the number of users using same type of licenses, use the following: Cisco Unity Connection Provisioning Interface (CUPI) API 226 License Users Entitlement Listing Users Using Same Type of Licenses