Viewing 1 replies (of 1 total)
  • Hi,

    The easiest way is described in Examples of Groups Documentation and it is exactly what you’re looking for.

    Get all users in a group

    $group = new Groups_Group( $group_id );
    $users = $group->users;

    Kind regards,
    George

Viewing 1 replies (of 1 total)

The topic ‘Fetch all users in a group?’ is closed to new replies.