findWithId($args['id']); if (!Authority::canShowUserDataField($this->getUser($request), $resource)) { throw new AuthorizationFailedException(); } return $this->getContentResponse($resource); } }