public function apiV1CheckTeamspeakAccountAction($uuids, $type, $limit, $offset)
    {
        if ($limit > 50)
            throw new BadRequestHttpException('Only 50 accounts may be fetched per request');