Move users from Group A to Group B using background script.

nebiata
Tera Expert

I have 100 users who need to be moved to Group A from Group B. They also need to be removed from Group A using a background script.

 

Thank you

12 REPLIES 12

SanjivMeher
Kilo Patron
Kilo Patron

How many exactly?

 

You can navigate to sys_user_grmember table and mass update the group field from A to B manually if it is just 100 or 500.


Please mark this response as correct or helpful if it assisted you with your question.

125 to be exact. How do I mass move from group A to B? I try to filter group=Group A and sys id= ** but I get no result.

 

Thank you

In sys_user_grmember table, you need to filter by group = Group A and then search....

If you have to move all the members, select that group field and drag it till the botton to select each row and then double click to update the group to Group B.


Please mark this response as correct or helpful if it assisted you with your question.

Ademir Amaral1
Kilo Sage