License Manager

License Manager helps organizations track and manage the applications used across their environment. It provides visibility into application usage, licensing, and costs so teams can monitor adoption, optimize license spending, and maintain compliance.

Within License Manager, applications represent the SaaS applications used across the organization. These records serve as the foundation for tracking usage metrics, licensing data, and related information for each application.

Applications can be added manually or automatically discovered, for example, through integrations that analyze user sign-in activity to detect applications used within the organization.

Using the License Manager API, you can programmatically manage this application inventory by creating, retrieving, updating, and deleting application records.

📘

Learn more about License Manager

To learn more about License Manager and its capabilities, view the following articles in our Documentation site:

Application Properties

🚧

Please note:

The Application endpoints are avilable only to customers who purchased License Manager Advanced.

To learn more and start a free trial go to SysAid.com.

The following properties are available for all applications:

Property nameTypeDescriptionDefault value
idstringUnique identifier of the application in SysAid (CUID format, 24 characters).N/A
namestringThe application name (1–255 characters).N/A
descriptionstringA detailed description of the application.N/A
discoveryMethodarrayThe method(s) by which the application was discovered (for example: MICROSOFT_ENTRA_ID, MANUAL).N/A
categoryenumThe application's business category. Used for classification and reporting.N/A
stateenumThe application's lifecycle state within the review workflow.PENDING_REVIEW
vendorstringSoftware vendor or publisher name.N/A
websitestringOfficial website URL for the application.N/A
iconstringFull CDN URL to the application or vendor logo.N/A
totalLicensesintegerTotal number of purchased licenses for the application.N/A
activeUsersintegerNumber of unique users who logged into the application in the last 30 days.N/A
inactiveUsersintegerNumber of inactive users, calculated as totalLicenses - activeUsers.Calculated
utilizationRateintegerLicense utilization rate calculated as.(activeUsers / totalLicenses) * 100.Calculated
totalCostnumber (decimal)Total annual cost of the application licenses.N/A
costPerLicensenumber (decimal)Annual cost per license calculated as totalCost / totalLicenses.Calculated
estimatedSavingsnumber (decimal)Potential cost savings calculated as inactiveUsers * costPerLicense.Calculated
complianceobjectCompliance certifications associated with the application (for example: SOC2, ISO_27001, GDPR).N/A
createdAtstring (ISO 8601)Timestamp indicating when the application was created.Auto-generated