Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Confluence license details using API

manoj reddy gajjala January 31, 2023

Hi All,

 

Is there any Confluence API to get license availability.

Remaining Seats

License available:

 

Tried below:

confluenceurl/rest/api/license -- getting 404

/rest/license/1.0/license/details---

 

{
    "licenseType""DEV",
    "dataCenter"true,
    "subscription"true,
    "evaluation"false,
    "expired"false,
    "creationDate"166000,
    "purchaseDate"160000,
    "expiryDate"1698584400000,
    "maintenanceExpiryDate"169858440990
}

 

Thanks!!

1 answer

1 accepted

0 votes
Answer accepted
Pushpanjali Shivaramu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 2, 2023

Hi Manoj,

Hope you are doing well 

We have below rest endpoints available,

  • /rest/license/1.0/license/remainingSeats
  • /rest/license/1.0/license/details
  • /rest/license/1.0/license/maxUsers
  • /rest/license/1.0/license/organisation
  • /rest/license/1.0/license/userCount
  • /rest/license/1.0/license/validate

You can get the details on Remaining seats using the end point /rest/license/1.0/license/remainingSeats

Regards,
Pushpanjali S

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.19.1
TAGS
AUG Leaders

Atlassian Community Events