Skip to end of banner
Go to start of banner

How to deactivate Confluence users in bulk using 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 7 Current »

This article explains how to deactivate users in bulk on a Confluence instance using Confluence Command Line Interface (CLI).

Instructions

  1. Create a CSV file with the list of users as required.
  2. Write an action with runFromCsv and updateUser actions to deactivate multiple users in a Confluence instance.

    --action runFromCsv --common "--action updateUser --deactivate" --file "user.csv"

    This action runs and disables the users as required.

updateUser action is only available in the server version of Confluence and not in the Cloud version.

  • No labels