About the Confluence Cloud add on REST API

We are developing a Confluence cloud add-on.

1.I want to know the date of the user’s last login
Does the REST API exist?

2.Does another license-related REST API exist?
For example, the maximum number of license users

1.I want to know the date of the user’s last login
Does the REST API exist?

I don’t see this info being returned in the existing REST API. What is your use case for needing this information?

2.Does another license-related REST API exist?
For example, the maximum number of license users

I believe you can get this information with the Marketplace Sales API. https://developer.atlassian.com/platform/marketplace/accessing-sales-reports-with-the-rest-api/

1 Like

I don’t see this info being returned in the existing REST API. What is your use case for needing this information?

Thank you for your reply.

We are developing a cloud plug-in.

I want to manage license group flexibly by checking the last activity record.

Does api exist?

The last activity record on the screen below is required.

Thank you.