Who We Are / Staff

Tyler Ezzell

Senior Tax Analyst

Tyler is a Senior Tax Analyst within GTM’s Carolinas practice, where he primarily prepares U.S. federal and state corporate income tax returns and international returns for clients. He is proficient in using ONESOURCE Tax Provision (OTP) and ONESOURCE Income Tax Compliance (OIT) software.

Prior to joining GTM, Tyler worked as an intern within Martin Marietta’s tax department. While there, he prepared state tax returns, replied to notices, and met tax deadlines.

Tyler resides in Raleigh, NC, with his fiancé and their two cats. He enjoys spending time with his family, playing video games, going to concerts, and reading books.

gtmtax.com/bio/tyler-ezzell

jQuery(document).ready(function($) { // Listen for the Moove Plugin's consent save event $(document).on('moove_gdpr_frontend_cookie_status', function(e, data) { var analytics = data.analytics === "1" ? "granted" : "denied"; var marketing = data.marketing === "1" ? "granted" : "denied"; // 1. Update the official Google Consent State if (typeof gtag === 'function') { gtag('consent', 'update', { 'analytics_storage': analytics, 'ad_storage': marketing, 'ad_user_data': marketing, 'ad_personalization': marketing }); } // 2. Push a custom event to GTM dataLayer so your tags fire immediately window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'cookie_consent_update', 'analytics_consent': analytics, 'marketing_consent': marketing }); }); });