get('id')) throw new BadRequest(); if (!$this->getAcl()->checkScope($this->name, 'read')) throw new Forbidden(); return $this->getRecordService()->getEmailAddressList($request->get('id')); } }