-
Suggestion
-
Resolution: Fixed
-
None
-
7
-
6
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
It would be great if there is an REST API that could return
- the number of users counting towards Confluence license
- the usernames of those being counted towards Confluence license (workaround: use debug logging as per
CONFSERVER-58875)
This will allow administrators to easily keep track of the users that is counting towards the license and also to allow for easy monitoring of Confluence server user counts.
—
As noted in the comments below, a REST API is available to query this information:
/rest/license/1.0/license/userCount /rest/license/1.0/license/remainingSeats /rest/license/1.0/license/maxUsers
A new REST API has been in added in Confluence 7.1 that allows for the querying of even more details (license expiry date, subscription details etc):
/rest/license/1.0/license/details
A REST endpoint has been added to Confluence 9.3 which returns active users sorted on last login time (ascending):
/rest/api/user/list/active
- has a derivative of
-
CONFSERVER-81153 Provide a REST API to easily retrieve a list of all users counting towards the Confluence license count and all users
- Closed
- is blocked by
-
CONFSERVER-56110 Provide a REST API for retrieving License Details
- Closed
- is related to
-
CONFSERVER-54271 Have a screen that shows a list of users counting towards Confluence license
- Closed
- relates to
-
CONFCLOUD-37100 REST API to retrieve users counting towards Confluence license
- Gathering Interest