API calls for Atlassian Confluence
The Atlassian Confluence connector makes API calls to Confluence to retrieve data.
Users
The call uses the GET operation to retrieve all users in your Confluence instance.
URI: /wiki/rest/api/search/user
For more information, see Confluence API docs .
Audit records
The call uses the GET operation to retrieve all events recorded in the audit log.
URI: /wiki/rest/api/audit
For more information, see Confluence API docs .
Content
The call uses the GET operation to retrieve a list of content changes using the Confluence Query Language (CQL).
URI: /wiki/rest/api/content/search
For more information, see Confluence API docs .
License information
These API endpoints are unofficial and in beta. They may not work for Confluence Cloud instances in certain regions, as Atlassian has deprecated the endpoints in those regions.
The call uses the GET operation to retrieve information on the available seats on a license.
URI: /wiki/rest/license/1.0/license/remainingSeats
URI: /wiki/rest/license/1.0/license/userCount
URI: /wiki/rest/license/1.0/license/maxUsers
System information
The call uses the GET operation to retrieve information on subscription plans.
URI: /wiki/rest/api/settings/systemInfo
For more information, see Confluence API docs .