1) * @param security token $token */ function getPerson($userId, $groupId, $fields, SecurityToken $token); /** * Returns a list of people that correspond to the passed in person ids. * @param ids The ids of the people to fetch. * @param options Request options for filtering/sorting/paging * @param fields set of contact fields to return, as array('fieldName' => 1) * @return a list of people. */ function getPeople($userId, $groupId, CollectionOptions $options, $fields, SecurityToken $token); }