-
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
[CONFSERVER-37100] REST API to retrieve users counting towards Confluence license
Description |
Original:
{panel:bgColor=#e7f4fa}
*NOTE:* This suggestion is for {*}Confluence Server{*}. Using {*}Confluence Cloud{*}? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-37100]. {panel} 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 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: {code:java} /rest/license/1.0/license/userCount /rest/license/1.0/license/remainingSeats /rest/license/1.0/license/maxUsers {code} 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): {code:java} /rest/license/1.0/license/details{code} |
New:
{panel:bgColor=#e7f4fa}
*NOTE:* This suggestion is for {*}Confluence Server{*}. Using {*}Confluence Cloud{*}? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-37100]. {panel} 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 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: {code:java} /rest/license/1.0/license/userCount /rest/license/1.0/license/remainingSeats /rest/license/1.0/license/maxUsers {code} 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): {code:java} /rest/license/1.0/license/details{code} A REST endpoint has been added to Confluence 9.3 which returns active users sorted on last login time (ascending): {code:java} /rest/api/user/list/active {code} |
Description |
Original:
{panel:bgColor=#e7f4fa}
*NOTE:* This suggestion is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-37100]. {panel} 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 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. |
New:
{panel:bgColor=#e7f4fa}
*NOTE:* This suggestion is for {*}Confluence Server{*}. Using {*}Confluence Cloud{*}? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-37100]. {panel} 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 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: {code:java} /rest/license/1.0/license/userCount /rest/license/1.0/license/remainingSeats /rest/license/1.0/license/maxUsers {code} 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): {code:java} /rest/license/1.0/license/details{code} |
Remote Link | Original: This issue links to "Page (Extranet)" [ 775073 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 775073 ] |
Workflow | Original: JAC Suggestion Workflow 4 [ 3580745 ] | New: JAC Suggestion Workflow 3 [ 4338561 ] |
Link |
New:
This issue has a derivative of |
Remote Link | New: This issue links to "Page (Confluence)" [ 684260 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 684147 ] |
Is there any open request for the missing informations (compared to component license details) or jira license?
Aktually I am struggeling about the missing SEN as this is the unique identifier for an license, I have no clue why that is not included...