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 .
Subscription seats
-
This API endpoint is unofficial and in beta. It may not work for Confluence Cloud instances in certain regions, as Atlassian has deprecated the endpoints in those regions.
-
This endpoint is only called if you choose OAuth + Token as the authentication method when you add the connector and enter the account email and API token.
The call uses the GET operation to retrieve the number of purchased subscription seats.
URI: /wiki/rest/license/1.0/license/maxUsers
Subscription plans
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 .