Re: Get all user groups for given user
I have a follow up question on this. GetCurrentUserGroups returns a list of Groups the user is directly assigned to, it does not take nested hierarchical groups into account. E. g. I have two groups: Managers and Operators, Managers are member of Operators. But for any Manager the Operators Group is not listed, only the Managers Group itself.
My ultimate goal is to check whether a user is member of a given group to identify permission level.

