action confluence_get_approximate_license_count { label: "Get approximate license count" description: "Returns the total approximate user account across all jira licenced application keys. Please note this information is cached with a 7-day lifecycle and could be stale at the time of call.\n\n**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)." provider: confluence method: GET path: "/rest/api/3/license/approximateLicenseCount" encoding: json output: { type: "object" description: "A license metric" properties: { key: { type: "string" description: "The key of the license metric." } value: { type: "string" description: "The value for the license metric." } } additionalProperties: false } }