In an application I want to confirm that a person is a member of a group eg I am looking for a function that receives the userid and groupname, and returns a Boolean yes/no answer. Alternatively, is there a way of listing the members of a groups ( from which I can write my own function)?