Hi
Is there a SmartObject which truly returns all the Roles that a User is a member of?
Scenario:
I created a new Role and then added an Active Directory Group to it (I am a member of that Group).
Test:
- Under System > Management > Users folder I found the UserRole SmartObject
- I then executed the built-in IsUserAMemberOfRole method
- However, after entering the RoleName and my UserName, it returned false.
If I delete the Group and manually enter my user individually, it works fine. I suspect this method does not interrogate what Users are within the Groups in the role..?
Question:
Are there any other built-in SmartObjects that I should/could be using? I imagine K2 must be leveraging something behind the scenes for it's own security purposes?
Thanks,
Conrad