Hi there,
im searching for a solution on how to get all Roles which are associated to a List of user.
Example: I have 2 user A and B.
A has the roles: x,y,z
B ha the roles: x,c
What i want to know is: Give me the roles from user A, B. In this case the result should be:
User A has teh roles x,y,z
User B has the roles x,c
Is there a transaction, report or any other way on getting this information?
Thx in forward!