v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBCreate Application
Create a new application manually. Intended for applications that are not automatically discovered.
Request body
The application name (1-255 characters).
The application's business category. Allowed values: operations, sales-and-marketing, developer-tools, design, project-management, customer-success, human-resources, it-and-security, finance, productivity, analytics-and-bi, other.
The current state of the application in the review workflow. Allowed values: pending-review, under-review, optimization-opportunity, requested, approved, denied, ignored. Default is pending-review.
The number of users who logged in to the application in the last 30 days (active users). This value cannot be updated for applications that were discovered, only for applications that were manually added.
ISO 4217 currency code for cost fields. Allowed values: USD, EUR, GBP, CAD, CHF, SEK, NOK, DKK, MXN, PLN, BRL, ILS, AUD, NZD, ZAR, GHS, TTD.
Example request
{
"category": "developer-tools",
"activeUsers": 150,
"currency": "USD"
}Response
Application is successfully created.
The unique identifier of the application in SysAid (CUID format, 24 characters).
The application name (1-255 characters).
A detailed description of the application.
The way in which the application was discovered. See DiscoveryMethod.
The application's business category. Allowed values: operations, sales-and-marketing, developer-tools, design, project-management, customer-success, human-resources, it-and-security, finance, productivity, analytics-and-bi, other.
The current state of the application in the review workflow. Allowed values: pending-review, under-review, optimization-opportunity, requested, approved, denied, ignored. Default is pending-review.
SaaS vendor or publisher name.
Official website URL for the application.
Full CDN URL to application/vendor logo.
Number of purchased licenses.
Unique users who logged in over the last 30 days.
The number of inactive users - users that haven't signed in to the application in the last 30 days. Calculated as totalLicenses - activeUsers.
The application's utilization rate. Calculated as (activeUsers / totalLicenses) * 100.
Total annual cost (precision 12,2).
The annual cost per license. Calculated as totalCost / totalLicenses (precision 12,2).
The potential sum you can save for this application. Calculated as inactiveUsers * costPerLicense (precision 12,2).
ISO 4217 currency code for cost fields. Allowed values: USD, EUR, GBP, CAD, CHF, SEK, NOK, DKK, MXN, PLN, BRL, ILS, AUD, NZD, ZAR, GHS, TTD.
The timestamp of when the application was created in the License Manager system.
The timestamp of when the application was last updated in License Manager. This includes changes to any application details or data.
Example response
{
"category": "developer-tools",
"currency": "USD",
"dateCreated": "2025-06-15T10:30:00Z",
"dateUpdated": "2025-08-20T14:30:00Z"
}