Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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