Question
Issues in Matching a User for a Group
I created a test user , he is part of LMS Engineers group
When I ran this query, it shows true. I am trying to hide a page or component based on this result. Any help is appreciated
a!isUserMemberOfGroup(
username: "LMSTestUser",
groups: {"LMS Managing Director","LMS Managers"},
matchAllGroups:true
)
