Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article explains how to bulk deactivate users in confluence Confluence instance using Confluence Command Line Interface.

Instructions


  1. Create a CSV file with the list of users as shown in the screenshot below:



  2. Write an action with runFromCsv and updateUser actions together to deactivate multiple users in a confluence Confluence instance. Please see the example action below:

    Code Block
    themeMidnight
    --action runFromCsv --common "--action updateUser --deactivate" --file "user.csv"

    This action runs and disables the users in confluence Confluence instance.


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