provider License metrics GET
/rest/api/3/license/approximateLicenseCount/product/{applicationKey} @utdk/jira
/rest/api/3/license/approximateLicenseCount/product/{applicationKey} Get approximate application license count
Returns the total approximate number of user accounts for a single Jira license. Note that this information is cached with a 7-day lifecycle and could be stale at the time of call.
**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
- applicationKey path required
- The ID of the application, represents a specific version of Jira.
- enum: jira-core, jira-product-discovery, jira-software, jira-servicedesk
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getapproximateapplicationlicensecount()