Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Is there a way to check if a user is in a particular group without using getmembers and iterating through the list?
Hi David,
User's have a
GetGroups()
Service which returns an InfoTable of Groups. You can wrap this Service to create your own
IsMember()
Service to query the InfoTable returned byGetGroups()
and return a BOOLEAN value.Thanks,
Adam