Seek for your expertise and advise regarding this, since i have a lot of request to replace, assign and remove users group for the user. Thus, Is there anyway that I can pull out or view the list of user groups are belong to specific user ?
Many thanks for your kind assistance!
Please note:
I have System Administrator role and not developer of the system.
I’m currently view the list of user groups on “System Administration > Common > Users > User groups” and manually go through one by one group on the huge list of the groups to remove or add user inside (this have take me so much time consuming).
Thanks for your kind assistance and advise. Unfortunately, I have no idea where the AOT located is. Thus, I unable to test the suggestion whether it work or not.
After do some exploring inside the System Administration > Area page, i have found a way I can easily get the list using below step:
Go to System administration > Area page
Under Periodic label, expand Database options and click on SQL administration.
SQL administration window will popup, then expand All tables options.
Scroll down to find UserGroupList table. Then, click on Browse table under top menu bar Table actions.
Once Table browser window popup, press Ctrl + G to show search field.
Fill up userId of the user and press enter, all the list of user group (groupId) belong to the user will show up. (you also can run SQL query statement inside the Table browser).
That’s it ! hopefully it will help others as well !
Thanks for your advise! It works! Now i’m able to access to AOT to test on Kranthi suggestions!
Hi Kranthi,
Im able to try your suggestion, yes it exactly the same as i’m figure out and that’s it what i want. Thank you very much for your kind assistance on this! I’m so much appreciated it.
I have verified both your answer as the solution for my questions.