cancel
Showing results for 
Search instead for 
Did you mean: 

Which database table contains the list of users assigned to portal groups?

Former Member
0 Kudos

Hello,

I am looking for the database tables which contains the list of users assigned to the UME portal groups. Idealy, it will contain a row for each user in the group like this:

UNAME GROUP

AA G1

BB G1

CC G2

DD G3

.....

I assume I might need to join it with other tables as well to get this info but I don't know which db tables contain this data.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just check if<b> IRole and IUser</b> Interfaces have the necessary methods to do so.....

Former Member
0 Kudos

They do and I know how to use them.

I still need the db tables for a different reason.

Former Member
0 Kudos

Anyone....?