cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Get all user groups for given user

tcoufal
12-Amethyst

Get all user groups for given user

Hi Guys, 

as title says, I would like to create a service which would return list (infotable) of all UserGroups that given user is part of.

So far I was not able to do that.

Any ideas?

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:tcoufal)

The easiest way is the GetCurrentGroups from currentsessioninfo that is all the groups for the logged in user.

besides that I believe each user has a GetGroups service as well.

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:tcoufal)

The easiest way is the GetCurrentGroups from currentsessioninfo that is all the groups for the logged in user.

besides that I believe each user has a GetGroups service as well.

tcoufal
12-Amethyst
(To:PaiChung)

Thanks. That worked.

Top Tags