Hello,
I have All of the Department Developer
Groups listed under one "Developers_Group"
i.e
Developers_Group(parent)
Finance_ developers_group
Sales
developers_group
I am trying to create a list of all users in each
developer Group. I am running the following query, and it lists all users that
are in each developer group, but i I also want to see which group each user is
in. I run the following query, but it only shows the name, fullname, but not the
user group i.e (finance, sales etc).
select * from ci_systemobjects
where children("si_name = 'usergroup-user'", "si_name like
'%Developers_Group'")
↧
Query Result - CMS - All users in specific groups.
↧