How to deactivate users in Jira using Jira Command Line Interface (CLI)
This article helps you deactivate Jira users in bulk using Jira Command Line Interface.
Instructions
Use the action updateUser with runFromCsv to deactivate users in bulk.
- Create a .csv file that contains userIds of the users you wish to deactivate the accounts of. An example file is shown below:
Run the command below to deactivate the user accounts that are provided in the .csv file (user.csv in this example).
--action runFromCsv --file "user.csv" --common "--action updateUser --deactivate"
The parameters used in the above action are
file: Name (or path) of the file specified in the command.
common: Common parameter string added to all run actions.
continue: This parameter can be added, if the user does not exist, and you want the action to continue.
- Make sure to run the command in a non-production environment before testing in a production environment.
- Update the .csv file with the usernames appropriately.
- This action is not available for Cloud.
Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2022 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.