Getting a list of members in a group

Hi,how can I get the list of members of a group?

I can add the members with the ‘addgroupmembers’ method, but I need to get the members-list to see the changes.

-thanks-

Subject: getting a list of members in a group

Hi, I dont think that there is any direct method to get member’s of a group. Probably you can do it programtically by looking up the ($VIMGroups) view. The 3rd column of the view contains the Memeber list. first column is the group name. So you can do a simple dblookup to get the member’s list.

HTH

Karthik.S

Subject: RE: getting a list of members in a group

Thanks!!