Skip to content

Account manager CLI issue

Mike was trying to utilize the CLI tool account_manager.py to put inactive users in hold state but the script threw error.

cd /cm/shared/rabbitmq_agents 
. venv/bin/activate

for user in ******; do
    ./account_manager.py $user hold
done

Request ****** account state set to hold.
Waiting for completion...
There's some issue in account management agents for ******

Exception raised, while adding user to group {groupname}, check the logs for stack trace
Edited by Bo-Chun Chen