Fetch members of usergroup

Hello

I want to fetch all members of a usergroup in front side using group id. Is there any existing function in oxid to fetch that

Thanks in advance

Hi,

check out this getter: oxUser.getUserGroups
You will find a complete API documentation here:
http://www.oxid-esales.com/en/resources/help-faq/eshop-manual/community-edition-sourcecode-documentation

Regards

Thanks Marco,
It is a very useful link.