Skip to end of banner
Go to start of banner

How to get the licensed user count using Confluence Command Line Interface (CLI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

This article explains how to get the licensed user count in Confluence using Confluence Command Line Interface (CLI).

Instructions

Use the getServerInfo action to get the number of licensed users with the outputFormat parameter. This is applicable for Confluence v7.1 and higher.

Run the CLI action as follows:

--action getServerInfo --outputFormat 2

You can verify the value of Current licensed users from the output of the CLI action as shown:

Ensure that the CLI client file is updated with the required information.

  • No labels