protected function performAction()
 {
     $this->pagination = $this->getPaginationParams($this->request);
     $this->payload = User::filter($this->getQueryParams())->page($this->pagination)->get();
 }