Community Tip - Need help navigating or using the PTC Community? Contact the community team. X
Is there a way to check the parent user group of a user group? Is there such a service?
Solved! Go to Solution.
Never mind. Found it.
var result = Groups[usergroup].GetGroups( );
View solution in original post