/
How to delete the users who are members of group using Bamboo Command Line Interface (CLI)
How to delete the users who are members of group using Bamboo Command Line Interface (CLI)
This article explains how to delete users who are members of group using Bamboo Command Line Interface (CLI).
Instructions
Use runFromUserList and removeUser to delete the users in a Bamboo group using Bamboo Command Line Interface (CLI).
--action runFromUserList --group "Demo Group" --common "--action removeUser --userId "@userId@ "
In the mentioned action,
It is recommended to test the commands in a non-production environment or run the action with --simulate parameter to verify the behavior before deploying.
Related content
How to delete all projects in Bamboo using Bamboo Command Line Interface (CLI)
How to delete all projects in Bamboo using Bamboo Command Line Interface (CLI)
More like this
How to remove all users from a group using the Jira Command Line Interface
How to remove all users from a group using the Jira Command Line Interface
More like this
How to remove all capabilities in Bamboo using Bamboo Command Line Interface (CLI)
How to remove all capabilities in Bamboo using Bamboo Command Line Interface (CLI)
More like this
How to remove all tasks in Bamboo Job using Bamboo Command Line Interface (CLI)
How to remove all tasks in Bamboo Job using Bamboo Command Line Interface (CLI)
More like this
How to remove all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to bulk delete deployment projects in Bamboo using CLI
How to bulk delete deployment projects in Bamboo using CLI
More like this