Remove Multiple Archived Users from RTC Project and Team areas
Hi,
in RTC 6.0.6.1 archived users are showing in project areas like user name(archived).
I am trying to remove all archived users from the project areas, as well as the team areas without selecting each individually.
A previous solution stated this could be done by searching for "(archived)" on the members area of the project area management page, however when doing so there are no results. I have tried various searches with different wildcard placements with no luck.
Additionally, I have quite a few team areas and would like to remove the archived users from any team areas, hopefully without having to click through each team area to check if there are any present.
Thanks,
Adam
2 answers
What I would do is as follows
I would create a small Plain Java Client Library API based cleint
that iterates all users
Code for that can be found here
Checks for the archived flag The IContributor should have a way to check fior that.
Use the code in this post (at the end) to iterate the project and team areas for the user and remove the user.
To set up an enviroment to do that development perform lab 1 of https://jazz.net/library/article/1000