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