Get Available License Count for a Tenant
{ getAvailableTenantLicenseCount }
Returns the number of available licenses available for a given tenant.
Method
/API2/access/getAvailableTenantLicenseCount
Input Parameters
Name
tenantLicenseTypeData
Object Type
Description
The tenant license object with its license type.
Output Response
Successful Result Code
200
Description of Response Type
successful operation
Notes
Use 'getLicenseCount' to get the total seat count. This method returns the unused seat count.
Examples
Content and Tag Operations (JavaScript):
This example demonstrates how to find item's and the manipulation of content tags.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.