public function getUserForBankAccount($id)
    {
        $this->checkIdNotNull($id);
        $response = $this->RestClient('get','bank_accounts/'.$id.'/users');
        $jsonRaw = json_decode($response->raw_body, true);