Skip to end of banner
Go to start of banner

How to delete users in Bamboo group using Bamboo Command Line Interface (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

Version 1 Next »

This article explains how to delete the users in Bamboo group using Bamboo Command Line Interface (CLI).

Instructions

  1. Use runFromUserList and removeUser to delete the users in Bamboo group using Bamboo Command Line Interface (CLI).

     --action runFromUserList --group "Demo Group" --common "--action removeUser --userId "@userId@ "

    In above action,

    1. --group value refers to the group name in Bamboo.
    2. --userId value refers to the  user Id of the user.


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.

  • No labels