/
How to deactivate Confluence users in bulk using CLI
How to deactivate Confluence users in bulk using CLI
This article explains how to deactivate users in bulk on a Confluence instance using Confluence Command Line Interface (CLI).
updateUser action is only available in the server version of Confluence and not in the Cloud version.
Instructions
- Create a CSV file named user.csv with the list of users as required.
Write a command using the runFromCsv action and an updateUser common action to deactivate each user listed in the CSV file from the Confluence instance.
--action runFromCsv --file "user.csv" --common "--action updateUser --deactivate"
Related content
removeUserFromGroup
removeUserFromGroup
More like this
removeUserFromSpacePermission
removeUserFromSpacePermission
More like this
removeGroupFromSpacePermission
removeGroupFromSpacePermission
More like this
remove-restriction macro
remove-restriction macro
More like this
Switch User
Switch User
More like this
CLI Client Installation and Use
CLI Client Installation and Use
Read with this