Page Routes

auth = dmda.DomoTokenAuth(
    domo_instance=os.environ['DOMO_INSTANCE'],
    domo_access_token=os.environ["DOMO_ACCESS_TOKEN"],
)

await auth.print_is_token()
🎉 token_auth token retrieved from domo-community ⚙️
True

Route Errors


source

PageRetrieval_byId_Error

 PageRetrieval_byId_Error
                           (res:domolibrary.client.ResponseGetData.Respons
                           eGetData, page_id:str=None, message:str=None)

base exception


source

Page_GET_Error

 Page_GET_Error (res:domolibrary.client.ResponseGetData.ResponseGetData,
                 page_id:str=None, message:str=None)

base exception

sample implementation of PageRetrieval_byId_Error


source

get_pages_adminsummary

 get_pages_adminsummary (auth:domolibrary.client.DomoAuth.DomoAuth,
                         debug_loop:bool=False, debug_api:bool=False,
                         limit=35, session:httpx.AsyncClient=None)

retrieves all pages in instance user is able to see (but may not have been explicitly shared)

pages  = (await get_pages_adminsummary(auth=auth, debug_loop=False, debug_api=False)).response

page = next((page for page in pages if page['ownerId'] == auth.user_id)) 
page_id = page['pageId']

pd.DataFrame(pages[0:5])
pageId pageTitle pageType subType parentPageId parentPageTitle topPageId topPageTitle ownerId ownerName owners locked lastModified cardCount dataAppId dataAppTitle
0 124947681 1nw page None NaN None NaN None 655762077 Adam Strizzi [{'id': 655762077, 'type': 'USER', 'displayNam... False 1699379580376 NaN None None
1 1316566624 20210623_TRAINING_DomoStats Activity Log App page None 1.270448e+08 JaeW_AtOnyx 522373865.0 Learn Domo 1893952720 Jae Wilson1 [{'id': 1893952720, 'type': 'USER', 'displayNa... False 1729869704836 35.0 None None
2 377152481 2023 Bowl Games page None 1.148062e+09 NCAA Bowl Games NaN None 1334846498 Jonathan Pilafas [{'id': 1334846498, 'type': 'USER', 'displayNa... False 1718649408259 2.0 None None
3 1630657884 2023-10-24 Success Strategy - New page None NaN None NaN None 1061133977 John Pasquesi [{'id': 1061133977, 'type': 'USER', 'displayNa... False 1718649408259 28.0 None None
4 384424178 75th Percentile Test page None NaN None NaN None 1898323170 Creed Smith [{'id': 1898323170, 'type': 'USER', 'displayNa... False 1718649408259 7.0 None None

source

get_page_by_id

 get_page_by_id (auth:domolibrary.client.DomoAuth.DomoAuth, page_id:str,
                 include_layout:bool=False, debug_api:bool=False,
                 session:httpx.AsyncClient=None,
                 debug_num_stacks_to_drop:int=1, parent_class:str=None)

retrieves a page or throws an error

Type Default Details
auth DomoAuth
page_id str
include_layout bool False passes parameter to return page layout information
debug_api bool False
session AsyncClient None
debug_num_stacks_to_drop int 1 for traceback_details. use 1 for route functions, 2 for class method
parent_class str None pass in self.__class__.__name__ into function
Returns ResponseGetData

sample get_page_by_id

res = await get_page_by_id(page_id=page_id, auth=auth, debug_api = False)

pprint(res.response)
{'cards': [{'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431953000,
            'created': 1624431793,
            'creatorId': 1893952720,
            'description': 'DATASOURCE CREATION\n'
                           'Tracks the number of datasources created over '
                           'time, organized by creator.',
            'id': 1747669197,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_83ea5706-29a5-459c-a801-065a3247fc63"}',
                         'calendar': 'default',
                         'chartType': 'badge_vert_bar',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_ID":"rightId","Date":"Date","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Datasources Created in Period',
                         'defaultDateGrain': 'Day'},
            'ownerId': 1893952720,
            'title': 'Datasource Creation',
            'type': 'kpi',
            'urn': '1747669197'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431950000,
            'created': 1624431788,
            'creatorId': 1893952720,
            'description': 'TOP 10 CARD VIEWERS\n'
                           'Shows the top 10 viewers based on their total '
                           'number of card detail views.',
            'id': 430240452,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"#A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_donut',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': '',
                         'currentMethod': 'empty'},
            'ownerId': 1893952720,
            'title': 'Top 10 Card Viewers',
            'type': 'kpi',
            'urn': '430240452'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431940000,
            'created': 1624431770,
            'creatorId': 1893952720,
            'description': 'DATAFLOW EDITS\n'
                           'Displays the amount of DataFlow edits in the '
                           'specified time frame, grouped by edit type.',
            'id': 1837222118,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_pie',
                         'chartVersion': '6',
                         'columnAliases': '{"Action":"actionType","Object_Name":"rightName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'DataFlow Edits in Period'},
            'ownerId': 1893952720,
            'title': 'DataFlow Edits',
            'type': 'kpi',
            'urn': '1837222118'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431947000,
            'created': 1624431784,
            'creatorId': 1893952720,
            'description': 'TOP BEAST MODE CREATORS\n'
                           'Shows the users that have created the most '
                           'calculated fields in the specified time frame.',
            'id': 1523250283,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_horiz_bar',
                         'chartVersion': '6',
                         'columnAliases': '{"Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Beast Modes Created'},
            'ownerId': 1893952720,
            'title': 'Top Beast Mode Creators',
            'type': 'kpi',
            'urn': '1523250283'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431944000,
            'created': 1624431781,
            'creatorId': 1893952720,
            'description': 'TOP DATASOURCE CREATORS\n'
                           'Displays the top 15 users that have created the '
                           'most datasources in the specified time frame.',
            'id': 1029065968,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_horiz_bar',
                         'chartVersion': '6',
                         'columnAliases': '{"Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Datasources Created'},
            'ownerId': 1893952720,
            'title': 'Top Datasource Creators',
            'type': 'kpi',
            'urn': '1029065968'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431931000,
            'created': 1624431754,
            'creatorId': 1893952720,
            'description': 'TOP 10 PAGE VIEWERS\n'
                           'Shows the top 10 viewers based on total page '
                           'views.',
            'id': 1676492934,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_pie',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'No Summary Number',
                         'currentMethod': 'empty'},
            'ownerId': 1893952720,
            'title': 'Top 10 Page Viewers',
            'type': 'kpi',
            'urn': '1676492934'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431957000,
            'created': 1624431797,
            'creatorId': 1893952720,
            'description': 'TOP 10 FAVORITED CARDS\n'
                           'Displays the titles of the top 10 most favorited '
                           'cards.',
            'id': 687108827,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"#A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_treemap',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName"}',
                         'columnFormats': '{}',
                         'currentLabel': '',
                         'currentMethod': 'empty'},
            'ownerId': 1893952720,
            'title': 'Top 10 Favorited Cards',
            'type': 'kpi',
            'urn': '687108827'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431932000,
            'created': 1624431755,
            'creatorId': 1893952720,
            'description': 'TOP PAGE CREATORS\n'
                           'Shows the 25 users who have created the most '
                           'cards.',
            'id': 1241073622,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_word_cloud',
                         'chartVersion': '6',
                         'columnAliases': '{"Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Pages Created'},
            'ownerId': 1893952720,
            'title': 'Top Page Creators',
            'type': 'kpi',
            'urn': '1241073622'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431941000,
            'created': 1624431772,
            'creatorId': 1893952720,
            'description': 'TOP 10 MOST VIEWED CARDS\n'
                           'Displays the top 10 cards with the most detail '
                           'views and counts the total number of detail views '
                           'for each.',
            'id': 766946088,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0.00"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_horiz_bar',
                         'chartVersion': '6',
                         'columnAliases': '{}',
                         'columnFormats': '{}',
                         'currentLabel': 'Avg Detail Views per Card (All '
                                         'Cards)'},
            'ownerId': 1893952720,
            'title': 'Top 10 Most Viewed Cards',
            'type': 'kpi',
            'urn': '766946088'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431928000,
            'created': 1624431775,
            'creatorId': 1893952720,
            'description': 'USER INACTIVITY\n'
                           'Sorts users based on the length of time since '
                           'their last login.',
            'id': 2119857422,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'calendar': 'default',
                         'chartType': 'badge_horiz_bar',
                         'chartVersion': '6',
                         'columnAliases': '{}',
                         'columnFormats': '{}',
                         'currentLabel': 'Avg Days Since Last Login'},
            'ownerId': 1893952720,
            'title': 'User Inactivity',
            'type': 'kpi',
            'urn': '2119857422'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431934000,
            'created': 1624431758,
            'creatorId': 1893952720,
            'description': 'APP DEPLOYMENT TREND\n'
                           'Shows the trend of app deployments over time.',
            'id': 1755877624,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_60da8a7a-28f8-4355-847d-b8935dac17a1"}',
                         'calendar': 'default',
                         'chartType': 'badge_curvedline',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Apps Deployed'},
            'ownerId': 1893952720,
            'title': 'App Deployment Trend',
            'type': 'kpi',
            'urn': '1755877624'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431937000,
            'created': 1624431766,
            'creatorId': 1893952720,
            'description': 'TOP DATAFLOW CREATORS\n'
                           'Shows the users that have created the most '
                           'DataFlows in the specified time frame.',
            'id': 1225900225,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_horiz_bar',
                         'chartVersion': '6',
                         'columnAliases': '{"Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'DataFlows Created'},
            'ownerId': 1893952720,
            'title': 'Top DataFlow Creators',
            'type': 'kpi',
            'urn': '1225900225'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431938000,
            'created': 1624431768,
            'creatorId': 1893952720,
            'description': 'LOGIN TREND\nTracks total logins over time.',
            'id': 1088433201,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0.00A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_trendline',
                         'chartVersion': '6',
                         'columnAliases': '{"Action":"actionType","Date":"Date"}',
                         'columnFormats': '{}',
                         'currentLabel': 'User Logins',
                         'defaultDateGrain': 'Day'},
            'ownerId': 1893952720,
            'title': 'Login Trend',
            'type': 'kpi',
            'urn': '1088433201'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624434857000,
            'created': 1624434328,
            'creatorId': 1893952720,
            'description': '',
            'id': 1582370369,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"#A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_pareto',
                         'chartVersion': '8',
                         'columnAliases': '{}',
                         'columnFormats': '{}',
                         'currentLabel': '',
                         'currentMethod': 'empty',
                         'historyId': '1d693045-9a1a-4bc9-be34-346f4bb84f30'},
            'ownerId': 1893952720,
            'title': 'Card Views This Month by User - Pareto',
            'type': 'kpi',
            'urn': '1582370369'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1727895008000,
            'created': 1718641257,
            'creatorId': 68216396,
            'description': '',
            'id': 42181136,
            'locked': False,
            'metadata': {'dataFileIds': '[]',
                         'dynamicTextItems': '{}',
                         'kpiType': 'Text',
                         'markup': '{"object":"value","document":{"object":"document","data":{},"nodes":[{"object":"block","type":"p","data":{},"nodes":[{"object":"text","leaves":[{"object":"leaf","text":"The '
                                   'information presented on this data '
                                   'dashboard is for informational purposes '
                                   'only.","marks":[{"object":"mark","type":"h2","data":{}},{"object":"mark","type":"strong","data":{}}]},{"object":"leaf","text":" '
                                   'While every effort has been made to ensure '
                                   'the accuracy and completeness of the data, '
                                   'we make no guarantees regarding the '
                                   'reliability, accuracy, or completeness of '
                                   'any information provided. Users should '
                                   'independently verify any data and use it '
                                   'at their own risk. We are not liable for '
                                   'any errors, omissions, or any outcomes '
                                   'related to the use of this information. '
                                   'This dashboard does not constitute '
                                   'financial, legal, or professional advice. '
                                   'For specific advice, please consult a '
                                   'qualified '
                                   'professional.","marks":[{"object":"mark","type":"h2","data":{}}]}]}]},{"object":"block","type":"p","data":{},"nodes":[{"object":"text","leaves":[{"object":"leaf","text":"","marks":[{"object":"mark","type":"h2","data":{}}]}]}]},{"object":"block","type":"p","data":{},"nodes":[{"object":"text","leaves":[{"object":"leaf","text":"","marks":[]}]}]}]}}',
                         'notebookVersion': 'v3',
                         'textHtml': '<div '
                                     'style="white-space:pre-wrap"><div><span '
                                     'style="font-size:18px;font-weight:600">The '
                                     'information presented on this data '
                                     'dashboard is for informational purposes '
                                     'only.</span><span '
                                     'style="font-size:18px"> While every '
                                     'effort has been made to ensure the '
                                     'accuracy and completeness of the data, '
                                     'we make no guarantees regarding the '
                                     'reliability, accuracy, or completeness '
                                     'of any information provided. Users '
                                     'should independently verify any data and '
                                     'use it at their own risk. We are not '
                                     'liable for any errors, omissions, or any '
                                     'outcomes related to the use of this '
                                     'information. This dashboard does not '
                                     'constitute financial, legal, or '
                                     'professional advice. For specific '
                                     'advice, please consult a qualified '
                                     'professional.</span></div><div><span '
                                     'style="font-size:18px">&#xfeff;</span></div><div>&#xfeff;</div></div>'},
            'ownerId': 68216396,
            'title': 'Legal Disclaimer Notice',
            'type': 'Text',
            'urn': '42181136'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431943000,
            'created': 1624431779,
            'creatorId': 1893952720,
            'description': 'DATASOURCE EDITS\n'
                           'Displays the amount of datasource edits in the '
                           'specified time frame, grouped by edit type.',
            'id': 1495195957,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_pie',
                         'chartVersion': '6',
                         'columnAliases': '{"Action":"actionType","Object_Name":"rightName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Datasource Edits in Period'},
            'ownerId': 1893952720,
            'title': 'Datasource Edits',
            'type': 'kpi',
            'urn': '1495195957'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431926000,
            'created': 1624431763,
            'creatorId': 1893952720,
            'description': 'LOGIN RATE - LAST 14 DAYS\n'
                           'Shows the percentage of users that logged into '
                           'Domo during the given time period. The default '
                           'date range is set to the last 14 days but can be '
                           'adjusted in Beast Mode.',
            'id': 1548700552,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0A"}',
                         'calendar': 'default',
                         'chartType': 'badge_filledgauge',
                         'chartVersion': '6',
                         'columnAliases': '{}',
                         'currentLabel': 'Users Logged In (Last 30 Days)'},
            'ownerId': 1893952720,
            'title': 'Login Rate - Last 14 Days',
            'type': 'kpi',
            'urn': '1548700552'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431923000,
            'created': 1624431759,
            'creatorId': 1893952720,
            'description': 'ZERO LOGINS\n'
                           'Displays the users that have been invited to Domo, '
                           'but have yet to login.',
            'id': 1923079096,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Last '
                                    'Login"}',
                         'calendar': 'default',
                         'chartType': 'badge_heatmap_table',
                         'chartVersion': '6',
                         'columnAliases': '{}',
                         'columnFormats': '{}',
                         'currentLabel': 'Users with Zero Logins'},
            'ownerId': 1893952720,
            'title': 'Zero Logins',
            'type': 'kpi',
            'urn': '1923079096'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431954000,
            'created': 1624431794,
            'creatorId': 1893952720,
            'description': 'DAILY USER LOGINS\n'
                           'Displays the total number of logins per day.',
            'id': 2012371502,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0.00A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_calendar',
                         'chartVersion': '6',
                         'columnAliases': '{"Action":"actionType","Event_Time":"eventTime","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'User Logins in Period'},
            'ownerId': 1893952720,
            'title': 'Daily User Logins',
            'type': 'kpi',
            'urn': '2012371502'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431955000,
            'created': 1624431795,
            'creatorId': 1893952720,
            'description': 'TOP 10 MOST VIEWED PAGES\n'
                           'Displays the top 10 most viewed pages, and the '
                           'total view count for each.',
            'id': 788018855,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_horiz_bar',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Avg Views per Page (All Pages)'},
            'ownerId': 1893952720,
            'title': 'Top 10 Most Viewed Pages',
            'type': 'kpi',
            'urn': '788018855'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431930000,
            'created': 1624431751,
            'creatorId': 1893952720,
            'description': 'USER CARD DETAIL VIEWS\n'
                           'Shows the number of card detail views and the '
                           'distinct number of users who have viewed each '
                           'card.',
            'id': 276106473,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_xyscatterplot',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Users that Viewed Card Details'},
            'ownerId': 1893952720,
            'title': 'Card Detail Views by User',
            'type': 'kpi',
            'urn': '276106473'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431931000,
            'created': 1624431754,
            'creatorId': 1893952720,
            'description': 'DATASOURCE CREATION LOG\n'
                           'Displays datasource and DataFlow creation events '
                           'over time.',
            'id': 577544689,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_table',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Type":"Datasource '
                                          'Type","Action":"Action","Object_ID":"Datasource '
                                          '/ DataFlow ID","Event_Time":"Event '
                                          'Time","Name":"User"}',
                         'columnFormats': '{}',
                         'currentLabel': 'No Summary Number',
                         'currentMethod': 'empty'},
            'ownerId': 1893952720,
            'title': 'Datasource Creation Log',
            'type': 'kpi',
            'urn': '577544689'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624449320000,
            'created': 1624435589,
            'creatorId': 1893952720,
            'description': '',
            'id': 89000400,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"#A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Report_Date"}',
                         'calendar': 'default',
                         'chartType': 'badge_vert_bullet',
                         'chartVersion': '8',
                         'columnAliases': '{}',
                         'columnFormats': '{}',
                         'currentLabel': '',
                         'currentMethod': 'empty',
                         'historyId': '919108c1-f969-4eb6-b319-db067bbc6b57'},
            'ownerId': 1893952720,
            'title': 'Card Views This Month',
            'type': 'kpi',
            'urn': '89000400'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431949000,
            'created': 1624431787,
            'creatorId': 1893952720,
            'description': 'TIME SINCE LAST UPDATE\n'
                           'Tracks the number of datasources bucketed by the '
                           'number of days since their last update.',
            'id': 1922596376,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_vert_bar',
                         'chartVersion': '6',
                         'columnAliases': '{}',
                         'columnFormats': '{}',
                         'currentLabel': 'Avg Days Since Last Update'},
            'ownerId': 1893952720,
            'title': 'Time Since Last Update',
            'type': 'kpi',
            'urn': '1922596376'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431936000,
            'created': 1624431764,
            'creatorId': 1893952720,
            'description': 'USER ACTION LOG\n'
                           'Tracks every user action in your Domo instance.',
            'id': 1778382916,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"#A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_table',
                         'chartVersion': '6',
                         'columnAliases': '{}',
                         'columnFormats': '{}',
                         'currentLabel': '',
                         'currentMethod': 'empty'},
            'ownerId': 1893952720,
            'title': 'User Action Log',
            'type': 'kpi',
            'urn': '1778382916'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431956000,
            'created': 1624431796,
            'creatorId': 1893952720,
            'description': 'MOST ACTIVE USERS\n'
                           'Displays users based on the amount of actions '
                           "they've taken.",
            'id': 972390449,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_word_cloud',
                         'chartVersion': '6',
                         'columnAliases': '{"Action":"actionType","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'No Summary Number',
                         'currentMethod': 'empty'},
            'ownerId': 1893952720,
            'title': 'Most Active Users',
            'type': 'kpi',
            'urn': '972390449'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431958000,
            'created': 1624431798,
            'creatorId': 1893952720,
            'description': 'CARD DETAIL VIEWS TREND\n'
                           'Shows the trend of card detail views over time.',
            'id': 1689760112,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_e673561c-f484-4333-ac94-806d171b923a"}',
                         'calendar': 'default',
                         'chartType': 'badge_curved_symbolline',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Card Details Views in Period'},
            'ownerId': 1893952720,
            'title': 'Card Detail Views Trend',
            'type': 'kpi',
            'urn': '1689760112'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431933000,
            'created': 1624431757,
            'creatorId': 1893952720,
            'description': 'DATAFLOW CREATION\n'
                           'Tracks the number of DataFlows created over time, '
                           'organized by creator.',
            'id': 100292082,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_371a1882-c44e-47c6-8509-bb7c7907e2bf"}',
                         'calendar': 'default',
                         'chartType': 'badge_vert_bar',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_ID":"rightId","Date":"Date","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'DataFlows Created in Period',
                         'defaultDateGrain': 'Day'},
            'ownerId': 1893952720,
            'title': 'DataFlow Creation',
            'type': 'kpi',
            'urn': '100292082'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431952000,
            'created': 1624431791,
            'creatorId': 1893952720,
            'description': 'PAGE VIEWS TREND\n'
                           'Shows the trend of page views over time.',
            'id': 1961117780,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_b49af68e-67b2-44f2-9c4c-8b1ab51847d4"}',
                         'calendar': 'default',
                         'chartType': 'badge_symbolline',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Page Views in Period'},
            'ownerId': 1893952720,
            'title': 'Page Views Trend',
            'type': 'kpi',
            'urn': '1961117780'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431945000,
            'created': 1624431782,
            'creatorId': 1893952720,
            'description': 'FAILED LOGINS\n'
                           'Displays the number of failed logins over time.',
            'id': 1224129035,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0.0 '
                                                '%"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_vert_bar',
                         'chartVersion': '6',
                         'columnAliases': '{"Date":"Date"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Log In Failure Rate in Period',
                         'defaultDateGrain': 'Day'},
            'ownerId': 1893952720,
            'title': 'Failed Logins',
            'type': 'kpi',
            'urn': '1224129035'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431941000,
            'created': 1624431776,
            'creatorId': 1893952720,
            'description': 'PAGE VIEWS BY USER\n'
                           'Shows the number of times each page has been '
                           'viewed, and the number of distinct users who have '
                           'viewed the page.',
            'id': 366842923,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_xyscatterplot',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Page Views'},
            'ownerId': 1893952720,
            'title': 'Page Views by User',
            'type': 'kpi',
            'urn': '366842923'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431951000,
            'created': 1624431790,
            'creatorId': 1893952720,
            'description': 'TOP 25 CARD CREATORS\n'
                           'Shows the 25 users that have created the highest '
                           'number of cards.',
            'id': 820546899,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_treemap',
                         'chartVersion': '6',
                         'columnAliases': '{"Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Cards Created'},
            'ownerId': 1893952720,
            'title': 'Top 25 Card Creators',
            'type': 'kpi',
            'urn': '820546899'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431929000,
            'created': 1624431752,
            'creatorId': 1893952720,
            'description': 'PASSWORD RESETS\n'
                           'Displays users based on the amount of times '
                           "they've reset their password.",
            'id': 713134143,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0A"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_word_cloud',
                         'chartVersion': '6',
                         'columnAliases': '{"Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Password Resets in Period'},
            'ownerId': 1893952720,
            'title': 'Password Resets',
            'type': 'kpi',
            'urn': '713134143'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1624431942000,
            'created': 1624431777,
            'creatorId': 1893952720,
            'description': 'TOP APPS DEPLOYED\n'
                           'Displays the apps that have been deployed, the '
                           'users that have deployed the apps, and the number '
                           'of times each app has been deployed.',
            'id': 855355073,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"###,##0"}',
                         'allTime': '{"label":"All Time (2018-02-06 - '
                                    '2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_heatmap',
                         'chartVersion': '6',
                         'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Unique Apps Deployed'},
            'ownerId': 1893952720,
            'title': 'Top Apps Deployed',
            'type': 'kpi',
            'urn': '855355073'},
           {'active': True,
            'allowTableDrill': True,
            'badgeUpdated': 1665003050000,
            'created': 1624431789,
            'creatorId': 1893952720,
            'description': 'DISTINCT USER LOGINS\n'
                           'Displays distinct user logins over time.',
            'id': 1870726204,
            'locked': False,
            'metadata': {'SummaryNumberFormat': '{"type":"number","format":"0A"}',
                         'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
                         'calendar': 'default',
                         'chartType': 'badge_two_trendline',
                         'chartVersion': '9',
                         'columnAliases': '{"CalendarQuarter":"Date"}',
                         'columnFormats': '{}',
                         'currentLabel': 'Distinct Users in Period',
                         'defaultDateGrain': 'Quarter',
                         'dynamicDescription': '{"text":[{"text":"DISTINCT '
                                               'USER LOGINS\\nDisplays '
                                               'distinct user logins over '
                                               'time.","type":"TEXT"}],"displayOnCardDetails":true}',
                         'dynamicTitle': '{"text":[{"text":"Distinct User '
                                         'Logins","type":"TEXT"}]}',
                         'historyId': '7dccbb85-02d6-4ecc-95c1-10bbcc3da7fd'},
            'ownerId': 1893952720,
            'title': 'Distinct User Logins',
            'type': 'kpi',
            'urn': '1870726204'}],
 'collections': [{'cardIndices': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
                  'description': '',
                  'id': 1487136770,
                  'minimized': True,
                  'title': 'Users'},
                 {'cardIndices': [11,
                                  12,
                                  13,
                                  14,
                                  15,
                                  16,
                                  17,
                                  18,
                                  19,
                                  20,
                                  21,
                                  22,
                                  23],
                  'description': '',
                  'id': 1562334398,
                  'minimized': False,
                  'title': 'Content'},
                 {'cardIndices': [24, 25, 26, 27, 28, 29, 30, 31, 32],
                  'description': '',
                  'id': 1730891559,
                  'minimized': False,
                  'title': 'Data'}],
 'id': '1316566624',
 'isFavorite': False,
 'locked': False,
 'page': {'created': 1624431798000,
          'isOwner': True,
          'locked': False,
          'mobileEnabled': True,
          'ownerId': 1893952720,
          'owners': [{'displayName': 'Jae Wilson1',
                      'id': 1893952720,
                      'type': 'USER'}],
          'pageId': 1316566624,
          'pageName': 'Vijay Sample',
          'parentPageId': 127044793,
          'sharedViewPage': True,
          'title': '20210623_TRAINING_DomoStats Activity Log App',
          'type': 'page',
          'updated': 1729869704836,
          'virtualPage': False},
 'pageAnalyzerSettings': {'interactionFilters': False,
                          'noAddingNewFilters': False,
                          'pageId': 1316566624,
                          'showFilterBar': True,
                          'showFilterIcons': True,
                          'showGlobalDateFilters': True,
                          'showSegments': True},
 'playbook': {'appId': 'A3CC1939AE3EDA2251274EC3A970D26823FBF7E127E4629D1DFD1FED2CDFFA91',
              'registryId': '8b41eae5-3b41-4328-9b22-89b4462c0830',
              'state': 'powered',
              'stateV2': 'powered'},
 'sizes': [{'id': '1870726204', 'size': 'large'},
           {'id': '1548700552', 'size': 'medium'},
           {'id': '2012371502', 'size': 'medium'},
           {'id': '972390449', 'size': 'medium'},
           {'id': '2119857422', 'size': ''},
           {'id': '1923079096', 'size': ''},
           {'id': '1224129035', 'size': 'medium'},
           {'id': '713134143', 'size': 'medium'},
           {'id': '1778382916', 'size': 'medium'},
           {'id': '1088433201', 'size': 'medium'},
           {'id': '42181136', 'size': ''},
           {'id': '687108827', 'size': 'large'},
           {'id': '1689760112', 'size': 'medium'},
           {'id': '276106473', 'size': 'medium'},
           {'id': '766946088', 'size': 'medium'},
           {'id': '430240452', 'size': 'medium'},
           {'id': '820546899', 'size': 'medium'},
           {'id': '1961117780', 'size': 'medium'},
           {'id': '366842923', 'size': 'medium'},
           {'id': '788018855', 'size': 'medium'},
           {'id': '1676492934', 'size': 'medium'},
           {'id': '1241073622', 'size': 'medium'},
           {'id': '1755877624', 'size': 'medium'},
           {'id': '855355073', 'size': 'medium'},
           {'id': '1747669197', 'size': 'large'},
           {'id': '100292082', 'size': 'large'},
           {'id': '1495195957', 'size': 'medium'},
           {'id': '1837222118', 'size': 'medium'},
           {'id': '1523250283', 'size': 'medium'},
           {'id': '1029065968', 'size': 'medium'},
           {'id': '1225900225', 'size': 'medium'},
           {'id': '1922596376', 'size': 'medium'},
           {'id': '577544689', 'size': 'medium'},
           {'id': '89000400', 'size': ''},
           {'id': '1582370369', 'size': ''}],
 'title': '20210623_TRAINING_DomoStats Activity Log App',
 'type': 'page'}

source

get_page_definition

 get_page_definition (auth:domolibrary.client.DomoAuth.DomoAuth,
                      page_id:int, debug_api:bool=False,
                      session:httpx.AsyncClient=None,
                      parent_class:str=None,
                      debug_num_stacks_to_drop:int=1)

sample implementation of get_page_definition

(await get_page_definition(page_id=page_id, auth=auth)).response
{'id': '1316566624',
 'page': {'pageId': 1316566624,
  'parentPageId': 127044793,
  'ownerId': 1893952720,
  'owners': [{'id': 1893952720, 'type': 'USER', 'displayName': 'Jae Wilson1'}],
  'type': 'page',
  'title': '20210623_TRAINING_DomoStats Activity Log App',
  'pageName': 'Vijay Sample',
  'created': 1624431798000,
  'updated': 1729869704836,
  'locked': False,
  'mobileEnabled': True,
  'sharedViewPage': True,
  'virtualPage': False,
  'isOwner': True},
 'type': 'page',
 'title': '20210623_TRAINING_DomoStats Activity Log App',
 'sizes': [{'id': '1870726204', 'size': 'large'},
  {'id': '1548700552', 'size': 'medium'},
  {'id': '2012371502', 'size': 'medium'},
  {'id': '972390449', 'size': 'medium'},
  {'id': '2119857422', 'size': ''},
  {'id': '1923079096', 'size': ''},
  {'id': '1224129035', 'size': 'medium'},
  {'id': '713134143', 'size': 'medium'},
  {'id': '1778382916', 'size': 'medium'},
  {'id': '1088433201', 'size': 'medium'},
  {'id': '42181136', 'size': ''},
  {'id': '687108827', 'size': 'large'},
  {'id': '1689760112', 'size': 'medium'},
  {'id': '276106473', 'size': 'medium'},
  {'id': '766946088', 'size': 'medium'},
  {'id': '430240452', 'size': 'medium'},
  {'id': '820546899', 'size': 'medium'},
  {'id': '1961117780', 'size': 'medium'},
  {'id': '366842923', 'size': 'medium'},
  {'id': '788018855', 'size': 'medium'},
  {'id': '1676492934', 'size': 'medium'},
  {'id': '1241073622', 'size': 'medium'},
  {'id': '1755877624', 'size': 'medium'},
  {'id': '855355073', 'size': 'medium'},
  {'id': '1747669197', 'size': 'large'},
  {'id': '100292082', 'size': 'large'},
  {'id': '1495195957', 'size': 'medium'},
  {'id': '1837222118', 'size': 'medium'},
  {'id': '1523250283', 'size': 'medium'},
  {'id': '1029065968', 'size': 'medium'},
  {'id': '1225900225', 'size': 'medium'},
  {'id': '1922596376', 'size': 'medium'},
  {'id': '577544689', 'size': 'medium'},
  {'id': '89000400', 'size': ''},
  {'id': '1582370369', 'size': ''}],
 'cards': [{'metadata': {'chartType': 'badge_treemap',
    'chartVersion': '6',
    'currentLabel': '',
    'currentMethod': 'empty',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"#A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 687108827,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'No Summary Number',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [{'column': 'Action',
        'values': ['FAVORITED'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 687108827,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'mapping': 'ITEM',
        'alias': 'rightName'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Action',
        'values': ['FAVORITED'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Object_Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 10},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '687108827',
   'id': 687108827,
   'type': 'kpi',
   'created': 1624431797,
   'badgeUpdated': 1624431957000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP 10 FAVORITED CARDS\nDisplays the titles of the top 10 most favorited cards.',
   'title': 'Top 10 Favorited Cards',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_treemap',
    'chartVersion': '6',
    'currentLabel': 'Cards Created',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 820546899,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'alias': 'Cards Created',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 820546899,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'leftName'}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['CARD'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 25},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '820546899',
   'id': 820546899,
   'type': 'kpi',
   'created': 1624431790,
   'badgeUpdated': 1624431951000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP 25 CARD CREATORS\nShows the 25 users that have created the highest number of cards.',
   'title': 'Top 25 Card Creators',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_horiz_bar',
    'chartVersion': '6',
    'currentLabel': 'Avg Detail Views per Card (All Cards)',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0.00"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 766946088,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_0ac0b992-8ff5-4e70-8919-57f1571982af',
        'alias': 'Avg Detail Views per Card (All Cards)',
        'format': {'type': 'number', 'format': '###,##0.0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 766946088,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name', 'mapping': 'ITEM'},
       {'column': 'Object_ID', 'aggregation': 'COUNT', 'mapping': 'VALUE'},
       {'column': 'Object_ID', 'mapping': 'SERIES'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['CARD'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Object_ID'}, {'column': 'Object_Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 10},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '766946088',
   'id': 766946088,
   'type': 'kpi',
   'created': 1624431772,
   'badgeUpdated': 1624431941000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP 10 MOST VIEWED CARDS\nDisplays the top 10 cards with the most detail views and counts the total number of detail views for each.',
   'title': 'Top 10 Most Viewed Cards',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_horiz_bar',
    'chartVersion': '6',
    'currentLabel': 'Avg Views per Page (All Pages)',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 788018855,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_01ce27db-024d-42fb-bb6c-68b1df1f0ce5',
        'alias': 'Avg Views per Page (All Pages)',
        'format': {'type': 'number', 'format': '###,##0.0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 788018855,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name', 'mapping': 'ITEM'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightName'},
       {'column': 'Object_ID', 'mapping': 'SERIES'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['PAGE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Object_ID'}, {'column': 'Object_Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 10},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '788018855',
   'id': 788018855,
   'type': 'kpi',
   'created': 1624431795,
   'badgeUpdated': 1624431955000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP 10 MOST VIEWED PAGES\nDisplays the top 10 most viewed pages, and the total view count for each.',
   'title': 'Top 10 Most Viewed Pages',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_horiz_bar',
    'chartVersion': '6',
    'currentLabel': 'Avg Days Since Last Login',
    'calendar': 'default',
    'columnAliases': '{}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 2119857422,
     'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
      'columns': [{'formulaId': 'calculation_7cb5313b-5818-4af3-b236-19298a5fa2c1',
        'alias': 'Users With 0 Logins Last 30 Days',
        'format': {'type': 'number', 'format': '0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 2119857422,
     'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
      'columns': [{'column': 'Display Name', 'mapping': 'ITEM'},
       {'formulaId': 'calculation_877836f6-0f43-41e9-a0c1-bfd8509040c2',
        'mapping': 'VALUE'}],
      'filters': [],
      'orderBy': [{'aggregation': 'SUM',
        'formulaId': 'calculation_877836f6-0f43-41e9-a0c1-bfd8509040c2',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Display Name'},
       {'formulaId': 'calculation_877836f6-0f43-41e9-a0c1-bfd8509040c2'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {},
   'datasources': [{'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788919277,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '2119857422',
   'id': 2119857422,
   'type': 'kpi',
   'created': 1624431775,
   'badgeUpdated': 1624431928000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'USER INACTIVITY\nSorts users based on the length of time since their last login.',
   'title': 'User Inactivity',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_donut',
    'chartVersion': '6',
    'currentLabel': '',
    'currentMethod': 'empty',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"#A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 430240452,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'No Summary Number',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['PAGE'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Type',
        'values': ['USER'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 430240452,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['CARD'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Type',
        'values': ['USER'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 10},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '430240452',
   'id': 430240452,
   'type': 'kpi',
   'created': 1624431788,
   'badgeUpdated': 1624431950000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP 10 CARD VIEWERS\nShows the top 10 viewers based on their total number of card detail views.',
   'title': 'Top 10 Card Viewers',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_pie',
    'chartVersion': '6',
    'currentLabel': 'DataFlow Edits in Period',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Action":"actionType","Object_Name":"rightName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1837222118,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'DataFlow Edits in Period',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1837222118,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Action',
        'mapping': 'ITEM',
        'alias': 'actionType'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Object_Type',
        'values': ['DATAFLOW_TYPE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [],
      'groupBy': [{'column': 'Action'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1837222118',
   'id': 1837222118,
   'type': 'kpi',
   'created': 1624431770,
   'badgeUpdated': 1624431940000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'DATAFLOW EDITS\nDisplays the amount of DataFlow edits in the specified time frame, grouped by edit type.',
   'title': 'DataFlow Edits',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_filledgauge',
    'chartVersion': '6',
    'currentLabel': 'Users Logged In (Last 30 Days)',
    'calendar': 'default',
    'columnAliases': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"0A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1548700552,
     'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
      'columns': [{'formulaId': 'calculation_80a57e9e-adc2-41a7-a55b-686c144b87df',
        'alias': 'Users Logged in (Last 14 Days)',
        'format': {'type': 'abbreviated', 'format': '0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1548700552,
     'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
      'columns': [{'formulaId': 'calculation_32905031-5fc1-40ab-8f5d-12e9da088f7c',
        'mapping': 'CURRENT',
        'alias': 'Login Rate Last 2 Weeks',
        'format': {'type': 'number',
         'format': '###,###',
         'commas': True,
         'percentMultiplied': True,
         'precision': 0,
         'percent': False}},
       {'formulaId': 'calculation_d12f4a7d-dfc6-43ed-b4f0-956ec923060f',
        'mapping': 'CATEGORY'},
       {'aggregation': 'SUM',
        'formulaId': 'calculation_ddfc64b0-56c9-449d-bfe5-ff9c596d4956',
        'mapping': 'TARGET',
        'alias': 'Target'}],
      'filters': [],
      'orderBy': [],
      'groupBy': [{'formulaId': 'calculation_d12f4a7d-dfc6-43ed-b4f0-956ec923060f'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {},
   'datasources': [{'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788919277,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1548700552',
   'id': 1548700552,
   'type': 'kpi',
   'created': 1624431763,
   'badgeUpdated': 1624431926000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'LOGIN RATE - LAST 14 DAYS\nShows the percentage of users that logged into Domo during the given time period. The default date range is set to the last 14 days but can be adjusted in Beast Mode.',
   'title': 'Login Rate - Last 14 Days',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_heatmap_table',
    'chartVersion': '6',
    'currentLabel': 'Users with Zero Logins',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Last Login"}',
    'calendar': 'default',
    'columnAliases': '{}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"0A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1923079096,
     'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
      'columns': [{'column': 'User ID',
        'aggregation': 'COUNT',
        'alias': 'Users with Zero Logins',
        'format': {'type': 'abbreviated', 'format': '0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1923079096,
     'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
      'columns': [{'column': 'Display Name', 'mapping': 'VALUE'},
       {'formulaId': 'calculation_9bd8e911-dcb1-48cb-a4d9-eeeb84819253',
        'mapping': 'VALUE',
        'alias': 'Last Login'}],
      'filters': [{'column': 'calculation_9bd8e911-dcb1-48cb-a4d9-eeeb84819253',
        'values': ['Has Not Logged In'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Last Login'},
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Last Login',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Last Login', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '241025d7-3cca-4369-b7c0-b3264277c0e1',
     'dataSourceName': 'DomoStats - People',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788919277,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1923079096',
   'id': 1923079096,
   'type': 'kpi',
   'created': 1624431759,
   'badgeUpdated': 1624431923000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'ZERO LOGINS\nDisplays the users that have been invited to Domo, but have yet to login.',
   'title': 'Zero Logins',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_horiz_bar',
    'chartVersion': '6',
    'currentLabel': 'Datasources Created',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1029065968,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'Datasources Created',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1029065968,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'leftName'},
       {'column': 'Name', 'mapping': 'SERIES', 'alias': 'leftName'}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['DATA_SOURCE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 15},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1029065968',
   'id': 1029065968,
   'type': 'kpi',
   'created': 1624431781,
   'badgeUpdated': 1624431944000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP DATASOURCE CREATORS\nDisplays the top 15 users that have created the most datasources in the specified time frame.',
   'title': 'Top Datasource Creators',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_calendar',
    'chartVersion': '6',
    'currentLabel': 'User Logins in Period',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Action":"actionType","Event_Time":"eventTime","Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"0.00A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 2012371502,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Action',
        'aggregation': 'COUNT',
        'alias': 'User Logins in Period',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 2012371502,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Event_Time',
        'mapping': 'DATE',
        'alias': 'eventTime'},
       {'column': 'Name', 'mapping': 'EVENT', 'alias': 'leftName'},
       {'column': 'Action',
        'aggregation': 'COUNT',
        'mapping': 'VALUE1',
        'alias': 'actionType'}],
      'filters': [{'column': 'calculation_5deab6ee-8663-4d59-a670-6d581f1be22f',
        'values': ['Y'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [],
      'groupBy': [{'column': 'Event_Time'}, {'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '2012371502',
   'id': 2012371502,
   'type': 'kpi',
   'created': 1624431794,
   'badgeUpdated': 1624431954000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'DAILY USER LOGINS\nDisplays the total number of logins per day.',
   'title': 'Daily User Logins',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_xyscatterplot',
    'chartVersion': '6',
    'currentLabel': 'Users that Viewed Card Details',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 276106473,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_b80f5ea7-297d-4f38-9e47-b606356994f8',
        'alias': 'Users that Viewed Card Details',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 276106473,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'mapping': 'XTIME',
        'alias': 'leftName'},
       {'formulaId': 'calculation_b80f5ea7-297d-4f38-9e47-b606356994f8',
        'mapping': 'VALUE',
        'alias': 'Distinct User'},
       {'column': 'Object_Name', 'mapping': 'SERIES', 'alias': 'rightName'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['CARD'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [],
      'groupBy': [{'column': 'Object_Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '276106473',
   'id': 276106473,
   'type': 'kpi',
   'created': 1624431751,
   'badgeUpdated': 1624431930000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'USER CARD DETAIL VIEWS\nShows the number of card detail views and the distinct number of users who have viewed each card.',
   'title': 'Card Detail Views by User',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_word_cloud',
    'chartVersion': '6',
    'currentLabel': 'Pages Created',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1241073622,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'Pages Created',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1241073622,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'leftName'}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['PAGE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 25},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1241073622',
   'id': 1241073622,
   'type': 'kpi',
   'created': 1624431755,
   'badgeUpdated': 1624431932000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP PAGE CREATORS\nShows the 25 users who have created the most cards.',
   'title': 'Top Page Creators',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_trendline',
    'chartVersion': '6',
    'currentLabel': 'User Logins',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Action":"actionType","Date":"Date"}',
    'columnFormats': '{}',
    'defaultDateGrain': 'Day',
    'SummaryNumberFormat': '{"type":"number","format":"0.00A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1088433201,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Action',
        'aggregation': 'COUNT',
        'alias': 'User Logins',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1088433201,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Date',
        'calendar': True,
        'mapping': 'ITEM',
        'alias': 'Date'},
       {'column': 'Action',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'actionType'}],
      'filters': [{'column': 'calculation_5deab6ee-8663-4d59-a670-6d581f1be22f',
        'values': ['Y'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time', 'dateTimeElement': 'DAY'},
      'orderBy': [],
      'groupBy': [{'column': 'Date', 'calendar': True}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'dateTimeElement': 'DAY',
     'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1088433201',
   'id': 1088433201,
   'type': 'kpi',
   'created': 1624431768,
   'badgeUpdated': 1624431938000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'LOGIN TREND\nTracks total logins over time.',
   'title': 'Login Trend',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_pareto',
    'chartVersion': '8',
    'currentLabel': '',
    'currentMethod': 'empty',
    'historyId': '1d693045-9a1a-4bc9-be34-346f4bb84f30',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"#A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1582370369,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM'},
       {'formulaId': 'calculation_947f77ff-7d78-462e-a5ca-2199b919d3c3',
        'mapping': 'VALUE'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN',
        'dataType': 'string'},
       {'column': 'Object_Type',
        'values': ['CARD'],
        'filterType': 'LEGACY',
        'operand': 'IN',
        'dataType': 'string'}],
      'dateRangeFilter': {'column': {'column': 'Event_Time',
        'exprType': 'COLUMN'},
       'dateTimeRange': {'dateTimeRangeType': 'INTERVAL_OFFSET',
        'interval': 'MONTH',
        'offset': 0,
        'count': 0}},
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 25},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME',
     'dateRangeFilter': {'column': {'column': 'Event_Time',
       'exprType': 'COLUMN'},
      'dateTimeRange': {'dateTimeRangeType': 'INTERVAL_OFFSET',
       'interval': 'MONTH',
       'offset': 0,
       'count': 0}}},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1582370369',
   'id': 1582370369,
   'type': 'kpi',
   'created': 1624434328,
   'badgeUpdated': 1624434857000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': '',
   'title': 'Card Views This Month by User - Pareto',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_horiz_bar',
    'chartVersion': '6',
    'currentLabel': 'DataFlows Created',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1225900225,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'DataFlows Created',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1225900225,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'leftName'},
       {'column': 'Name', 'mapping': 'SERIES', 'alias': 'leftName'}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['DATAFLOW_TYPE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1225900225',
   'id': 1225900225,
   'type': 'kpi',
   'created': 1624431766,
   'badgeUpdated': 1624431937000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP DATAFLOW CREATORS\nShows the users that have created the most DataFlows in the specified time frame.',
   'title': 'Top DataFlow Creators',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'markup': '{"object":"value","document":{"object":"document","data":{},"nodes":[{"object":"block","type":"p","data":{},"nodes":[{"object":"text","leaves":[{"object":"leaf","text":"The information presented on this data dashboard is for informational purposes only.","marks":[{"object":"mark","type":"h2","data":{}},{"object":"mark","type":"strong","data":{}}]},{"object":"leaf","text":" While every effort has been made to ensure the accuracy and completeness of the data, we make no guarantees regarding the reliability, accuracy, or completeness of any information provided. Users should independently verify any data and use it at their own risk. We are not liable for any errors, omissions, or any outcomes related to the use of this information. This dashboard does not constitute financial, legal, or professional advice. For specific advice, please consult a qualified professional.","marks":[{"object":"mark","type":"h2","data":{}}]}]}]},{"object":"block","type":"p","data":{},"nodes":[{"object":"text","leaves":[{"object":"leaf","text":"","marks":[{"object":"mark","type":"h2","data":{}}]}]}]},{"object":"block","type":"p","data":{},"nodes":[{"object":"text","leaves":[{"object":"leaf","text":"","marks":[]}]}]}]}}',
    'textHtml': '<div style="white-space:pre-wrap"><div><span style="font-size:18px;font-weight:600">The information presented on this data dashboard is for informational purposes only.</span><span style="font-size:18px"> While every effort has been made to ensure the accuracy and completeness of the data, we make no guarantees regarding the reliability, accuracy, or completeness of any information provided. Users should independently verify any data and use it at their own risk. We are not liable for any errors, omissions, or any outcomes related to the use of this information. This dashboard does not constitute financial, legal, or professional advice. For specific advice, please consult a qualified professional.</span></div><div><span style="font-size:18px">&#xfeff;</span></div><div>&#xfeff;</div></div>',
    'kpiType': 'Text',
    'dataFileIds': '[]',
    'notebookVersion': 'v3',
    'dynamicTextItems': '{}'},
   'drillPathURNs': [],
   'owners': [{'id': '68216396',
     'type': 'USER',
     'displayName': 'Elliott Leonard'}],
   'slicers': [],
   'datasources': [],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '42181136',
   'id': 42181136,
   'type': 'Text',
   'created': 1718641257,
   'badgeUpdated': 1727895008000,
   'creatorId': 68216396,
   'ownerId': 68216396,
   'description': '',
   'title': 'Legal Disclaimer Notice',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': False},
  {'metadata': {'chartType': 'badge_pie',
    'chartVersion': '6',
    'currentLabel': 'Datasource Edits in Period',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Action":"actionType","Object_Name":"rightName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1495195957,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'Datasource Edits in Period',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1495195957,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Action',
        'mapping': 'ITEM',
        'alias': 'actionType'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Object_Type',
        'values': ['DATA_SOURCE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [],
      'groupBy': [{'column': 'Action'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1495195957',
   'id': 1495195957,
   'type': 'kpi',
   'created': 1624431779,
   'badgeUpdated': 1624431943000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'DATASOURCE EDITS\nDisplays the amount of datasource edits in the specified time frame, grouped by edit type.',
   'title': 'Datasource Edits',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_table',
    'chartVersion': '6',
    'currentLabel': 'No Summary Number',
    'currentMethod': 'empty',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Type":"Datasource Type","Action":"Action","Object_ID":"Datasource / DataFlow ID","Event_Time":"Event Time","Name":"User"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 577544689,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'No Summary Number',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['DATA_SOURCE', 'DATAFLOW_TYPE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 577544689,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Event_Time',
        'mapping': 'VALUE',
        'alias': 'Event Time'},
       {'column': 'Name', 'mapping': 'VALUE', 'alias': 'User'},
       {'column': 'Action', 'mapping': 'VALUE', 'alias': 'Action'},
       {'column': 'Object_Type',
        'mapping': 'VALUE',
        'alias': 'Datasource Type'},
       {'column': 'Object_ID',
        'mapping': 'VALUE',
        'alias': 'Datasource / DataFlow ID'}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['DATA_SOURCE', 'DATAFLOW_TYPE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Event_Time', 'order': 'DESCENDING'},
       {'column': 'Name', 'order': 'ASCENDING'}],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '577544689',
   'id': 577544689,
   'type': 'kpi',
   'created': 1624431754,
   'badgeUpdated': 1624431931000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'DATASOURCE CREATION LOG\nDisplays datasource and DataFlow creation events over time.',
   'title': 'Datasource Creation Log',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_vert_bullet',
    'chartVersion': '8',
    'currentLabel': '',
    'currentMethod': 'empty',
    'historyId': '919108c1-f969-4eb6-b319-db067bbc6b57',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Report_Date"}',
    'calendar': 'default',
    'columnAliases': '{}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"#A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 89000400,
     'dataSourceId': '9e29c91d-33cb-4c57-a604-7586dc9ddc41',
     'dataSourceName': 'DomoStats - Activity Log_OffsetDate',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '9e29c91d-33cb-4c57-a604-7586dc9ddc41',
      'columns': [{'column': 'Name', 'mapping': 'ITEM'},
       {'formulaId': 'calculation_4847b282-59aa-4c8f-8b6e-e3b57f9395da',
        'mapping': 'VALUE',
        'alias': 'Current'},
       {'formulaId': 'calculation_142cfb81-c14e-4283-86ed-37a70948e19d',
        'mapping': 'TARGET',
        'alias': 'Prev Month'},
       {'formulaId': 'calculation_08594d58-dfd8-4d53-b916-9d5dff7cb6b3',
        'mapping': 'RANGE1',
        'alias': 'Prev Year'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN',
        'dataType': 'string'},
       {'column': 'Object_Type',
        'values': ['CARD'],
        'filterType': 'LEGACY',
        'operand': 'IN',
        'dataType': 'string'}],
      'dateRangeFilter': {'column': {'column': 'Report_Date',
        'exprType': 'COLUMN'},
       'dateTimeRange': {'dateTimeRangeType': 'INTERVAL_OFFSET',
        'interval': 'MONTH',
        'offset': 0,
        'count': 0}},
      'dateGrain': {'column': 'Report_Date'},
      'orderBy': [{'formulaId': 'calculation_4847b282-59aa-4c8f-8b6e-e3b57f9395da',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 10},
     'displayType': 'dataset-view',
     'dataType': 'dataset-view',
     'providerType': 'dataset-view'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Report_Date',
     'columnDataType': 'DATE',
     'dateRangeFilter': {'column': {'column': 'Report_Date',
       'exprType': 'COLUMN'},
      'dateTimeRange': {'dateTimeRangeType': 'INTERVAL_OFFSET',
       'interval': 'MONTH',
       'offset': 0,
       'count': 0}}},
    'dateGrain': {'columnName': 'Report_Date', 'columnDataType': 'DATE'}},
   'datasources': [{'dataSourceId': '9e29c91d-33cb-4c57-a604-7586dc9ddc41',
     'dataSourceName': 'DomoStats - Activity Log_OffsetDate',
     'displayType': 'dataset-view',
     'dataType': 'dataset-view',
     'providerType': 'dataset-view',
     'isSampleData': False,
     'lastUpdated': 1729788930983,
     'adc': False,
     'phase': None,
     'state': 'IDLE'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '89000400',
   'id': 89000400,
   'type': 'kpi',
   'created': 1624435589,
   'badgeUpdated': 1624449320000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': '',
   'title': 'Card Views This Month',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_heatmap',
    'chartVersion': '6',
    'currentLabel': 'Unique Apps Deployed',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 855355073,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_ee7e747b-53b9-432b-87d0-0f3a7746dcb5',
        'alias': 'Unique Apps Deployed',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 855355073,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'SERIES', 'alias': 'leftName'},
       {'column': 'Object_Name', 'mapping': 'ITEM', 'alias': 'rightName'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Action',
        'values': ['DEPLOYED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['APP'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}, {'column': 'Object_Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '855355073',
   'id': 855355073,
   'type': 'kpi',
   'created': 1624431777,
   'badgeUpdated': 1624431942000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP APPS DEPLOYED\nDisplays the apps that have been deployed, the users that have deployed the apps, and the number of times each app has been deployed.',
   'title': 'Top Apps Deployed',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_word_cloud',
    'chartVersion': '6',
    'currentLabel': 'Password Resets in Period',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"0A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 713134143,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'Password Resets in Period',
        'format': {'type': 'abbreviated', 'format': '0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 713134143,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'leftName'}],
      'filters': [{'column': 'Action',
        'values': ['RESET_PASSWORD'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '713134143',
   'id': 713134143,
   'type': 'kpi',
   'created': 1624431752,
   'badgeUpdated': 1624431929000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': "PASSWORD RESETS\nDisplays users based on the amount of times they've reset their password.",
   'title': 'Password Resets',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_xyscatterplot',
    'chartVersion': '6',
    'currentLabel': 'Page Views',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 366842923,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_b80f5ea7-297d-4f38-9e47-b606356994f8',
        'alias': 'Users that Viewed Pages',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 366842923,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'mapping': 'SERIES',
        'alias': 'rightName'},
       {'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'mapping': 'XTIME',
        'alias': 'leftName'},
       {'formulaId': 'calculation_b80f5ea7-297d-4f38-9e47-b606356994f8',
        'mapping': 'VALUE',
        'alias': 'Distinct User'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['PAGE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [],
      'groupBy': [{'column': 'Object_Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '366842923',
   'id': 366842923,
   'type': 'kpi',
   'created': 1624431776,
   'badgeUpdated': 1624431941000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'PAGE VIEWS BY USER\nShows the number of times each page has been viewed, and the number of distinct users who have viewed the page.',
   'title': 'Page Views by User',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_curvedline',
    'chartVersion': '6',
    'currentLabel': 'Apps Deployed',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_60da8a7a-28f8-4355-847d-b8935dac17a1"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1755877624,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'Apps Deployed',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1755877624,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_4e188363-a63e-4565-bc42-156354c3b2a0',
        'mapping': 'ITEM',
        'alias': 'Event Date'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Action',
        'values': ['DEPLOYED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['APP'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'calculation_4e188363-a63e-4565-bc42-156354c3b2a0'},
      'orderBy': [{'formulaId': 'calculation_4e188363-a63e-4565-bc42-156354c3b2a0',
        'order': 'ASCENDING'}],
      'groupBy': [{'formulaId': 'calculation_4e188363-a63e-4565-bc42-156354c3b2a0'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'calculation_4e188363-a63e-4565-bc42-156354c3b2a0',
     'columnDataType': 'DATE'},
    'dateGrain': {'columnName': 'calculation_4e188363-a63e-4565-bc42-156354c3b2a0',
     'columnDataType': 'DATE'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1755877624',
   'id': 1755877624,
   'type': 'kpi',
   'created': 1624431758,
   'badgeUpdated': 1624431934000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'APP DEPLOYMENT TREND\nShows the trend of app deployments over time.',
   'title': 'App Deployment Trend',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_vert_bar',
    'chartVersion': '6',
    'currentLabel': 'Log In Failure Rate in Period',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Date":"Date"}',
    'columnFormats': '{}',
    'defaultDateGrain': 'Day',
    'SummaryNumberFormat': '{"type":"number","format":"0.0 %"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1224129035,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_246dbded-588e-41ab-8b00-cae08755a2a9',
        'alias': 'Log In Failure Rate in Period',
        'format': {'type': 'number', 'format': '0.0 %'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1224129035,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Date',
        'calendar': True,
        'mapping': 'ITEM',
        'alias': 'Date'},
       {'aggregation': 'COUNT',
        'formulaId': 'calculation_418a84db-006f-4bfc-b72a-243b0263d4df',
        'mapping': 'VALUE',
        'alias': 'Failed Login'}],
      'filters': [],
      'dateGrain': {'column': 'Event_Time', 'dateTimeElement': 'DAY'},
      'orderBy': [],
      'groupBy': [{'column': 'Date', 'calendar': True}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'dateTimeElement': 'DAY',
     'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1224129035',
   'id': 1224129035,
   'type': 'kpi',
   'created': 1624431782,
   'badgeUpdated': 1624431945000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'FAILED LOGINS\nDisplays the number of failed logins over time.',
   'title': 'Failed Logins',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_table',
    'chartVersion': '6',
    'currentLabel': '',
    'currentMethod': 'empty',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"#A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1778382916,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'No Summary Number',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['PAGE'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Type',
        'values': ['USER'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1778382916,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_0198fd23-4e28-4d22-b442-f1f68c0486b6',
        'mapping': 'VALUE',
        'alias': 'Behavior'}],
      'filters': [{'column': 'calculation_8626da93-6edb-4263-a68a-793c916faf0f',
        'values': [''],
        'filterType': 'LEGACY',
        'operand': 'NOT_IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Event_Time', 'order': 'DESCENDING'}],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1778382916',
   'id': 1778382916,
   'type': 'kpi',
   'created': 1624431764,
   'badgeUpdated': 1624431936000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'USER ACTION LOG\nTracks every user action in your Domo instance.',
   'title': 'User Action Log',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_word_cloud',
    'chartVersion': '6',
    'currentLabel': 'No Summary Number',
    'currentMethod': 'empty',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Action":"actionType","Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"0A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 972390449,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_675839d9-9b43-4152-a98e-60688965d0a4',
        'alias': 'No Summary Number',
        'format': {'type': 'abbreviated', 'format': '0'}}],
      'filters': [{'column': 'Action',
        'values': ['LOGGEDIN'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 972390449,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Action',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'actionType'}],
      'filters': [{'column': 'calculation_5deab6ee-8663-4d59-a670-6d581f1be22f',
        'values': ['Y'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '972390449',
   'id': 972390449,
   'type': 'kpi',
   'created': 1624431796,
   'badgeUpdated': 1624431956000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': "MOST ACTIVE USERS\nDisplays users based on the amount of actions they've taken.",
   'title': 'Most Active Users',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_curved_symbolline',
    'chartVersion': '6',
    'currentLabel': 'Card Details Views in Period',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_e673561c-f484-4333-ac94-806d171b923a"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1689760112,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'alias': 'Card Detail Views in Period',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1689760112,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_f46fde23-7a62-4a99-8a95-cea552a5f809',
        'mapping': 'ITEM',
        'alias': 'Event Date'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['CARD'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'calculation_f46fde23-7a62-4a99-8a95-cea552a5f809'},
      'orderBy': [{'formulaId': 'calculation_f46fde23-7a62-4a99-8a95-cea552a5f809',
        'order': 'ASCENDING'}],
      'groupBy': [{'formulaId': 'calculation_f46fde23-7a62-4a99-8a95-cea552a5f809'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'calculation_f46fde23-7a62-4a99-8a95-cea552a5f809',
     'columnDataType': 'DATE'},
    'dateGrain': {'columnName': 'calculation_f46fde23-7a62-4a99-8a95-cea552a5f809',
     'columnDataType': 'DATE'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1689760112',
   'id': 1689760112,
   'type': 'kpi',
   'created': 1624431798,
   'badgeUpdated': 1624431958000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'CARD DETAIL VIEWS TREND\nShows the trend of card detail views over time.',
   'title': 'Card Detail Views Trend',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_pie',
    'chartVersion': '6',
    'currentLabel': 'No Summary Number',
    'currentMethod': 'empty',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName","Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1676492934,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'No Summary Number',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['PAGE'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Type',
        'values': ['USER'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1676492934,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['PAGE'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Type',
        'values': ['USER'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 10},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1676492934',
   'id': 1676492934,
   'type': 'kpi',
   'created': 1624431754,
   'badgeUpdated': 1624431931000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP 10 PAGE VIEWERS\nShows the top 10 viewers based on total page views.',
   'title': 'Top 10 Page Viewers',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_two_trendline',
    'chartVersion': '9',
    'currentLabel': 'Distinct Users in Period',
    'historyId': '7dccbb85-02d6-4ecc-95c1-10bbcc3da7fd',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"CalendarQuarter":"Date"}',
    'columnFormats': '{}',
    'defaultDateGrain': 'Quarter',
    'SummaryNumberFormat': '{"type":"number","format":"0A"}',
    'dynamicTitle': '{"text":[{"text":"Distinct User Logins","type":"TEXT"}]}',
    'dynamicDescription': '{"text":[{"text":"DISTINCT USER LOGINS\\nDisplays distinct user logins over time.","type":"TEXT"}],"displayOnCardDetails":true}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1870726204,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'aggregation': 'COUNT',
        'formulaId': 'calculation_b80f5ea7-297d-4f38-9e47-b606356994f8',
        'alias': 'Distinct Users in Period',
        'format': {'type': 'abbreviated', 'format': '0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1870726204,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'CalendarQuarter',
        'calendar': True,
        'mapping': 'ITEM',
        'alias': 'Date'},
       {'formulaId': 'calculation_b80f5ea7-297d-4f38-9e47-b606356994f8',
        'mapping': 'VALUE',
        'alias': 'Distinct User'}],
      'filters': [{'column': 'Action',
        'values': ['LOGGEDIN'],
        'filterType': 'LEGACY',
        'operand': 'IN',
        'dataType': 'string'},
       {'column': 'calculation_5deab6ee-8663-4d59-a670-6d581f1be22f',
        'values': ['Y'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time', 'dateTimeElement': 'QUARTER'},
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'dateTimeElement': 'QUARTER',
     'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1870726204',
   'id': 1870726204,
   'type': 'kpi',
   'created': 1624431789,
   'badgeUpdated': 1665003050000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'DISTINCT USER LOGINS\nDisplays distinct user logins over time.',
   'title': 'Distinct User Logins',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_vert_bar',
    'chartVersion': '6',
    'currentLabel': 'DataFlows Created in Period',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_371a1882-c44e-47c6-8509-bb7c7907e2bf"}',
    'calendar': 'default',
    'columnAliases': '{"Object_ID":"rightId","Date":"Date","Name":"leftName"}',
    'columnFormats': '{}',
    'defaultDateGrain': 'Day',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 100292082,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'DataFlows Created in Period',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 100292082,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Date',
        'calendar': True,
        'mapping': 'ITEM',
        'alias': 'Date'},
       {'column': 'Object_ID',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightId'},
       {'column': 'Name', 'mapping': 'SERIES', 'alias': 'leftName'}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['DATAFLOW_TYPE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateRangeFilter': {'column': {'column': 'calculation_69e0f5c1-ed73-4da4-8c5a-7d96a90809eb',
        'exprType': 'COLUMN'},
       'dateTimeRange': {'dateTimeRangeType': 'ROLLING_PERIOD',
        'interval': 'DAY',
        'offset': 0,
        'count': 30}},
      'dateGrain': {'column': 'calculation_69e0f5c1-ed73-4da4-8c5a-7d96a90809eb',
       'dateTimeElement': 'DAY'},
      'orderBy': [{'column': 'Object_ID',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}, {'column': 'Date', 'calendar': True}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'calculation_69e0f5c1-ed73-4da4-8c5a-7d96a90809eb',
     'columnDataType': 'DATE',
     'dateRangeFilter': {'column': {'column': 'calculation_69e0f5c1-ed73-4da4-8c5a-7d96a90809eb',
       'exprType': 'COLUMN'},
      'dateTimeRange': {'dateTimeRangeType': 'ROLLING_PERIOD',
       'interval': 'DAY',
       'offset': 0,
       'count': 30}}},
    'dateGrain': {'dateTimeElement': 'DAY',
     'columnName': 'calculation_69e0f5c1-ed73-4da4-8c5a-7d96a90809eb',
     'columnDataType': 'DATE'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '100292082',
   'id': 100292082,
   'type': 'kpi',
   'created': 1624431757,
   'badgeUpdated': 1624431933000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'DATAFLOW CREATION\nTracks the number of DataFlows created over time, organized by creator.',
   'title': 'DataFlow Creation',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_horiz_bar',
    'chartVersion': '6',
    'currentLabel': 'Beast Modes Created',
    'allTime': '{"label":"All Time (2018-02-06 - 2018-02-22)","groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{"Name":"leftName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1523250283,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'Beast Modes Created',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1523250283,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name', 'mapping': 'ITEM', 'alias': 'leftName'},
       {'column': 'Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'leftName'},
       {'column': 'Name', 'mapping': 'SERIES', 'alias': 'leftName'}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['BEAST_MODE_FORMULA'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'column': 'Name',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1523250283',
   'id': 1523250283,
   'type': 'kpi',
   'created': 1624431784,
   'badgeUpdated': 1624431947000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TOP BEAST MODE CREATORS\nShows the users that have created the most calculated fields in the specified time frame.',
   'title': 'Top Beast Mode Creators',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_symbolline',
    'chartVersion': '6',
    'currentLabel': 'Page Views in Period',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_b49af68e-67b2-44f2-9c4c-8b1ab51847d4"}',
    'calendar': 'default',
    'columnAliases': '{"Object_Name":"rightName"}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1961117780,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Object_Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'Page Views in Period',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1961117780,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_f05ad06e-3df4-4eaa-8ea2-c12138d6a842',
        'mapping': 'ITEM',
        'alias': 'Event Date'},
       {'column': 'Object_Name',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightName'}],
      'filters': [{'column': 'Action',
        'values': ['VIEWED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['PAGE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'calculation_f05ad06e-3df4-4eaa-8ea2-c12138d6a842'},
      'orderBy': [{'formulaId': 'calculation_f05ad06e-3df4-4eaa-8ea2-c12138d6a842',
        'order': 'ASCENDING'}],
      'groupBy': [{'formulaId': 'calculation_f05ad06e-3df4-4eaa-8ea2-c12138d6a842'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'calculation_f05ad06e-3df4-4eaa-8ea2-c12138d6a842',
     'columnDataType': 'DATE'},
    'dateGrain': {'columnName': 'calculation_f05ad06e-3df4-4eaa-8ea2-c12138d6a842',
     'columnDataType': 'DATE'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1961117780',
   'id': 1961117780,
   'type': 'kpi',
   'created': 1624431791,
   'badgeUpdated': 1624431952000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'PAGE VIEWS TREND\nShows the trend of page views over time.',
   'title': 'Page Views Trend',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_vert_bar',
    'chartVersion': '6',
    'currentLabel': 'Datasources Created in Period',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"calculation_83ea5706-29a5-459c-a801-065a3247fc63"}',
    'calendar': 'default',
    'columnAliases': '{"Object_ID":"rightId","Date":"Date","Name":"leftName"}',
    'columnFormats': '{}',
    'defaultDateGrain': 'Day',
    'SummaryNumberFormat': '{"type":"number","format":"###,##0"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1747669197,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Name',
        'aggregation': 'COUNT',
        'distinct': False,
        'alias': 'Datasources Created in Period',
        'format': {'type': 'number', 'format': '###,##0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1747669197,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'column': 'Date',
        'calendar': True,
        'mapping': 'ITEM',
        'alias': 'Date'},
       {'column': 'Object_ID',
        'aggregation': 'COUNT',
        'mapping': 'VALUE',
        'alias': 'rightId'},
       {'column': 'Name', 'mapping': 'SERIES', 'alias': 'leftName'}],
      'filters': [{'column': 'Action',
        'values': ['CREATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['DATA_SOURCE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateRangeFilter': {'column': {'column': 'calculation_34f6b7b6-a85a-45c4-a8b9-327b617470f9',
        'exprType': 'COLUMN'},
       'dateTimeRange': {'dateTimeRangeType': 'ROLLING_PERIOD',
        'interval': 'DAY',
        'offset': 0,
        'count': 30}},
      'dateGrain': {'column': 'calculation_34f6b7b6-a85a-45c4-a8b9-327b617470f9',
       'dateTimeElement': 'DAY'},
      'orderBy': [{'column': 'Object_ID',
        'aggregation': 'COUNT',
        'order': 'DESCENDING'}],
      'groupBy': [{'column': 'Name'}, {'column': 'Date', 'calendar': True}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'calculation_34f6b7b6-a85a-45c4-a8b9-327b617470f9',
     'columnDataType': 'DATE',
     'dateRangeFilter': {'column': {'column': 'calculation_34f6b7b6-a85a-45c4-a8b9-327b617470f9',
       'exprType': 'COLUMN'},
      'dateTimeRange': {'dateTimeRangeType': 'ROLLING_PERIOD',
       'interval': 'DAY',
       'offset': 0,
       'count': 30}}},
    'dateGrain': {'dateTimeElement': 'DAY',
     'columnName': 'calculation_34f6b7b6-a85a-45c4-a8b9-327b617470f9',
     'columnDataType': 'DATE'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1747669197',
   'id': 1747669197,
   'type': 'kpi',
   'created': 1624431793,
   'badgeUpdated': 1624431953000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'DATASOURCE CREATION\nTracks the number of datasources created over time, organized by creator.',
   'title': 'Datasource Creation',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True},
  {'metadata': {'chartType': 'badge_vert_bar',
    'chartVersion': '6',
    'currentLabel': 'Avg Days Since Last Update',
    'allTime': '{"groupName":"Other","name":"DEFAULT","type":"Other","selected":true,"estimatedSeconds":-1,"dateLabel":"","column":"Event_Time"}',
    'calendar': 'default',
    'columnAliases': '{}',
    'columnFormats': '{}',
    'SummaryNumberFormat': '{"type":"number","format":"0A"}'},
   'drillPathURNs': [],
   'subscriptions': [{'cardId': 1922596376,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'big_number',
     'subscription': {'name': 'big_number',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_cf2b0d41-0e37-4dcd-8765-7dd8a57e8a5d',
        'alias': 'Avg Days Since Last Update',
        'format': {'type': 'abbreviated', 'format': '0'}}],
      'filters': [],
      'orderBy': [],
      'groupBy': [],
      'fiscal': False,
      'projection': False,
      'distinct': False,
      'limit': 1},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'},
    {'cardId': 1922596376,
     'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'componentName': 'main',
     'subscription': {'name': 'main',
      'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
      'columns': [{'formulaId': 'calculation_e63d1633-cc4e-4933-95cf-0b00ffe9b39c',
        'mapping': 'ITEM'},
       {'formulaId': 'calculation_75a53602-e7ee-429c-9fb6-24a7448db667',
        'mapping': 'VALUE'}],
      'filters': [{'column': 'Action',
        'values': ['UPDATED'],
        'filterType': 'LEGACY',
        'operand': 'IN'},
       {'column': 'Object_Type',
        'values': ['DATA_SOURCE'],
        'filterType': 'LEGACY',
        'operand': 'IN'}],
      'dateGrain': {'column': 'Event_Time'},
      'orderBy': [{'formulaId': 'calculation_bb8339c9-63bb-4cf2-81d5-0fbe9ffadfd1',
        'order': 'ASCENDING'}],
      'groupBy': [{'formulaId': 'calculation_e63d1633-cc4e-4933-95cf-0b00ffe9b39c'},
       {'formulaId': 'calculation_bb8339c9-63bb-4cf2-81d5-0fbe9ffadfd1'}],
      'fiscal': False,
      'projection': False,
      'distinct': False},
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats'}],
   'owners': [{'id': '1893952720',
     'type': 'USER',
     'displayName': 'Jae Wilson1'}],
   'slicers': [],
   'dateInfo': {'dateRange': {'columnName': 'Event_Time',
     'columnDataType': 'DATETIME'},
    'dateGrain': {'columnName': 'Event_Time', 'columnDataType': 'DATETIME'}},
   'datasources': [{'dataSourceId': '61c4e63d-0627-41f7-b138-74968ebd7634',
     'dataSourceName': 'DomoStats - Activity Log',
     'displayType': 'domostats',
     'dataType': 'domostats',
     'providerType': 'domostats',
     'isSampleData': False,
     'lastUpdated': 1729788924244,
     'adc': False,
     'phase': None,
     'state': 'SUCCESS'}],
   'certification': {'state': 'NOT_CERTIFIED', 'adminCertified': False},
   'urn': '1922596376',
   'id': 1922596376,
   'type': 'kpi',
   'created': 1624431787,
   'badgeUpdated': 1624431949000,
   'creatorId': 1893952720,
   'ownerId': 1893952720,
   'description': 'TIME SINCE LAST UPDATE\nTracks the number of datasources bucketed by the number of days since their last update.',
   'title': 'Time Since Last Update',
   'active': True,
   'allowTableDrill': True,
   'locked': False,
   'isCurrentUserOwner': True}],
 'collections': [{'id': 1487136770,
   'title': 'Users',
   'description': '',
   'minimized': True,
   'cardIndices': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]},
  {'id': 1562334398,
   'title': 'Content',
   'description': '',
   'minimized': False,
   'cardIndices': [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]},
  {'id': 1730891559,
   'title': 'Data',
   'description': '',
   'minimized': False,
   'cardIndices': [24, 25, 26, 27, 28, 29, 30, 31, 32]}],
 'locked': False,
 'playbook': {'registryId': '8b41eae5-3b41-4328-9b22-89b4462c0830',
  'appId': 'A3CC1939AE3EDA2251274EC3A970D26823FBF7E127E4629D1DFD1FED2CDFFA91',
  'state': 'powered',
  'stateV2': 'powered'},
 'isFavorite': False,
 'pageAnalyzerSettings': {'pageId': 1316566624,
  'interactionFilters': False,
  'noAddingNewFilters': False,
  'showFilterBar': True,
  'showGlobalDateFilters': True,
  'showSegments': True,
  'showFilterIcons': True}}

source

get_page_access_test

 get_page_access_test (auth, page_id, debug_api:bool=False,
                       session:httpx.AsyncClient=None,
                       parent_class:str=None,
                       debug_num_stacks_to_drop:int=1)

retrieves accesslist, which users and groups a page is shared with

sample implementation test_page_access

(await get_page_access_test(
    page_id=page_id,
    auth=auth,
)).response
{'pageId': 1316566624,
 'ownerId': 1893952720,
 'pageName': '20210623_TRAINING_DomoStats Activity Log App',
 'owners': [{'id': 1893952720, 'type': 'USER', 'displayName': 'Jae Wilson1'}],
 'pageAccess': True}

source

get_page_access_list

 get_page_access_list (auth, page_id, is_expand_users:bool=True,
                       debug_api:bool=False,
                       session:httpx.AsyncClient=None,
                       parent_class:str=None,
                       debug_num_stacks_to_drop:int=1)

retrieves accesslist, which users and groups a page is shared with

(await get_page_access_test(
    page_id=page_id,
    auth=auth,
)).response
{'pageId': 1316566624,
 'ownerId': 1893952720,
 'pageName': '20210623_TRAINING_DomoStats Activity Log App',
 'owners': [{'id': 1893952720, 'type': 'USER', 'displayName': 'Jae Wilson1'}],
 'pageAccess': True}

sample get_page_accesslist

( await get_page_access_list(page_id=page_id, auth=auth, is_expand_users=True)).response
{'users': [{'id': 1893952720,
   'invitorUserId': 587894148,
   'displayName': 'Jae Wilson1',
   'department': 'Business Improvement',
   'userName': 'jae@onyxreporting.com',
   'emailAddress': 'jae@datacrew.space',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729792381869,
   'created': 1588960518,
   'roleId': 810756122,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': True},
  {'id': 1003855998,
   'invitorUserId': 583215149,
   'displayName': 'Christine Hsieh',
   'userName': 'christine.hsieh@hellofresh.com',
   'emailAddress': 'christine.hsieh@hellofresh.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705955314693,
   'created': 1690382284,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1005321923,
   'invitorUserId': 583215149,
   'displayName': 'Matthew Lambourne',
   'userName': 'matthew.lambourne@frankandoak.com',
   'emailAddress': 'matthew.lambourne@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Financial Controller',
   'modified': 1700069084516,
   'created': 1698668818,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1006847540,
   'invitorUserId': 1893952720,
   'displayName': 'Marc-Anton Clavel',
   'department': 'Domo Client Services',
   'userName': 'marcanton.clavel@domo.com',
   'emailAddress': 'marcanton.clavel@domo.com',
   'accepted': False,
   'userType': 'USER',
   'title': 'Executive Analytics',
   'modified': 1682078256937,
   'created': 1618579073,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1009228622,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager14@fz.com',
   'userName': 'RestaurantManager14@fz.com',
   'emailAddress': 'RestaurantManager14@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869332870,
   'created': 1704259972,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '14',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1012895591,
   'invitorUserId': 1893952720,
   'displayName': 'JeMiller',
   'userName': 'JeMiller@marketaxess.com',
   'emailAddress': 'JeMiller@marketaxess.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1657051684429,
   'created': 1657049419,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1021209915,
   'invitorUserId': 1783864164,
   'displayName': 'Diane Umurerwa',
   'userName': 'dumurera@trajectorydata.com',
   'emailAddress': 'dumurerwa@trajectorydata.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729867328394,
   'created': 1721154562,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1021688059,
   'invitorUserId': 583215149,
   'displayName': 'Marisah Attwood',
   'userName': 'Attwood.Marisah@basco.com',
   'emailAddress': 'Attwood.Marisah@basco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698335549572,
   'created': 1697054725,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1022327751,
   'invitorUserId': 583215149,
   'displayName': 'James Johnson',
   'userName': 'james.johnson@domo.com',
   'emailAddress': 'james.johnson@domo.com',
   'phoneNumber': '801-864-3010',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686083567347,
   'created': 1680888478,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1022341329,
   'invitorUserId': 148885605,
   'displayName': 'Mike Delyea',
   'userName': 'mike.delyea@sagesure.com',
   'emailAddress': 'mike.delyea@sagesure.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686842852540,
   'created': 1686328784,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1022596574,
   'invitorUserId': 583215149,
   'displayName': 'Derek Bronner',
   'userName': 'derek.bronner@domo.com',
   'emailAddress': 'derek.bronner@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690823422414,
   'created': 1687282896,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1023033325,
   'invitorUserId': 416285069,
   'displayName': 'Jason Rice',
   'userName': 'jason.rice@visionwrights.com',
   'emailAddress': 'jason.rice@visionwrights.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717768458310,
   'created': 1694800247,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1023492594,
   'invitorUserId': 583215149,
   'displayName': 'Mike Stagg',
   'userName': 'mike@utahtrust.gov',
   'emailAddress': 'mike@utahtrust.gov',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690383364000,
   'created': 1690382290,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1024352013,
   'invitorUserId': 1893952720,
   'displayName': 'Michael Shrifteylik',
   'userName': 'mshrifteylik@sportsresearch.com',
   'emailAddress': 'mshrifteylik@sportsresearch.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1669658030028,
   'created': 1667838056,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1026032102,
   'invitorUserId': 583215149,
   'displayName': 'Ginny Coltrelli',
   'userName': 'Ginny_colterelli@conair.com',
   'emailAddress': 'Ginny_colterelli@conair.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Sr. Functional Analyst ',
   'modified': 1683049036286,
   'created': 1683047093,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1026684838,
   'invitorUserId': 1893952720,
   'displayName': 'Ghofrane Yahmadi',
   'userName': 'ghofrane.yahmadi@audibene.de',
   'emailAddress': 'ghofrane.yahmadi@audibene.de',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579110000,
   'created': 1618579109,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1026818196,
   'invitorUserId': 1893952720,
   'displayName': 'Giuseppe Russo',
   'userName': 'giuseppe.russo@everli.com',
   'emailAddress': 'giuseppe.russo@everli.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679675381396,
   'created': 1618218853,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1028430812,
   'invitorUserId': 583215149,
   'displayName': 'Robert Gonsalves',
   'userName': 'robert.gonsalves@razorfish.com',
   'emailAddress': 'robert.gonsalves@razorfish.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681414011000,
   'created': 1680903853,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1028839816,
   'invitorUserId': 583215149,
   'displayName': 'Frank Spadaccini',
   'userName': 'frank.spadaccini@a4media.com',
   'emailAddress': 'frank.spadaccini@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Pricing Manager',
   'modified': 1685026708667,
   'created': 1683047099,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1030197957,
   'invitorUserId': 1783864164,
   'displayName': 'Josette Calata',
   'userName': 'josette.calata@encoura.org',
   'emailAddress': 'josette.calata@encoura.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1720632545176,
   'created': 1720632545,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 103478499,
   'invitorUserId': 587894148,
   'displayName': 'heather.russell@domo.com',
   'userName': 'heather.russell@domo.com',
   'emailAddress': 'heather.russell@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1709321854746,
   'created': 1705939170,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1035663615,
   'invitorUserId': 583215149,
   'displayName': 'Megan Sullivan',
   'userName': 'megan.sullivan@razorfish.com',
   'emailAddress': 'megan.sullivan@razorfish.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Associate Director Data & Analytics',
   'modified': 1685639067381,
   'created': 1683047102,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1041963216,
   'invitorUserId': 1430590895,
   'displayName': 'Justin Block',
   'userName': 'jblock@realchemistry.com',
   'emailAddress': 'jblock@realchemistry.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1666995124583,
   'created': 1666995124,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1042629793,
   'invitorUserId': 1334846498,
   'displayName': 'Javier Lozano Jerez',
   'userName': 'jlozanojerez@btpartners.com',
   'emailAddress': 'jlozanojerez@btpartners.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1722368443458,
   'created': 1722368443,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1043536530,
   'invitorUserId': 1783864164,
   'displayName': 'Brady Sheehan',
   'userName': 'Brady.Sheehan@archgp.com',
   'emailAddress': 'Brady.Sheehan@archgp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1728058552374,
   'created': 1728058552,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 104884457,
   'invitorUserId': 583215149,
   'displayName': 'Tim Ashby',
   'userName': 'tim.ashby@razorfish.com',
   'emailAddress': 'tim.ashby@razorfish.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681413063953,
   'created': 1680903852,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 105076926,
   'invitorUserId': 316139172,
   'displayName': 'Skiipod8',
   'userName': 'skiipod8@gmail.com',
   'emailAddress': 'skiipod8@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686845887555,
   'created': 1686845619,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1054357604,
   'invitorUserId': 617808774,
   'displayName': 'Patrick Kelly',
   'userName': 'patrick@gratitech.com',
   'emailAddress': 'patrick@gratitech.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713203281130,
   'created': 1713203281,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1058287102,
   'invitorUserId': 1893952720,
   'displayName': 'Camila Caballero',
   'userName': 'camila.caballero@findasense.com',
   'emailAddress': 'camila.caballero@findasense.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579015000,
   'created': 1618579014,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1058319008,
   'invitorUserId': 583215149,
   'displayName': 'Joseph Polo',
   'userName': 'Polo.Joseph@basco.com',
   'emailAddress': 'Polo.Joseph@basco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698759564280,
   'created': 1697054744,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1061133977,
   'invitorUserId': 583215149,
   'displayName': 'John Pasquesi',
   'userName': 'john.pasquesi@kcgcompanies.com',
   'emailAddress': 'john.pasquesi@kcgcompanies.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698694387369,
   'created': 1697054737,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1066291222,
   'invitorUserId': 583215149,
   'displayName': 'Jennifer Byrne',
   'userName': 'Jennifer.byrne@ipghealth.com',
   'emailAddress': 'Jennifer.byrne@ipghealth.com',
   'phoneNumber': '973 917 6416',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697019101808,
   'created': 1696599913,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1067993352,
   'invitorUserId': 1893952720,
   'displayName': 'Kyle Glaser',
   'userName': 'kyle_glaser@trimble.com',
   'emailAddress': 'kyle_glaser@trimble.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512008000,
   'created': 1619512007,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1069862308,
   'invitorUserId': 1893952720,
   'displayName': 'Iain Congdon - Domo',
   'userName': 'iain.congdon@domo.com',
   'emailAddress': 'iain.congdon@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1617794455,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1070081317,
   'invitorUserId': 583215149,
   'displayName': 'Adam Krell',
   'userName': 'adamk@awcnet.org',
   'emailAddress': 'adamk@awcnet.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687363277615,
   'created': 1686001017,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1071582099,
   'invitorUserId': 148885605,
   'displayName': 'Alex Carroll',
   'userName': 'alex.carroll@sagesure.com',
   'emailAddress': 'alex.carroll@sagesure.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686328716495,
   'created': 1686328716,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 107379878,
   'invitorUserId': 583215149,
   'displayName': 'Shawn Stinson',
   'userName': 'shawn.stinson@domo.com',
   'emailAddress': 'shawn.stinson@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1700576170065,
   'created': 1700576170,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1073955791,
   'invitorUserId': 583215149,
   'displayName': 'Michael Napoli',
   'userName': 'michael.napoli@domo.com',
   'emailAddress': 'michael.napoli@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694800853018,
   'created': 1683918242,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1074210114,
   'invitorUserId': 583215149,
   'displayName': 'Krystof Vodrazka',
   'userName': 'krystof.vodrazka@gmail.com',
   'emailAddress': 'krystof.vodrazka@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686001029000,
   'created': 1686001029,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1074976820,
   'invitorUserId': 1783864164,
   'displayName': 'Wesley Mbuakoto',
   'userName': 'wesley.mbuakoto@guidepointsecurity.com',
   'emailAddress': 'wesley.mbuakoto@guidepointsecurity.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1725391640745,
   'created': 1720632573,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1075184693,
   'invitorUserId': 583215149,
   'displayName': 'Todd Wade',
   'userName': 'todd.wade@teasdalefoods.com',
   'emailAddress': 'todd.wade@teasdalefoods.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705961307492,
   'created': 1698948087,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1075882771,
   'invitorUserId': 583215149,
   'displayName': "Ryan O'Connor",
   'userName': 'ryan.oconnor@faeththerapeutics.com',
   'emailAddress': 'ryan.oconnor@faeththerapeutics.com',
   'phoneNumber': '5306048436',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695095744086,
   'created': 1694121857,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1077424620,
   'invitorUserId': 1893952720,
   'displayName': 'Olivier Paratte',
   'userName': 'oparatte@swisseducation.com',
   'emailAddress': 'oparatte@swisseducation.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511984000,
   'created': 1619511984,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1077721049,
   'invitorUserId': 1893952720,
   'displayName': 'Joost Grol',
   'userName': 'joost@imu.nl',
   'emailAddress': 'joost@imu.nl',
   'accepted': True,
   'userType': 'USER',
   'modified': 1622032053410,
   'created': 1621947396,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1077812516,
   'invitorUserId': 1893952720,
   'displayName': 'Teague Wolfley',
   'userName': 'teague.wolfley@domo.com',
   'emailAddress': 'teague.wolfley@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1619512020,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1079474652,
   'invitorUserId': 587894148,
   'displayName': 'Jace McLean',
   'department': '',
   'userName': 'jace.mclean@domo.com',
   'emailAddress': 'jace.mclean@domo.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'hireDate': 1664773200000,
   'modified': 1724076949037,
   'created': 1606755758,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1083995483,
   'invitorUserId': 2144185095,
   'displayName': 'JP Putegnat',
   'userName': 'jp.putegnat@domo.com',
   'emailAddress': 'jp.putegnat@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618944044,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1086095957,
   'invitorUserId': 1893952720,
   'displayName': 'Chayma Amri',
   'userName': 'chayma.amri@loreal.com',
   'emailAddress': 'chayma.amri@loreal.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619525767830,
   'created': 1619511945,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1089682199,
   'invitorUserId': 583215149,
   'displayName': 'Ivy Wang',
   'userName': 'ivy.wang@frankandoak.com',
   'emailAddress': 'ivy.wang@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699463604721,
   'created': 1698668814,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1095242022,
   'invitorUserId': 148885605,
   'displayName': 'Alison Fiddler',
   'userName': 'alison.fiddler@sagesure.com',
   'emailAddress': 'alison.fiddler@sagesure.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686328086824,
   'created': 1686328086,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1095515127,
   'invitorUserId': 1345408759,
   'displayName': 'Andrew Chaffin',
   'department': 'Crystal Ballers',
   'userName': 'andrew@crystalballers.ai',
   'emailAddress': 'andrew@crystalballers.ai',
   'phoneNumber': '208.313.5165',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': 'Cofounder',
   'modified': 1657036293000,
   'created': 1604540792,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'alternateEmail': '',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1099560376,
   'invitorUserId': 583215149,
   'displayName': 'Sagir Jameer',
   'userName': 'sagir.jameer@khoros.com',
   'emailAddress': 'sagir.jameer@khoros.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686750681174,
   'created': 1686053647,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1102391116,
   'invitorUserId': 1893952720,
   'displayName': 'Andrea Henderson',
   'userName': 'andrea.henderson@domo.com',
   'emailAddress': 'andrea.henderson@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713971910000,
   'created': 1619511976,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1103814687,
   'invitorUserId': 587894148,
   'displayName': 'Gavin Peacock',
   'userName': 'gpeacock@rwilogistics.com',
   'emailAddress': 'gpeacock@rwilogistics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665146022460,
   'created': 1665072212,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1107049797,
   'invitorUserId': 583215149,
   'displayName': 'Benjamin Champion II',
   'userName': 'Benjamin.ChampionII@marriott.com',
   'emailAddress': 'Benjamin.ChampionII@marriott.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695911539201,
   'created': 1694121847,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1107344487,
   'invitorUserId': 583215149,
   'displayName': 'Jim Farese',
   'userName': 'jfarese@onyxcorporation.net',
   'emailAddress': 'jfarese@onyxcorporation.net',
   'accepted': False,
   'userType': 'USER',
   'modified': 1687306644991,
   'created': 1687306645,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 110828165,
   'invitorUserId': 583215149,
   'displayName': 'Sumeet Rajput',
   'userName': 'sumeet.rajput@visitorlando.com',
   'emailAddress': 'sumeet.rajput@visitorlando.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1682017161288,
   'created': 1680551156,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1111219722,
   'invitorUserId': 587894148,
   'displayName': 'Zach Reimold',
   'userName': 'zreimold@ameritfleet.com',
   'emailAddress': 'zreimold@ameritfleet.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1673545601629,
   'created': 1673545601,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1111818184,
   'invitorUserId': 1783864164,
   'displayName': 'Michelle Connolly',
   'userName': 'mconnolly@archgp.com',
   'emailAddress': 'mconnolly@archgp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1728058522337,
   'created': 1728058522,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1112248364,
   'invitorUserId': 617808774,
   'displayName': 'Harold Than',
   'userName': 'Harold@bcamp.dev',
   'emailAddress': 'Harold@bcamp.dev',
   'accepted': True,
   'userType': 'USER',
   'modified': 1707972665479,
   'created': 1707972612,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1114513049,
   'invitorUserId': 617808774,
   'displayName': 'Agerke Balgabekova',
   'userName': 'akerke.kass@gmail.com',
   'emailAddress': 'akerke.kass@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1718223544179,
   'created': 1712029465,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1119789938,
   'invitorUserId': 1783864164,
   'displayName': 'Donna Torrice',
   'userName': 'Donna.Torrice@archgp.com',
   'emailAddress': 'Donna.Torrice@archgp.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729263996019,
   'created': 1728058494,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1124017060,
   'invitorUserId': 617808774,
   'displayName': 'Theresa Li',
   'userName': 'Theresa.Li@td.com',
   'emailAddress': 'Theresa.Li@td.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687365983891,
   'created': 1686154763,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1126626304,
   'invitorUserId': 1548628586,
   'displayName': 'Jason Penrose',
   'userName': 'jason.penrose@domo.com',
   'emailAddress': 'jason.penrose@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1708451464059,
   'created': 1708451464,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1126769547,
   'invitorUserId': 583215149,
   'displayName': 'David Verndon',
   'userName': 'David.verndon@ipghealth.com',
   'emailAddress': 'David.verndon@ipghealth.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1696599915000,
   'created': 1696599914,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1127437771,
   'invitorUserId': 587894148,
   'displayName': 'Eli Gripp',
   'userName': 'egripp@onemagnify.com',
   'emailAddress': 'egripp@onemagnify.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690815947256,
   'created': 1690813288,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 112808796,
   'invitorUserId': 392468792,
   'displayName': 'Jeff Humble',
   'userName': 'jeff.humble@domo.com',
   'emailAddress': 'jeff.humble@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1677190859848,
   'created': 1677190859,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1128357459,
   'invitorUserId': 1893952720,
   'displayName': 'Kevin Norman',
   'userName': 'kevin@creditsuite.com',
   'emailAddress': 'kevin@creditsuite.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618588276313,
   'created': 1618579012,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1129610104,
   'invitorUserId': 617808774,
   'displayName': 'Alyssa Manse',
   'userName': 'alyssa.manse@domo.com',
   'emailAddress': 'alyssa.manse@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686155759447,
   'created': 1686155620,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1129952107,
   'invitorUserId': 1893952720,
   'displayName': 'Sharon Allard',
   'userName': 'sharon.allard@domo.com',
   'emailAddress': 'sharon.allard@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618579034,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1133087654,
   'invitorUserId': 1893952720,
   'displayName': 'Ruben Visser',
   'userName': 'rubenv@virtuagym.com',
   'emailAddress': 'rubenv@virtuagym.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511980000,
   'created': 1619511979,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1133154604,
   'invitorUserId': 587894148,
   'displayName': 'yuri.nishio@domo.com',
   'userName': 'yuri.nishio@domo.com',
   'emailAddress': 'yuri.nishio@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1702863437715,
   'created': 1701360087,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1135469502,
   'invitorUserId': 583215149,
   'displayName': 'Mario Cruz',
   'userName': 'mcruz24@arizona.edu',
   'emailAddress': 'mcruz24@arizona.edu',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700584701167,
   'created': 1698948064,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1136849063,
   'invitorUserId': 583215149,
   'displayName': 'Daniel Egan',
   'userName': 'daniel.egan@forissolutions.com',
   'emailAddress': 'daniel.egan@forissolutions.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686758703704,
   'created': 1686001013,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 113767912,
   'invitorUserId': 392468792,
   'displayName': 'Liz Tello',
   'userName': 'etello@impactpropertysolutions.com',
   'emailAddress': 'etello@impactpropertysolutions.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729790796180,
   'created': 1687966176,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1140500521,
   'invitorUserId': 148885605,
   'displayName': 'Beth Ferguson',
   'userName': 'beth.ferguson@sagesure.com',
   'emailAddress': 'beth.ferguson@sagesure.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687804660309,
   'created': 1686328414,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1141078945,
   'invitorUserId': 1893952720,
   'displayName': 'Justin Pumford',
   'userName': 'jpumford@gmail.com',
   'emailAddress': 'jpumford@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679675562116,
   'created': 1618299284,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 114141046,
   'invitorUserId': 587894148,
   'displayName': 'Arash Mousavi',
   'userName': 'AMousavi@advocis.ca',
   'emailAddress': 'AMousavi@advocis.ca',
   'accepted': True,
   'userType': 'USER',
   'modified': 1664890180000,
   'created': 1664833478,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1143186878,
   'invitorUserId': 617808774,
   'displayName': 'Daniel Bird',
   'userName': 'danielbirdwork@gmail.com',
   'emailAddress': 'danielbirdwork@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029470000,
   'created': 1712029469,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1144220331,
   'invitorUserId': 587894148,
   'displayName': 'Erika Janowicz',
   'department': '',
   'userName': 'erika.janowicz@rxa.io',
   'emailAddress': 'erika.janowicz@rxa.io',
   'phoneNumber': '2488945031',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1592595809454,
   'created': 1591984208,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1147120777,
   'invitorUserId': 1893952720,
   'displayName': 'Andrea Farrugia',
   'userName': 'andreafarrugia08@gmail.com',
   'emailAddress': 'andreafarrugia08@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618583063993,
   'created': 1618579006,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1148642189,
   'invitorUserId': 392468792,
   'displayName': 'Shayna Ornellas',
   'userName': 'SOrnellas@impactfloors.com',
   'emailAddress': 'SOrnellas@impactfloors.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1687966210708,
   'created': 1687966210,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1149821919,
   'invitorUserId': 1893952720,
   'displayName': 'test 3 - updated 2024-10-25',
   'userName': 'delete_test3@test.com',
   'emailAddress': 'delete_test3@test.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729866238775,
   'created': 1721842704,
   'roleId': 108369421,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1153758312,
   'invitorUserId': 68216396,
   'displayName': 'darla',
   'userName': 'darla@armis.com',
   'emailAddress': 'darla@armis.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1666898580560,
   'created': 1657827375,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1154339157,
   'invitorUserId': 1345408759,
   'displayName': 'William McCall',
   'department': '',
   'userName': 'whmccall@yahoo.com',
   'emailAddress': 'whmccall@yahoo.com',
   'phoneNumber': '8173681558',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1596477634720,
   'created': 1596228805,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1156717068,
   'invitorUserId': 583215149,
   'displayName': 'Aimee Grand-Pre',
   'userName': 'aimee.grand-pre@domo.com',
   'emailAddress': 'aimee.grand-pre@domo.com',
   'phoneNumber': '8018842133',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690905680951,
   'created': 1690409201,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1156753093,
   'invitorUserId': 583215149,
   'displayName': 'Jeff Hovey',
   'userName': 'jeffhovey@iowaleague.org',
   'emailAddress': 'jeffhovey@iowaleague.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699980053661,
   'created': 1698948081,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1157004717,
   'invitorUserId': 583215149,
   'displayName': 'Guillaume Jaillet',
   'userName': 'guillaume.jaillet@frankandoak.com',
   'emailAddress': 'guillaume.jaillet@frankandoak.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698668811000,
   'created': 1698668810,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1158660500,
   'invitorUserId': 1893952720,
   'displayName': 'Jack Allsop',
   'userName': 'jackallsop1@gmail.com',
   'emailAddress': 'jackallsop1@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579049000,
   'created': 1618579049,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1158827447,
   'invitorUserId': 1893952720,
   'displayName': 'Ken Boyer',
   'userName': 'ken.boyer@domo.com',
   'emailAddress': 'ken.boyer@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618238527,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1160689107,
   'invitorUserId': 587894148,
   'displayName': 'chris.schenk@stord.com',
   'userName': 'chris.schenk@stord.com',
   'emailAddress': 'chris.schenk@stord.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1671655080557,
   'created': 1667403172,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1162457281,
   'invitorUserId': 583215149,
   'displayName': 'Emir Becarevic',
   'userName': 'emir.becarevic@craftww.com',
   'emailAddress': 'emir.becarevic@craftww.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694504313635,
   'created': 1690382287,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1164282372,
   'invitorUserId': 583215149,
   'displayName': 'Wendi Golkow',
   'userName': 'wendi.golkow@a4media.com',
   'emailAddress': 'wendi.golkow@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Campaign Reporting',
   'modified': 1685022761233,
   'created': 1683047096,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1164847096,
   'invitorUserId': 583215149,
   'displayName': 'Coby Zaguri',
   'userName': 'jacob.zaguri@abbott.com',
   'emailAddress': 'jacob.zaguri@abbott.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686758540849,
   'created': 1686001026,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1164900583,
   'invitorUserId': 583215149,
   'displayName': 'Megan Moreland',
   'userName': 'megan@onyxcorporation.net',
   'emailAddress': 'megan@onyxcorporation.net',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698164100555,
   'created': 1687306588,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1167229793,
   'invitorUserId': 805649835,
   'displayName': 'Cody Webb',
   'userName': 'cody.webb@domo.com',
   'emailAddress': 'cody.webb@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679604847127,
   'created': 1679600788,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1167580245,
   'invitorUserId': 587894148,
   'displayName': 'Travis Simpson',
   'userName': 'travissimpson@pntdata.com',
   'emailAddress': 'travissimpson@pntdata.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1592227180950,
   'created': 1591984110,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1172154211,
   'invitorUserId': 583215149,
   'displayName': 'Nickolas Ashikawa',
   'userName': 'nickolas.ashikawa@razorfish.com',
   'emailAddress': 'nickolas.ashikawa@razorfish.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Data Science and Analytics Analyst ',
   'modified': 1686772155961,
   'created': 1683047103,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1173277842,
   'invitorUserId': 587894148,
   'displayName': 'i.xiang@laytonconstruction.com',
   'userName': 'i.xiang@laytonconstruction.com',
   'emailAddress': 'i.xiang@laytonconstruction.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1701360131814,
   'created': 1701360131,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1174239613,
   'invitorUserId': 1893952720,
   'displayName': 'Tigers Jonuzi',
   'userName': 'tigers.jonuzi@vlcphotonics.com',
   'emailAddress': 'tigers.jonuzi@vlcphotonics.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512020000,
   'created': 1619512019,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1175210937,
   'invitorUserId': 583215149,
   'displayName': 'Caroline Zerndt',
   'userName': 'mary.edgar@abbott.com',
   'emailAddress': 'mary.edgar@abbott.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686001031000,
   'created': 1686001030,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1178984171,
   'invitorUserId': 1893952720,
   'displayName': 'Aliou Konteye',
   'userName': 'aliou.konteye@loreal.com',
   'emailAddress': 'aliou.konteye@loreal.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619525124545,
   'created': 1619511938,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1179514139,
   'invitorUserId': 1893952720,
   'displayName': 'Nicole Williams',
   'userName': 'nicole.williams@ge.com',
   'emailAddress': 'nicole.williams@ge.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579073000,
   'created': 1618579072,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1180517272,
   'invitorUserId': 958797472,
   'displayName': 'Paige Farmer',
   'userName': 'paige.farmer@domo.com',
   'emailAddress': 'paige.farmer@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686257840000,
   'created': 1686077594,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1183967954,
   'invitorUserId': 392468792,
   'displayName': 'John Crespi',
   'userName': 'jcrespi@ciee.org',
   'emailAddress': 'jcrespi@ciee.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690909055860,
   'created': 1690909055,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1186995515,
   'invitorUserId': 1893952720,
   'displayName': 'test_pdp1@sony.com - via dl 2023-05-05',
   'userName': 'test_pdp1@sony.com',
   'emailAddress': 'test_pdp1@sony.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683316280393,
   'created': 1683306572,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1204317927,
   'invitorUserId': 316139172,
   'displayName': 'Indya Enoch',
   'userName': 'indya.enoch@domo.com',
   'emailAddress': 'indya.enoch@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1706209886712,
   'created': 1665179652,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1205363669,
   'invitorUserId': 1893952720,
   'displayName': 'Mariano Russo',
   'userName': 'mariano.russo@findasense.com',
   'emailAddress': 'mariano.russo@findasense.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618849695547,
   'created': 1618579011,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1209365095,
   'invitorUserId': 583215149,
   'displayName': 'Jacob Peterson',
   'userName': 'jacob.peterson@domo.com',
   'emailAddress': 'jacob.peterson@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1681954056993,
   'created': 1681954057,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1210115465,
   'invitorUserId': 1430590895,
   'displayName': 'Michael Shevelson',
   'userName': 'michael.shevelson@nationalmi.com',
   'emailAddress': 'michael.shevelson@nationalmi.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1692047719114,
   'created': 1692047719,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1212253766,
   'invitorUserId': 617808774,
   'displayName': 'Kimberlee Brazell',
   'userName': 'kbrazell@nmsif.org',
   'emailAddress': 'kbrazell@nmsif.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686155308963,
   'created': 1686155078,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1213747030,
   'invitorUserId': 1893952720,
   'displayName': 'Andy Beier',
   'userName': 'andy.beier@domo.com',
   'emailAddress': 'andy.beier@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1619512005,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1216550715,
   'invitorUserId': 1893952720,
   'displayName': '8:26 - go to sleep',
   'department': 'test',
   'userName': 'test4@domo.com',
   'emailAddress': 'test4@domo.com',
   'phoneNumber': '152',
   'accepted': False,
   'userType': 'USER',
   'modified': 1718758313069,
   'created': 1664938821,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1217337920,
   'invitorUserId': 416285069,
   'displayName': 'Imesh Ujith',
   'userName': 'imesh@visionwrights.com',
   'emailAddress': 'imesh@visionwrights.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1673366879419,
   'created': 1673366879,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1221527375,
   'invitorUserId': 583215149,
   'displayName': 'Ivori Harewood',
   'userName': 'iharewood@netflix.com',
   'emailAddress': 'iharewood@netflix.com',
   'accepted': False,
   'userType': 'USER',
   'title': 'Legal Ops Manager',
   'modified': 1683047105000,
   'created': 1683047105,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1226251082,
   'invitorUserId': 617808774,
   'displayName': 'James Yu',
   'userName': 'jyy2140@columbia.edu',
   'emailAddress': 'jyy2140@columbia.edu',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029459000,
   'created': 1712029459,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1227422648,
   'invitorUserId': 587894148,
   'displayName': 'Martin Bolaños',
   'department': '',
   'userName': 'mjbm.bomar@gmail.com',
   'emailAddress': 'mjbm.bomar@gmail.com',
   'phoneNumber': '+526641804217',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'timeZone': 'America/Los_Angeles',
   'modified': 1619029483000,
   'created': 1603484971,
   'roleId': 2097317660,
   'alternateEmail': '',
   'employeeLocation': 'Tijuana Mexico',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Tijuana Mexico',
   'active': True,
   'isExplicitShare': False},
  {'id': 1228812242,
   'invitorUserId': 1893952720,
   'displayName': 'Test User 2 - updated 2024-03-21 07:04:03.047482',
   'userName': 'test_automate2@sony.com',
   'emailAddress': 'test_automate2@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1711004644490,
   'created': 1710983814,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1229264718,
   'invitorUserId': 587894148,
   'displayName': 'Matthew Newsom',
   'userName': 'Matthew.Newsom@perficient.com',
   'emailAddress': 'matthew.newsom@domo.com',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'America/New_York',
   'modified': 1720470682171,
   'created': 1588960523,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1235331366,
   'invitorUserId': 583215149,
   'displayName': 'Kate Kranz',
   'userName': 'kate.kranz@domo.com',
   'emailAddress': 'kate.kranz@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699896688308,
   'created': 1681953632,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1235683338,
   'invitorUserId': 1893952720,
   'displayName': 'Ken H',
   'userName': 'Ken.Hirakawa@sony.com',
   'emailAddress': 'Ken.Hirakawa@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1653667995135,
   'created': 1653667995,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1235890693,
   'invitorUserId': 126614595,
   'displayName': 'jennifer.hoang',
   'userName': 'jennifer.hoang@withmehealth.com',
   'emailAddress': 'jennifer.hoang@withmehealth.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686769919631,
   'created': 1686769919,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1235909185,
   'invitorUserId': 587894148,
   'displayName': 'David Cunningham',
   'userName': 'david.cunningham@aarcorp.com',
   'emailAddress': 'david.cunningham@aarcorp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1680117641590,
   'created': 1680117641,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1237181717,
   'invitorUserId': 617808774,
   'displayName': 'Janmejay Mohanty',
   'userName': 'jmohanty@stevens.edu',
   'emailAddress': 'jmohanty@stevens.edu',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712669468000,
   'created': 1712029466,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'alternateEmail': 'janmejaymohanty28899@gmail.com',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1238561642,
   'invitorUserId': 1893952720,
   'displayName': 'sowmya Nallapareddy',
   'userName': 'sowmyareddy26@gmail.com',
   'emailAddress': 'sowmyareddy26@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579025000,
   'created': 1618579024,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1240937786,
   'invitorUserId': 1768567034,
   'displayName': 'Andrew Shadle',
   'userName': 'Andrew.Shadle@caemilusa.com',
   'emailAddress': 'Andrew.Shadle@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699979818349,
   'created': 1694105120,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1241615551,
   'invitorUserId': 1893952720,
   'displayName': 'Marc Douglas',
   'userName': 'marc.douglas@worldrugby.org',
   'emailAddress': 'marc.douglas@worldrugby.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579038000,
   'created': 1618579038,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1247436431,
   'invitorUserId': 617808774,
   'displayName': 'Simarjit Singh Pannu',
   'userName': 'simarjitpannu2021@gmail.com',
   'emailAddress': 'simarjitpannu2021@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029466000,
   'created': 1712029465,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1247979899,
   'invitorUserId': 583215149,
   'displayName': 'Mike Gardner',
   'userName': 'mike.gardner@domo.com',
   'emailAddress': 'mike.gardner@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1683211484588,
   'created': 1683211484,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1248851961,
   'invitorUserId': 583215149,
   'displayName': 'Alexandra Fotis',
   'userName': 'aefotis@gmail.com',
   'emailAddress': 'aefotis@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Manager,  Data Science & Analytics ',
   'modified': 1683219475964,
   'created': 1683047104,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1249795924,
   'invitorUserId': 1783864164,
   'displayName': 'Shantele Sorys',
   'userName': 'ssorys@msdist.com',
   'emailAddress': 'ssorys@msdist.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729111006841,
   'created': 1714070946,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1250299904,
   'invitorUserId': 587894148,
   'displayName': 'Elena Jones',
   'department': '',
   'userName': 'elena@adjusterpro.com',
   'emailAddress': 'elena@adjusterpro.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'hireDate': 1679461200000,
   'modified': 1698176738751,
   'created': 1679521894,
   'roleId': 2097317660,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1251168784,
   'invitorUserId': 1893952720,
   'displayName': 'Andre Wieczorkiewicz',
   'department': '',
   'userName': 'andre@clearinsight.fr',
   'emailAddress': 'andre@clearinsight.fr',
   'phoneNumber': '+33663472589',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1620393980619,
   'created': 1618852049,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'alternateEmail': '',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1254925023,
   'invitorUserId': 795553497,
   'displayName': 'David Verdon',
   'userName': 'david.verdon@ipghealth.com',
   'emailAddress': 'david.verdon@ipghealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699867336889,
   'created': 1696847115,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1255733840,
   'invitorUserId': 617808774,
   'displayName': 'Kris Aylett',
   'userName': 'k.s.aylett@outlook.com',
   'emailAddress': 'k.s.aylett@outlook.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713186264610,
   'created': 1712029455,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1256560737,
   'invitorUserId': 1893952720,
   'displayName': 'Maria Campisi',
   'userName': 'mcampisi@bitbang.com',
   'emailAddress': 'mcampisi@bitbang.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512005000,
   'created': 1619512005,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1258396799,
   'invitorUserId': 1893952720,
   'displayName': 'Camille Lefebvre',
   'userName': 'camille.lefebvre@loreal.com',
   'emailAddress': 'camille.lefebvre@loreal.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1620727008995,
   'created': 1619511946,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1261799105,
   'invitorUserId': 583215149,
   'displayName': 'Ervin Arceo',
   'userName': 'ervin.arceo@emerson.com',
   'emailAddress': 'ervin.arceo@emerson.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704380371876,
   'created': 1694121849,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1264728842,
   'invitorUserId': 1893952720,
   'displayName': 'JJ Persaud',
   'userName': 'JJ.Persaud@domo.com',
   'emailAddress': 'JJ.Persaud@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1619511975,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 126614595,
   'invitorUserId': 583215149,
   'displayName': 'Maggie Chiang',
   'userName': 'maggie.chiang@withmehealth.com',
   'emailAddress': 'maggie.chiang@withmehealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1688572580428,
   'created': 1686001014,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 126620914,
   'invitorUserId': 1893952720,
   'displayName': 'Joel Egge',
   'userName': 'joel.egge@target.com',
   'emailAddress': 'joel.egge@target.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512011000,
   'created': 1619512011,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1267242239,
   'invitorUserId': 583215149,
   'displayName': 'Milena Lozina',
   'userName': 'milena.lozina@yu.edu',
   'emailAddress': 'milena.lozina@yu.edu',
   'accepted': True,
   'userType': 'USER',
   'title': 'Assistant Director of Graduate Marketing',
   'modified': 1686758684191,
   'created': 1683047109,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1276250555,
   'invitorUserId': 617808774,
   'displayName': 'Sabin Adhikari',
   'userName': 'adhikarisabin258@gmail.com',
   'emailAddress': 'adhikarisabin258@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712669093928,
   'created': 1712029456,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1276363831,
   'invitorUserId': 1893952720,
   'displayName': 'Chris Sweeney',
   'userName': 'chris.sweeney@domo.com',
   'emailAddress': 'chris.sweeney@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717076281089,
   'created': 1711390312,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 127872581,
   'invitorUserId': 583215149,
   'displayName': 'Jon Morozowski',
   'userName': 'Jon_Morozowski@conair.com',
   'emailAddress': 'Jon_Morozowski@conair.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699882264823,
   'created': 1690382293,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1280127799,
   'invitorUserId': 583215149,
   'displayName': 'Shaleen Lynce',
   'userName': 'slynce@unitedwayhouston.org',
   'emailAddress': 'slynce@unitedwayhouston.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690554337166,
   'created': 1686072148,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1283622745,
   'invitorUserId': 392468792,
   'displayName': 'Trent Parkinson',
   'userName': 'trent@busybusy.com',
   'emailAddress': 'trent@busybusy.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680024846323,
   'created': 1679668577,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 128405750,
   'invitorUserId': 1783864164,
   'displayName': 'Jeff Hart',
   'userName': 'jhart@mckeerisk.com',
   'emailAddress': 'jhart@mckeerisk.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717786362494,
   'created': 1717784876,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 128618865,
   'invitorUserId': 1893952720,
   'displayName': '9:02 - no really go to bed',
   'userName': 'test6@domo.com',
   'emailAddress': 'test6@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665172830293,
   'created': 1664939027,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1288451189,
   'invitorUserId': 509534198,
   'displayName': 'Joe Canning',
   'userName': 'Joe.canning@domo.com',
   'emailAddress': 'Joe.canning@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704981175505,
   'created': 1687336300,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 128862746,
   'invitorUserId': 1893952720,
   'displayName': 'CALEB GOODWIN',
   'userName': 'cgoodwin@regionalonehealth.org',
   'emailAddress': 'cgoodwin@regionalonehealth.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579008000,
   'created': 1618579007,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1289380886,
   'invitorUserId': 1695991852,
   'displayName': 'Riley Petersen',
   'userName': 'riley.petersen@domo.com',
   'emailAddress': 'riley.petersen@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1677266610932,
   'created': 1677263876,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1291352979,
   'invitorUserId': 694942127,
   'displayName': 'Paul Navasard',
   'userName': 'paul.navasard@domo.com',
   'emailAddress': 'paul.navasard@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1682636143503,
   'created': 1682636143,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1291523817,
   'invitorUserId': 694942127,
   'displayName': 'Stephen Barkis',
   'userName': 'stephen_barkis@vfc.com',
   'emailAddress': 'stephen_barkis@vfc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1677688148670,
   'created': 1664389637,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1294899258,
   'invitorUserId': 958797472,
   'displayName': 'Savannah West',
   'userName': 'savannah.west@domo.com',
   'emailAddress': 'savannah.west@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699377935266,
   'created': 1686077843,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 129697674,
   'invitorUserId': 587894148,
   'displayName': 'jstephenson@mistercarwash.com',
   'userName': 'jstephenson@mistercarwash.com',
   'emailAddress': 'jstephenson@mistercarwash.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680557525950,
   'created': 1680375552,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 129708464,
   'invitorUserId': 583215149,
   'displayName': 'Jonas Apuokas',
   'userName': 'jonas.apuokas@abbott.com',
   'emailAddress': 'jonas.apuokas@abbott.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686001028000,
   'created': 1686001028,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1297456291,
   'invitorUserId': 392468792,
   'displayName': 'Dean Pangelinan',
   'userName': 'dpangelinan@mergeworld.com',
   'emailAddress': 'dpangelinan@mergeworld.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717773341574,
   'created': 1677005085,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1300285022,
   'invitorUserId': 1893952720,
   'displayName': 'César Sancho',
   'userName': 'cesar.sancho@bbva.com',
   'emailAddress': 'cesar.sancho@bbva.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579112000,
   'created': 1618579111,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1300567568,
   'invitorUserId': 1893952720,
   'displayName': 'Nicholas Hutchens',
   'userName': 'nhutchens@good2grow.com',
   'emailAddress': 'nhutchens@good2grow.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579056000,
   'created': 1618579055,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1300688163,
   'invitorUserId': 1893952720,
   'displayName': 'Rob Moore',
   'userName': 'rob.moore@listers.co.uk',
   'emailAddress': 'rob.moore@listers.co.uk',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619187887230,
   'created': 1618579071,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1307127140,
   'invitorUserId': 583215149,
   'displayName': 'Leo Lo',
   'userName': 'leo.lo@frankandoak.com',
   'emailAddress': 'leo.lo@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699845715911,
   'created': 1698668807,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1309325628,
   'invitorUserId': 2088255083,
   'displayName': 'Karrah Baker',
   'userName': 'karrah.baker@domo.com',
   'emailAddress': 'karrah.baker@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1679694474480,
   'created': 1679694474,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1311515624,
   'invitorUserId': 416285069,
   'displayName': 'Amani Zanoon',
   'userName': 'amani@visionwrights.com',
   'emailAddress': 'amani@visionwrights.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699884966440,
   'created': 1673366798,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1314495818,
   'invitorUserId': 583215149,
   'displayName': 'Jen Langley',
   'userName': 'jen_langley@facinghistory.org',
   'emailAddress': 'jen_langley@facinghistory.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694178653094,
   'created': 1694121850,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 131538312,
   'invitorUserId': 1204317927,
   'displayName': 'shannon.phelps',
   'userName': 'shannon.phelps@ncino.com',
   'emailAddress': 'shannon.phelps@ncino.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1677627645722,
   'created': 1677627645,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1317416535,
   'invitorUserId': 583215149,
   'displayName': 'Devin Miranda',
   'userName': 'devin.miranda@greenchef.com',
   'emailAddress': 'devin.miranda@greenchef.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690383364000,
   'created': 1690382287,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1318781111,
   'invitorUserId': 587894148,
   'displayName': 'Mohammed Aaser',
   'userName': 'Mohammed.Aaser@domo.com',
   'emailAddress': 'Mohammed.Aaser@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1644014469,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1322230863,
   'invitorUserId': 1893952720,
   'displayName': 'Ines JAAFAR',
   'userName': 'ines.jaafar@loreal.com',
   'emailAddress': 'ines.jaafar@loreal.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619449147698,
   'created': 1618579114,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1323265289,
   'invitorUserId': 583215149,
   'displayName': 'Tanner Larsen',
   'userName': 'tanner.larsen@domo.com',
   'emailAddress': 'tanner.larsen@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691512252269,
   'created': 1689875398,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1331938026,
   'invitorUserId': 583215149,
   'displayName': 'Gabriel Lopez',
   'userName': 'glopez@juanitasfoods.com',
   'emailAddress': 'glopez@juanitasfoods.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697559456426,
   'created': 1697054733,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1332358800,
   'invitorUserId': 583215149,
   'displayName': 'Jamil Darwiche',
   'userName': 'jamil.darwiche@reveraliving.com',
   'emailAddress': 'jamil.darwiche@reveraliving.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Analyst,  Asset Management',
   'modified': 1683821568389,
   'created': 1683047113,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1332881296,
   'invitorUserId': 2088255083,
   'displayName': 'Randall Combs',
   'userName': 'randall.combs@domo.com',
   'emailAddress': 'randall.combs@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1679690752574,
   'created': 1679690752,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1334846498,
   'invitorUserId': 587894148,
   'displayName': 'Jonathan Pilafas',
   'userName': 'JPilafas@BTPartners.com',
   'emailAddress': 'JPilafas@BTPartners.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701455772000,
   'created': 1701455428,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1334944649,
   'invitorUserId': 583215149,
   'displayName': 'Namoonga Mantina',
   'userName': 'mantinan@arizona.edu',
   'emailAddress': 'mantinan@arizona.edu',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701118585829,
   'created': 1698948069,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1339082609,
   'invitorUserId': 1893952720,
   'displayName': 'Archan Bhatt',
   'userName': 'archan_bhatt@mckinsey.com',
   'emailAddress': 'archan_bhatt@mckinsey.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1621356157125,
   'created': 1621353271,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 13409734,
   'invitorUserId': 583215149,
   'displayName': 'William Weylman',
   'userName': 'Bill_Weylman@putnam.com',
   'emailAddress': 'Bill_Weylman@putnam.com',
   'phoneNumber': '617-760-1455',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699377436538,
   'created': 1698948063,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1343302620,
   'invitorUserId': 1893952720,
   'displayName': 'Israel Hernanz',
   'userName': 'israel.hernanz@bbva.com',
   'emailAddress': 'israel.hernanz@bbva.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619784472574,
   'created': 1618579076,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1345102715,
   'invitorUserId': 1345408759,
   'displayName': 'McWayne Mumford',
   'userName': 'McWayne.Mumford@domo.com',
   'emailAddress': 'McWayne.Mumford@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1665077918,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1345129084,
   'invitorUserId': 617808774,
   'displayName': 'Timothy Chang',
   'userName': 'timothy@bitaxis.com',
   'emailAddress': 'timothy@bitaxis.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713196767006,
   'created': 1712029470,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1345408759,
   'invitorUserId': 587894148,
   'displayName': 'Alexis Lorenz (DataMaven)',
   'department': 'Owner',
   'userName': 'DataMaven42@gmail.com',
   'emailAddress': 'DataMaven42@gmail.com',
   'phoneNumber': '518-496-4710',
   'accepted': True,
   'userType': 'USER',
   'title': 'Major Domo Support Specialist',
   'hireDate': 1590156374000,
   'modified': 1608744192000,
   'created': 1588960520,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1345737456,
   'invitorUserId': 1893952720,
   'displayName': 'Aditya Jain',
   'userName': 'jain_aditya95@yahoo.com',
   'emailAddress': 'jain_aditya95@yahoo.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680287553000,
   'created': 1619512006,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'alternateEmail': 'aditya@infodata.in',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1346658577,
   'invitorUserId': 392468792,
   'displayName': 'Nick Ludwig',
   'userName': 'Nick.ludwig@domo.com',
   'emailAddress': 'Nick.ludwig@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1677531359549,
   'created': 1677190810,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1348595616,
   'invitorUserId': 583215149,
   'displayName': 'Russell Schultz',
   'userName': 'Schultz.Russell@basco.com',
   'emailAddress': 'Schultz.Russell@basco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699550267000,
   'created': 1698948062,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1349172734,
   'invitorUserId': 583215149,
   'displayName': 'Audrey Tourangeau',
   'userName': 'audrey.tourangeau@frankandoak.com',
   'emailAddress': 'audrey.tourangeau@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698338953166,
   'created': 1697054726,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1350294309,
   'invitorUserId': 583215149,
   'displayName': 'Randall Moya',
   'userName': 'rmoya@ups.com',
   'emailAddress': 'rmoya@ups.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704132275058,
   'created': 1694121855,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1352687765,
   'invitorUserId': 1432167731,
   'displayName': 'Bert Torn',
   'userName': 'bert.torn@metriqzz.com',
   'emailAddress': 'bert.torn@metriqzz.com',
   'phoneNumber': '+31646662210',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717741550494,
   'created': 1717697883,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1354070971,
   'invitorUserId': 587894148,
   'displayName': 'Yehia Said',
   'userName': 'Yehia@datavative.com',
   'emailAddress': 'Yehia@datavative.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1592242231000,
   'created': 1591984150,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1356741733,
   'invitorUserId': 1893952720,
   'displayName': 'Mitchell Olinsky',
   'userName': 'mitchell.olinsky@beonpath.com',
   'emailAddress': 'mitchell.olinsky@beonpath.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512001000,
   'created': 1619512000,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1364898782,
   'invitorUserId': 1893952720,
   'displayName': 'giovanni sgambato',
   'userName': 'gsgambato@bitbang.com',
   'emailAddress': 'gsgambato@bitbang.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579065000,
   'created': 1618579065,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1366439699,
   'invitorUserId': 27,
   'displayName': 'Chuck irwin',
   'userName': 'chuck.irwin@domo.com',
   'emailAddress': 'chuck.irwin@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700518401411,
   'created': 1700518306,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1366575707,
   'invitorUserId': 1893952720,
   'displayName': 'Erik Mason',
   'userName': 'ejmdpg@gmail.com',
   'emailAddress': 'ejmdpg@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1674060694000,
   'created': 1668615342,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 136757335,
   'invitorUserId': 583215149,
   'displayName': 'Jenny Pewtherer',
   'userName': 'jennyp@onyxcorporation.net',
   'emailAddress': 'jennyp@onyxcorporation.net',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699884914546,
   'created': 1697054736,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1368493216,
   'invitorUserId': 1783864164,
   'displayName': 'Abi Fairbrother',
   'userName': 'AFairbrother@conquerww.com',
   'emailAddress': 'AFairbrother@conquerww.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1716565665000,
   'created': 1716493635,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1370941052,
   'invitorUserId': 583215149,
   'displayName': 'Luca Ranela Sabatelli',
   'userName': 'luca.ranelasabatelli@abbott.com',
   'emailAddress': 'luca.ranelasabatelli@abbott.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686001031000,
   'created': 1686001031,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1376601827,
   'invitorUserId': 1893952720,
   'displayName': 'Tyler Major',
   'department': 'Domo Client Services',
   'userName': 'Tyler.major@domo.com',
   'emailAddress': 'Tyler.major@domo.com',
   'phoneNumber': '(801)695-9914',
   'accepted': True,
   'userType': 'USER',
   'title': 'Sr. Customer Success Manager',
   'modified': 1665166064000,
   'created': 1618579074,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1379267200,
   'invitorUserId': 617808774,
   'displayName': 'Celida Solis',
   'userName': 'celida.solis@outlook.com',
   'emailAddress': 'celida.solis@outlook.com',
   'phoneNumber': '4049408834',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712581916880,
   'created': 1712029458,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1387513974,
   'invitorUserId': 958797472,
   'displayName': 'Soren Dahl',
   'userName': 'soren.dahl@domo.com',
   'emailAddress': 'soren.dahl@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686690879891,
   'created': 1686077773,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1392335990,
   'invitorUserId': 583215149,
   'displayName': 'Wilberto Cordero',
   'userName': 'wilberto.cordero@withmehealth.com',
   'emailAddress': 'wilberto.cordero@withmehealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699378122875,
   'created': 1699037657,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1393041743,
   'invitorUserId': 587894148,
   'displayName': 'andrew.meier@optiv.com',
   'userName': 'andrew.meier@optiv.com',
   'emailAddress': 'andrew.meier@optiv.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683433907809,
   'created': 1683131493,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1399847286,
   'invitorUserId': 1893952720,
   'displayName': 'Antoine Calmus',
   'userName': 'ac@calmusconseil.com',
   'emailAddress': 'ac@calmusconseil.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1641211979668,
   'created': 1619511955,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1402389708,
   'invitorUserId': 583215149,
   'displayName': 'Elvira Bannon',
   'userName': 'ebannon@tahoedonner.com',
   'emailAddress': 'ebannon@tahoedonner.com',
   'phoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705354305175,
   'created': 1690382272,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1402488205,
   'invitorUserId': 1893952720,
   'displayName': 'Federico Buffoni',
   'userName': 'federico.buffoni@everli.com',
   'emailAddress': 'federico.buffoni@everli.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512009000,
   'created': 1619512008,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1405422355,
   'invitorUserId': 583215149,
   'displayName': 'Fasal Chaudhary',
   'userName': 'fasal.chaudhary@mintecocarwash.com',
   'emailAddress': 'fasal.chaudhary@mintecocarwash.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699912455060,
   'created': 1698948066,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1406738523,
   'invitorUserId': 583215149,
   'displayName': 'Brooke Warner',
   'userName': 'brooke.warner@directbooks.com',
   'emailAddress': 'brooke.warner@directbooks.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1696964255577,
   'created': 1690382283,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 140733736,
   'invitorUserId': 583215149,
   'displayName': 'Nelita Anonuevo',
   'userName': 'nanonuevo@boastcapital.com',
   'emailAddress': 'nanonuevo@boastcapital.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687364851483,
   'created': 1686001019,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1409092465,
   'invitorUserId': 1893952720,
   'displayName': 'Carlos Casanovas',
   'userName': 'carlos@virtuagym.com',
   'emailAddress': 'carlos@virtuagym.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1620382599356,
   'created': 1619511991,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1410075577,
   'invitorUserId': 617808774,
   'displayName': 'Glenn Howe',
   'userName': 'glennhowe2@gmail.com',
   'emailAddress': 'glennhowe2@gmail.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712711278000,
   'created': 1712029454,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'alternateEmail': 'ghowe2ai@gmail.com',
   'employeeLocation': 'Tigard, Oregon',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Tigard, Oregon',
   'active': True,
   'isExplicitShare': False},
  {'id': 1410158005,
   'invitorUserId': 1893952720,
   'displayName': 'Fiona Groha',
   'userName': 'fiona.groha@ringieraxelspringer.ch',
   'emailAddress': 'fiona.groha@ringieraxelspringer.ch',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579018000,
   'created': 1618579017,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1413710032,
   'invitorUserId': 1893952720,
   'displayName': 'Nawel Medjkoune',
   'userName': 'nawel.medjkoune@loreal.com',
   'emailAddress': 'nawel.medjkoune@loreal.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619526717394,
   'created': 1619511940,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1416802348,
   'invitorUserId': 1893952720,
   'displayName': 'Dean',
   'department': '',
   'userName': 'dean.pangelinan@bluemoondigital.co',
   'emailAddress': 'dean.pangelinan@bluemoondigital.co',
   'phoneNumber': '+1 (510) 508-7344',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'timeZone': 'America/Los_Angeles',
   'modified': 1619022930265,
   'created': 1618579051,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1417035913,
   'invitorUserId': 316139172,
   'displayName': 'Fnu Khushboo',
   'userName': 'fnu.khushboo@domo.com',
   'emailAddress': 'fnu.khushboo@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1664922597,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1417635412,
   'invitorUserId': 1893952720,
   'displayName': 'Irene Lanzi',
   'userName': 'ilanzi@bitbang.com',
   'emailAddress': 'ilanzi@bitbang.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717771493800,
   'created': 1619511989,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1419106042,
   'invitorUserId': 1893952720,
   'displayName': 'marc bosvieux',
   'userName': 'mb@dataandbi.com',
   'emailAddress': 'mb@dataandbi.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511957000,
   'created': 1619511957,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1420303726,
   'invitorUserId': 1893952720,
   'displayName': 'James Henderson',
   'userName': 'james.henderson@cision.com',
   'emailAddress': 'james.henderson@cision.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701171653694,
   'created': 1618579066,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1420612807,
   'invitorUserId': 583215149,
   'displayName': 'Antoinette Aburime',
   'userName': 'Antoinette.Aburime@elevancehealth.com',
   'emailAddress': 'Antoinette.Aburime@elevancehealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717782526450,
   'created': 1690396831,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1422201990,
   'invitorUserId': 1893952720,
   'displayName': 'Justin Millheim',
   'userName': 'justin.millheim@domo.com',
   'emailAddress': 'justin.millheim@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1619511978,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1424841970,
   'invitorUserId': 583215149,
   'displayName': 'Aditya Pandey',
   'userName': 'Aditya.pandey@khoros.com',
   'emailAddress': 'Aditya.pandey@khoros.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686153943603,
   'created': 1686001023,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1427340382,
   'invitorUserId': 2088255083,
   'displayName': 'Susie Hidalgo',
   'userName': 'susie.hidalgo@domo.com',
   'emailAddress': 'susie.hidalgo@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680204294566,
   'created': 1679694352,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1428521071,
   'invitorUserId': 583215149,
   'displayName': 'Rahul Deshmukh',
   'userName': 'rdeshmukh@vaughnconstruction.com',
   'emailAddress': 'rdeshmukh@vaughnconstruction.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705959578706,
   'created': 1698948068,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1430135354,
   'invitorUserId': 587894148,
   'displayName': 'pedro.prieto@mastercard.com',
   'userName': 'pedro.prieto@mastercard.com',
   'emailAddress': 'pedro.prieto@mastercard.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1705938879673,
   'created': 1705938879,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1430590895,
   'invitorUserId': 1564544856,
   'displayName': 'David.Wills',
   'userName': 'david.wills@domo.com',
   'emailAddress': 'david.wills@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1669838455000,
   'created': 1663263196,
   'role': 'Editor',
   'roleId': 3,
   'rights': 15,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1432167731,
   'invitorUserId': 587894148,
   'displayName': 'thijs.vanwijngaarden@metriqzz.com',
   'userName': 'thijs.vanwijngaarden@metriqzz.com',
   'emailAddress': 'thijs.vanwijngaarden@metriqzz.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1724678231855,
   'created': 1701360109,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1432566836,
   'invitorUserId': 583215149,
   'displayName': 'Claire Yang',
   'userName': 'clairey@netflix.com',
   'emailAddress': 'clairey@netflix.com',
   'phoneNumber': '2069281561',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697489056206,
   'created': 1683291371,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1433566785,
   'invitorUserId': 617808774,
   'displayName': 'Swathi Hanumanthappa',
   'userName': 'swathiattigunda@gmail.com',
   'emailAddress': 'swathiattigunda@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712795143998,
   'created': 1712029462,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1436695438,
   'invitorUserId': 617808774,
   'displayName': 'Meg Parker',
   'userName': 'Meg.parker@domo.com',
   'emailAddress': 'Meg.parker@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690907488774,
   'created': 1690907426,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1437931806,
   'invitorUserId': 1893952720,
   'displayName': 'Amedeo Maggini',
   'userName': 'amaggini@bitbang.com',
   'emailAddress': 'amaggini@bitbang.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618579288000,
   'created': 1618579008,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1438019680,
   'invitorUserId': 583215149,
   'displayName': 'Hemangi Vibhute',
   'userName': 'Hemangioma.vibhute@craftww.com',
   'emailAddress': 'Hemangioma.vibhute@craftww.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1696599916000,
   'created': 1696599915,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1442284312,
   'invitorUserId': 583215149,
   'displayName': 'Jeff Laughman',
   'userName': 'jeffrey@directbooks.com',
   'emailAddress': 'jeffrey@directbooks.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690383363000,
   'created': 1690382284,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1444085156,
   'invitorUserId': 583215149,
   'displayName': 'Chance Ewell',
   'department': '',
   'userName': 'chance.ewell@domo.com',
   'emailAddress': 'chance.ewell@domo.com',
   'phoneNumber': '4352567527',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'hireDate': 1680847200000,
   'modified': 1681412084020,
   'created': 1680886854,
   'role': 'Editor',
   'roleId': 3,
   'rights': 15,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1445955258,
   'invitorUserId': 1950208331,
   'displayName': 'Walther Tang',
   'userName': 'wtang1@lenovo.com',
   'emailAddress': 'wtang1@lenovo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1713190613414,
   'created': 1713190613,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1446165056,
   'invitorUserId': 587894148,
   'displayName': 'Robyn Linden',
   'department': '',
   'userName': 'Robyn.Linden@broadwayacrossamerica.com',
   'emailAddress': 'Robyn.Linden@broadwayacrossamerica.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1588961028000,
   'created': 1588960525,
   'roleId': 2097317660,
   'alternateEmail': '',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1446658852,
   'invitorUserId': 1893952720,
   'displayName': 'Stefano Di Dato',
   'userName': 'Stefanodidato@hotmail.it',
   'emailAddress': 'Stefanodidato@hotmail.it',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512017000,
   'created': 1619512017,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1447079740,
   'invitorUserId': 68216396,
   'displayName': 'Hayden Pugmire',
   'userName': 'hayden.pugmire@podium.com',
   'emailAddress': 'hayden.pugmire@podium.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1643406591807,
   'created': 1643406591,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1447682110,
   'invitorUserId': 583215149,
   'displayName': 'Aaron Brown',
   'userName': 'abrown@aimsplus.com',
   'emailAddress': 'abrown@aimsplus.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1703800953877,
   'created': 1698948070,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 144861307,
   'invitorUserId': 617808774,
   'displayName': 'Samuel Turner',
   'userName': 'sam.t.prof@gmail.com',
   'emailAddress': 'sam.t.prof@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1715613599002,
   'created': 1712029466,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1448762979,
   'invitorUserId': 587894148,
   'displayName': 'JacobSpecht',
   'userName': 'JacobSpecht@BTPartners.com',
   'emailAddress': 'JacobSpecht@BTPartners.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1594666660433,
   'created': 1594666660,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1450482043,
   'invitorUserId': 583215149,
   'displayName': 'Pedro Medina',
   'userName': 'pedro.medina@hellofresh.com',
   'emailAddress': 'pedro.medina@hellofresh.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691763492296,
   'created': 1690382306,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1452681622,
   'invitorUserId': 583215149,
   'displayName': 'Justin McCurley',
   'userName': 'jmccurley@impactlife.org',
   'emailAddress': 'jmccurley@impactlife.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712248799026,
   'created': 1697054739,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1454084985,
   'invitorUserId': 583215149,
   'displayName': 'Scott Barnett',
   'userName': 'scott.barnett@conduent.com',
   'emailAddress': 'scott.barnett@conduent.com',
   'phoneNumber': '8013523308',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686250566165,
   'created': 1680551159,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1454491099,
   'invitorUserId': 1707466008,
   'displayName': 'Pris Lam',
   'userName': 'pris.lam@domo.com',
   'emailAddress': 'pris.lam@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1675900573104,
   'created': 1665007113,
   'role': 'Editor',
   'roleId': 3,
   'rights': 15,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1456864572,
   'invitorUserId': 583215149,
   'displayName': 'Roxana Boboescu',
   'userName': 'rboboescu@cenegenics.com',
   'emailAddress': 'rboboescu@cenegenics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695916570082,
   'created': 1694121855,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1460304297,
   'invitorUserId': 617808774,
   'displayName': 'Lauren Lacy',
   'userName': 'lauren@one-analytics.com',
   'emailAddress': 'lauren@one-analytics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1655929207000,
   'created': 1655925929,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1462075216,
   'invitorUserId': 1950208331,
   'displayName': 'Martin Hellhake',
   'userName': 'mhellhake@lenovo.com',
   'emailAddress': 'mhellhake@lenovo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1713190698734,
   'created': 1713190698,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1464199020,
   'invitorUserId': 583215149,
   'displayName': 'Juliene Dolot',
   'userName': 'Juliene.dolot@ipghealth.com',
   'emailAddress': 'Juliene.dolot@ipghealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698780591782,
   'created': 1694121851,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1465911092,
   'invitorUserId': 583215149,
   'displayName': 'Mike Upton',
   'userName': 'Mike.Upton@netspi.com',
   'emailAddress': 'Mike.Upton@netspi.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717770180709,
   'created': 1698948083,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1466717367,
   'invitorUserId': 1893952720,
   'displayName': 'Licia Maron',
   'userName': 'lmaron@bitbang.com',
   'emailAddress': 'lmaron@bitbang.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618579527035,
   'created': 1618579022,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1467802853,
   'invitorUserId': 1893952720,
   'displayName': 'Holly Rackham',
   'userName': 'holly.rackham@nccgroup.com',
   'emailAddress': 'holly.rackham@nccgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512002000,
   'created': 1619512002,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1473066133,
   'invitorUserId': 583215149,
   'displayName': 'Paul Hancock',
   'userName': 'paul.hancock@domo.com',
   'emailAddress': 'paul.hancock@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1700576110506,
   'created': 1700576110,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1473183764,
   'invitorUserId': 587894148,
   'displayName': 'tyler.clark@domo.com',
   'userName': 'tyler.clark@domo.com',
   'emailAddress': 'tyler.clark@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717771760477,
   'created': 1701360071,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1474057380,
   'invitorUserId': 1893952720,
   'displayName': 'Luisa Abate',
   'userName': 'labate@bitbang.com',
   'emailAddress': 'labate@bitbang.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511982000,
   'created': 1619511982,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1475401356,
   'invitorUserId': 583215149,
   'displayName': 'Jan Hoard',
   'userName': 'jhoard@gacities.com',
   'emailAddress': 'jhoard@gacities.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690906524005,
   'created': 1690382293,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1475938947,
   'invitorUserId': 1430590895,
   'displayName': 'Dexter Jones',
   'userName': 'dexter.jones@domo.com',
   'emailAddress': 'dexter.jones@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1675965107600,
   'created': 1675965030,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1481936434,
   'invitorUserId': 392468792,
   'displayName': 'Jenna Meier',
   'userName': 'jenna.meier@domo.com',
   'emailAddress': 'jenna.meier@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699568369789,
   'created': 1695998251,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1482815038,
   'invitorUserId': 958086679,
   'displayName': 'Michael Jordan',
   'userName': 'nate.bear+3@sony.com',
   'emailAddress': 'nate.bear+3@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712948520879,
   'created': 1712806807,
   'role': 'Participant',
   'roleId': 4,
   'rights': 1,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1482875007,
   'invitorUserId': 1893952720,
   'displayName': 'Minh-Hieu Pham',
   'userName': 'hieupm.it90@gmail.com',
   'emailAddress': 'hieupm.it90@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511991000,
   'created': 1619511990,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1484679935,
   'invitorUserId': 929460847,
   'displayName': 'Pasi Halatokoua',
   'userName': 'pasi.halatokoua@domo.com',
   'emailAddress': 'pasi.halatokoua@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1716498024304,
   'created': 1716497826,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1486961550,
   'invitorUserId': 617808774,
   'displayName': 'Kedar Deodhar',
   'userName': 'deodhar.kedar@brunswicknews.com',
   'emailAddress': 'deodhar.kedar@brunswicknews.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1656071128260,
   'created': 1655925869,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 148885605,
   'invitorUserId': 587894148,
   'displayName': 'Jeff Hart',
   'userName': 'jeff.hart@sagesure.com',
   'emailAddress': 'jeff.hart@sagesure.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1693838513613,
   'created': 1680299224,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1489262484,
   'invitorUserId': 1893952720,
   'displayName': 'Bard Higgins',
   'userName': 'bard@lookoutbi.com',
   'emailAddress': 'bard@lookoutbi.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1727796269264,
   'created': 1618579019,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1490253691,
   'invitorUserId': 617808774,
   'displayName': 'James Whitehead',
   'userName': 'James.whitehead@conduent.com',
   'emailAddress': 'James.whitehead@conduent.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686321477104,
   'created': 1686155292,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1491630095,
   'invitorUserId': 583215149,
   'displayName': 'Brandon Ramsey',
   'userName': 'bramsey@restaurant365.com',
   'emailAddress': 'bramsey@restaurant365.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691080563954,
   'created': 1690382299,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1492355789,
   'invitorUserId': 583215149,
   'displayName': 'Justin Hartzell',
   'userName': 'justin.hartzell@hellofresh.com',
   'emailAddress': 'justin.hartzell@hellofresh.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691674739524,
   'created': 1690382286,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1496003336,
   'invitorUserId': 754132743,
   'displayName': 'Kiran Singh',
   'userName': 'kiran.alexander.singh@gmail.com',
   'emailAddress': 'kiran.alexander.singh@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701119211644,
   'created': 1619107552,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 149943626,
   'invitorUserId': 587894148,
   'displayName': 'Gary Grigoryan',
   'userName': 'kgrigoryan@gmail.com',
   'emailAddress': 'kgrigoryan@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712009776396,
   'created': 1603483378,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1504505648,
   'invitorUserId': 1345408759,
   'displayName': 'Ken Lorenz',
   'department': '',
   'userName': 'ken@datamavenllc.io',
   'emailAddress': 'ken@datamavenllc.io',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1594330303000,
   'created': 1590156446,
   'roleId': 2097317660,
   'alternateEmail': '',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1504906779,
   'invitorUserId': 1768567034,
   'displayName': 'Carla Valerio',
   'userName': 'carla.valerio@cae.com',
   'emailAddress': 'carla.valerio@cae.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1689017552733,
   'created': 1687959284,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1505119319,
   'invitorUserId': 1893952720,
   'displayName': 'Ryan Graff',
   'userName': 'ryan.graff@target.com',
   'emailAddress': 'ryan.graff@target.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512011000,
   'created': 1619512010,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 150888404,
   'invitorUserId': 1752469262,
   'displayName': 'Kate.Duckham',
   'userName': 'Kate.Duckham@sony.com',
   'emailAddress': 'Kate.Duckham@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1697487520251,
   'created': 1697487520,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1510087228,
   'invitorUserId': 1728973208,
   'displayName': 'Kurt Meyer',
   'userName': 'kurtmeyers@gmail.com',
   'emailAddress': 'kurtmeyers@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1728390419610,
   'created': 1723037930,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1510707998,
   'invitorUserId': 583215149,
   'displayName': 'Stewart Johnson',
   'userName': 'stewartjohnson@esmc.org',
   'emailAddress': 'stewartjohnson@esmc.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686154912652,
   'created': 1686001011,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1511056863,
   'invitorUserId': 1893952720,
   'displayName': 'Mario Trabucco',
   'userName': 'mario.trabucco@indepenent.co.uk',
   'emailAddress': 'mario.trabucco@indepenent.co.uk',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579003000,
   'created': 1618579002,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1511288929,
   'invitorUserId': 583215149,
   'displayName': 'Damian Martinez',
   'userName': 'damianm@hourly.io',
   'emailAddress': 'damianm@hourly.io',
   'phoneNumber': '57 3004654364',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695138291333,
   'created': 1694121848,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1511706270,
   'invitorUserId': 583215149,
   'displayName': 'Kunal Gupta',
   'userName': 'kunal.gupta@khoros.com',
   'emailAddress': 'kunal.gupta@khoros.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687844836560,
   'created': 1686001022,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1515357536,
   'invitorUserId': 583215149,
   'displayName': 'Helen Yu',
   'userName': 'hailun.yu@a4media.com',
   'emailAddress': 'hailun.yu@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714673831511,
   'created': 1680633336,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1516100683,
   'invitorUserId': 617808774,
   'displayName': 'Brady Ulloa',
   'userName': 'brady.ulloa@rsl.com',
   'emailAddress': 'brady.ulloa@rsl.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686155187351,
   'created': 1686154622,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1518327550,
   'invitorUserId': 583215149,
   'displayName': 'Dave Willson',
   'userName': 'dave@provencfo.com',
   'emailAddress': 'dave@provencfo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711726941812,
   'created': 1680551170,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1521147588,
   'invitorUserId': 1893952720,
   'displayName': 'Paul Roche',
   'userName': 'paul.roche@loreal.com',
   'emailAddress': 'paul.roche@loreal.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511942000,
   'created': 1619511941,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1526226447,
   'invitorUserId': 587894148,
   'displayName': 'IsraelDuran@outlook.com',
   'userName': 'IsraelDuran@outlook.com',
   'emailAddress': 'IsraelDuran@outlook.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1706276604398,
   'created': 1699908353,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1526670194,
   'invitorUserId': 1893952720,
   'displayName': 'reza moohebat',
   'userName': 'reza@starred.com',
   'emailAddress': 'reza@starred.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512004000,
   'created': 1619512004,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 152768850,
   'invitorUserId': 475856860,
   'displayName': 'Heath Pulham',
   'userName': 'heath.pulham@domo.com',
   'emailAddress': 'heath.pulham@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700519006873,
   'created': 1700517910,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1528879682,
   'invitorUserId': 1227422648,
   'displayName': 'arturo.moctezuma',
   'userName': 'arturo.moctezuma@icumed.com',
   'emailAddress': 'arturo.moctezuma@icumed.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1688657510370,
   'created': 1688657510,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1530098431,
   'invitorUserId': 583215149,
   'displayName': 'Marleny Ortiz',
   'userName': 'marleny_ortiz@conair.com',
   'emailAddress': 'marleny_ortiz@conair.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Manager,  FP&A Systems',
   'modified': 1683048368094,
   'created': 1680551167,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1531309335,
   'invitorUserId': 583215149,
   'displayName': 'Simoné Wright',
   'userName': 'swright@turnitin.com',
   'emailAddress': 'swright@turnitin.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691033237758,
   'created': 1690382277,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1536620274,
   'invitorUserId': 583215149,
   'displayName': 'Deepak Gupta',
   'userName': 'deepak.gupta@conduent.com',
   'emailAddress': 'deepak.gupta@conduent.com',
   'phoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681153467000,
   'created': 1680551159,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1540120881,
   'invitorUserId': 583215149,
   'displayName': 'Chris Hanlon',
   'userName': 'chris@directbooks.com',
   'emailAddress': 'chris@directbooks.com',
   'phoneNumber': '9146291727',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690465617290,
   'created': 1690382281,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1542225148,
   'invitorUserId': 1893952720,
   'displayName': 'Adam Landefeld ',
   'userName': 'Adam.Landefeld@domo.com',
   'emailAddress': 'Adam.Landefeld@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1693590493425,
   'created': 1618299284,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1542489020,
   'invitorUserId': 587894148,
   'displayName': 'victor1601so@gmail.com',
   'userName': 'victor1601so@gmail.com',
   'emailAddress': 'victor1601so@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1676655307216,
   'created': 1676655307,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1542505954,
   'invitorUserId': 1893952720,
   'displayName': 'Marialisa Manuzzi',
   'department': '',
   'userName': 'mmanuzzi@bitbang.com',
   'emailAddress': 'mmanuzzi@bitbang.com',
   'phoneNumber': '00393297938250',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1642693090220,
   'created': 1618579030,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'alternateEmail': '',
   'employeeLocation': 'Bologna, Italy',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Bologna, Italy',
   'active': True,
   'isExplicitShare': False},
  {'id': 1545439064,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager5@fz.com',
   'userName': 'RestaurantManager5@fz.com',
   'emailAddress': 'RestaurantManager5@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869277120,
   'created': 1704259969,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '5',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1548024167,
   'invitorUserId': 1783864164,
   'displayName': 'Eddie Small Jr',
   'userName': 'ejsmalljr@gmail.com',
   'emailAddress': 'ejsmalljr@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713977794667,
   'created': 1713977751,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1548628586,
   'invitorUserId': 819498402,
   'displayName': 'Mike Zollinger',
   'userName': 'mike.zollinger@domo.com',
   'emailAddress': 'mike.zollinger@domo.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1673630409000,
   'created': 1668536288,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1549405309,
   'invitorUserId': 583215149,
   'displayName': 'Jeff Croskrey',
   'userName': 'Jeff_Croskrey@conair.com',
   'emailAddress': 'Jeff_Croskrey@conair.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698772589835,
   'created': 1690382296,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1550403143,
   'invitorUserId': 1562222983,
   'displayName': 'Dan Slivka',
   'userName': 'dslivka@vistaequitypartners.com',
   'emailAddress': 'dslivka@vistaequitypartners.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1676649106518,
   'created': 1675196110,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1550483411,
   'invitorUserId': 1893952720,
   'displayName': 'Enrico Pirazzini',
   'userName': 'enpirazzini@bitbang.com',
   'emailAddress': 'enpirazzini@bitbang.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1642693826127,
   'created': 1619511959,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1550854416,
   'invitorUserId': 617808774,
   'displayName': 'Perry Taylor',
   'userName': 'perry.taylor144@gmail.com',
   'emailAddress': 'perry.taylor144@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029464000,
   'created': 1712029463,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1554308974,
   'invitorUserId': 587894148,
   'displayName': 'MBektas',
   'userName': 'mbektas@heartlandhsc.com',
   'emailAddress': 'mbektas@heartlandhsc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680120790732,
   'created': 1673545971,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1560188402,
   'invitorUserId': 1866341252,
   'displayName': 'Kevin Maahs',
   'userName': 'kevin.maahs@retailinsightsllc.com',
   'emailAddress': 'kevin.maahs@retailinsightsllc.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1714057540123,
   'created': 1714057540,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1561128256,
   'invitorUserId': 583215149,
   'displayName': 'Jay Sadis',
   'userName': 'jay.sadis@a4media.com',
   'emailAddress': 'jay.sadis@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1682012093657,
   'created': 1680808173,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1561518565,
   'invitorUserId': 1893952720,
   'displayName': "Andrea D'Antonio",
   'userName': 'andreapio.dantonio@everli.com',
   'emailAddress': 'andreapio.dantonio@everli.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512027000,
   'created': 1619512026,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1562222983,
   'invitorUserId': 587894148,
   'displayName': 'hrogers@vistaequitypartners.com',
   'userName': 'hrogers@vistaequitypartners.com',
   'emailAddress': 'hrogers@vistaequitypartners.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680183956759,
   'created': 1667403149,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1564544856,
   'invitorUserId': 694942127,
   'displayName': 'shana.brennan',
   'userName': 'shana.brennan@domo.com',
   'emailAddress': 'shana.brennan@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1728410001247,
   'created': 1663194915,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1571557745,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager16@fz.com',
   'userName': 'RestaurantManager16@fz.com',
   'emailAddress': 'RestaurantManager16@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869345282,
   'created': 1704259972,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '16',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1575177145,
   'invitorUserId': 27,
   'displayName': 'Carolynn Daskalakis',
   'userName': 'carolynn.daskalakis@domo.com',
   'emailAddress': 'carolynn.daskalakis@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1588356525,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1576143491,
   'invitorUserId': 1950208331,
   'displayName': 'David Dandar',
   'userName': 'puffmagichindu@gmail.com',
   'emailAddress': 'puffmagichindu@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1724546367885,
   'created': 1724546367,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1579300917,
   'invitorUserId': 416285069,
   'displayName': 'Tharuka Gunasekara',
   'userName': 'tharuka@visionwrights.com',
   'emailAddress': 'tharuka@visionwrights.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690945221650,
   'created': 1673366848,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1580059641,
   'invitorUserId': 617808774,
   'displayName': 'KOFFI GANU',
   'userName': 'gagalison@gmail.com',
   'emailAddress': 'gagalison@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712094116819,
   'created': 1712029459,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1585681892,
   'invitorUserId': 587894148,
   'displayName': 'jdoak@onemagnify.com',
   'userName': 'jdoak@onemagnify.com',
   'emailAddress': 'jdoak@onemagnify.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1722866076591,
   'created': 1722866076,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 158618860,
   'invitorUserId': 749054906,
   'displayName': 'Aarzoo Dhillon',
   'userName': 'aarzoo.dhillon@domo.com',
   'emailAddress': 'aarzoo.dhillon@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1693522802176,
   'created': 1693412363,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1592852084,
   'invitorUserId': 583215149,
   'displayName': 'Maddie Wells',
   'userName': 'maddie.wells@domo.com',
   'emailAddress': 'maddie.wells@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705514170527,
   'created': 1697054450,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1593765755,
   'invitorUserId': 1893952720,
   'displayName': 'Divyal Choudhary',
   'userName': 'divyalchoudhary@outlook.com',
   'emailAddress': 'divyalchoudhary@outlook.com',
   'phoneNumber': '8982804881',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698339387306,
   'created': 1697817411,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1593927405,
   'invitorUserId': 749054906,
   'displayName': 'Kristine Friday',
   'userName': 'kristine.friday@domo.com',
   'emailAddress': 'kristine.friday@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1692917925332,
   'created': 1692917925,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 159409372,
   'invitorUserId': 1893952720,
   'displayName': 'muhammad abdulkafarov',
   'userName': 'muhammad.abdulkafarov@insurance-supermarket.com',
   'emailAddress': 'muhammad.abdulkafarov@insurance-supermarket.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1668379740346,
   'created': 1668379740,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1596130321,
   'invitorUserId': 68216396,
   'displayName': 'Dale Churchill',
   'userName': 'dale.churchill5@gmail.com',
   'emailAddress': 'dale.churchill5@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1718817117535,
   'created': 1718817075,
   'role': 'Editor',
   'roleId': 3,
   'rights': 15,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1596455782,
   'invitorUserId': 68216396,
   'displayName': 'kunal.kuldeep',
   'userName': 'kunal.kuldeep@deposco.com',
   'emailAddress': 'kunal.kuldeep@deposco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1708117992574,
   'created': 1675444753,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1596755774,
   'invitorUserId': 1893952720,
   'displayName': 'Ana Pulido',
   'userName': 'ana.pulido@ashton-tate.com',
   'emailAddress': 'ana.pulido@ashton-tate.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1625692972391,
   'created': 1625692972,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 15967693,
   'invitorUserId': 1893952720,
   'displayName': 'scott bybee',
   'userName': 'scott.bybee@caemilusa.com',
   'emailAddress': 'scott.bybee@caemilusa.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579014000,
   'created': 1618579014,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1598636809,
   'invitorUserId': 1725780094,
   'displayName': 'Ana Gomez Sanchez',
   'userName': 'ana.gomezsa@domo.com',
   'emailAddress': 'ana.gomezsa@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1701081073552,
   'created': 1701081073,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1599328022,
   'invitorUserId': 1893952720,
   'displayName': 'Sumeet Thapar',
   'userName': 'sumeet.thapar@ubp.com',
   'emailAddress': 'sumeet.thapar@ubp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579058000,
   'created': 1618579058,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1599436385,
   'invitorUserId': 316139172,
   'displayName': 'Ed Pettersson',
   'department': '',
   'userName': 'Ed.Pettersson@domo.com',
   'emailAddress': 'Ed.Pettersson@domo.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'hireDate': 1705388400000,
   'modified': 1705422448000,
   'created': 1665179652,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'employeeLocation': 'Domo HQ',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Domo HQ',
   'active': True,
   'isExplicitShare': False},
  {'id': 1601139623,
   'invitorUserId': 374388983,
   'displayName': 'O. gurubaxani',
   'userName': 'omprakashbasant.gurubaxani@sony.com',
   'emailAddress': 'omprakashbasant.gurubaxani@sony.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713284364201,
   'created': 1711393536,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1604848787,
   'invitorUserId': 68216396,
   'displayName': 'Joe Reynolds',
   'userName': 'j7f7r7@gmail.com',
   'emailAddress': 'j7f7r7@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705454365892,
   'created': 1683054513,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1605094930,
   'invitorUserId': 583215149,
   'displayName': 'Bikram Hazarika',
   'userName': 'bikram.hazarika@khoros.com',
   'emailAddress': 'bikram.hazarika@khoros.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686155259267,
   'created': 1686053704,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1605155302,
   'invitorUserId': 1783864164,
   'displayName': 'James Gossling',
   'userName': 'james@bispoke.io',
   'emailAddress': 'james@bispoke.io',
   'accepted': False,
   'userType': 'USER',
   'modified': 1725470451163,
   'created': 1725470451,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1605839238,
   'invitorUserId': 1345408759,
   'displayName': 'Jennifer Noyce',
   'userName': 'jnoyce@sharkninja.com',
   'emailAddress': 'jnoyce@sharkninja.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1595950000170,
   'created': 1595950000,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1611395476,
   'invitorUserId': 1783864164,
   'displayName': 'Patrick',
   'userName': 'pnegron@onemagnify.com',
   'emailAddress': 'pnegron@onemagnify.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711147421617,
   'created': 1711141999,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1611416873,
   'invitorUserId': 583215149,
   'displayName': 'Bob Clark',
   'userName': 'bob.clark@worktrucksolutions.com',
   'emailAddress': 'bob.clark@worktrucksolutions.com',
   'phoneNumber': '5305216270',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695408941164,
   'created': 1694121843,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1612175103,
   'invitorUserId': 1893952720,
   'displayName': 'Cristin Blanco',
   'userName': 'cristina.blanco@audibene.de',
   'emailAddress': 'cristina.blanco@audibene.de',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579023000,
   'created': 1618579022,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1614252468,
   'invitorUserId': 583215149,
   'displayName': 'Jennifer Sprow',
   'userName': 'jennifer.sprow@snp-rx.com',
   'emailAddress': 'jennifer.sprow@snp-rx.com',
   'phoneNumber': '626-262-1584',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683786312665,
   'created': 1683150244,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1614267487,
   'invitorUserId': 1950208331,
   'displayName': 'David Dandar',
   'userName': 'daviddandardomo@gmail.com',
   'emailAddress': 'daviddandardomo@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'America/Detroit',
   'modified': 1729521230269,
   'created': 1728995911,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1615206694,
   'invitorUserId': 68216396,
   'displayName': 'David Cunningham',
   'userName': 'dlcunnin3@gmail.com',
   'emailAddress': 'dlcunnin3@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1726079581289,
   'created': 1713457801,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 161757523,
   'invitorUserId': 148885605,
   'displayName': 'Juan Arenas',
   'userName': 'juan.arenas@sagesure.com',
   'emailAddress': 'juan.arenas@sagesure.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686328632482,
   'created': 1686328632,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1623315820,
   'invitorUserId': 587894148,
   'displayName': 'Adnan Usman',
   'userName': 'ausman@accordion.com',
   'emailAddress': 'ausman@accordion.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1674063319118,
   'created': 1673646115,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1627644702,
   'invitorUserId': 316139172,
   'displayName': 'Scott Sheffield',
   'userName': 'Scott.Sheffield@domo.com',
   'emailAddress': 'Scott.Sheffield@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1670344465785,
   'created': 1665179653,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1628021317,
   'invitorUserId': 617808774,
   'displayName': 'Aaron Dean',
   'userName': 'aaron.dean@rxa.io',
   'emailAddress': 'aaron.dean@rxa.io',
   'accepted': True,
   'userType': 'USER',
   'modified': 1693590493425,
   'created': 1655998912,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1628812063,
   'invitorUserId': 509534198,
   'displayName': 'Amelia Bentley',
   'userName': 'amelia.bentley@domo.com',
   'emailAddress': 'amelia.bentley@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1689236559546,
   'created': 1689236402,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1630318017,
   'invitorUserId': 307632801,
   'displayName': 'Dan Brinton 2',
   'userName': 'daniel.brinton@gmail.com',
   'emailAddress': 'daniel.brinton@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1673477887000,
   'created': 1673477573,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1639548482,
   'invitorUserId': 694942127,
   'displayName': 'Jason Longhurst',
   'userName': 'jason.longhurst@domo.com',
   'emailAddress': 'jason.longhurst@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1678824029739,
   'created': 1678824029,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1641144375,
   'invitorUserId': 1893952720,
   'displayName': 'Stefan Schumann',
   'userName': 'stefan.schumann@kafe.rocks',
   'emailAddress': 'stefan.schumann@kafe.rocks',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619434156723,
   'created': 1618579112,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1643055542,
   'invitorUserId': 583215149,
   'displayName': 'Tyler DeMeuse ',
   'userName': 'DeMeuse.Tyler@basco.com',
   'emailAddress': 'DeMeuse.Tyler@basco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698335667814,
   'created': 1697054728,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1643448567,
   'invitorUserId': 617808774,
   'displayName': 'Vineeth Amsham',
   'userName': 'amshamvineeth@gmail.com',
   'emailAddress': 'amshamvineeth@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029468000,
   'created': 1712029467,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1643805121,
   'invitorUserId': 1893952720,
   'displayName': 'test_editor',
   'userName': 'test_editor@domo.com',
   'emailAddress': 'test_editor@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1633645160795,
   'created': 1603811538,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1648883370,
   'invitorUserId': 583215149,
   'displayName': 'John Cannizzaro',
   'userName': 'jcannizzaro@w2ogroup.com',
   'emailAddress': 'jcannizzaro@w2ogroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690383366000,
   'created': 1690382303,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1653650421,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager6@fz.com',
   'userName': 'RestaurantManager6@fz.com',
   'emailAddress': 'RestaurantManager6@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869283299,
   'created': 1704259969,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '6',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1656078706,
   'invitorUserId': 1893952720,
   'displayName': 'Grace Brockwell',
   'userName': 'grace.brockwell@bluemoondigital.co',
   'emailAddress': 'grace.brockwell@bluemoondigital.co',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579054000,
   'created': 1618579053,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1659710621,
   'invitorUserId': 617808774,
   'displayName': 'Samhitha Nuka',
   'userName': 'snuka@iu.edu',
   'emailAddress': 'snuka@iu.edu',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712975236385,
   'created': 1712029451,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1660239002,
   'invitorUserId': 617808774,
   'displayName': 'Duy Le',
   'userName': 'duyleanh1998@gmail.com',
   'emailAddress': 'duyleanh1998@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1709847975211,
   'created': 1709847746,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1660543077,
   'invitorUserId': 958086679,
   'displayName': 'Jae Test',
   'userName': 'nate.bear+40@sony.com',
   'emailAddress': 'nate.bear+40@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1713284675508,
   'created': 1713284675,
   'role': 'Participant',
   'roleId': 4,
   'rights': 1,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1660576736,
   'invitorUserId': 583215149,
   'displayName': 'Inessa Fridman',
   'userName': 'inessa_fridman@conair.com',
   'emailAddress': 'inessa_fridman@conair.com',
   'accepted': False,
   'userType': 'USER',
   'title': 'Sr.Functional Analyst',
   'modified': 1683047101000,
   'created': 1680551168,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1663510552,
   'invitorUserId': 583215149,
   'displayName': 'Veronica Genco',
   'userName': 'vgenco@everydayhealthgroup.com',
   'emailAddress': 'vgenco@everydayhealthgroup.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700154345297,
   'created': 1698948077,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1664064133,
   'invitorUserId': 583215149,
   'displayName': 'Tiffany Green',
   'userName': 'tgreen@bacoproperties.com',
   'emailAddress': 'tgreen@bacoproperties.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695745379101,
   'created': 1694121860,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1665112798,
   'invitorUserId': 583215149,
   'displayName': 'Roberto Torres',
   'userName': 'roberto.torres@snp-rx.com',
   'emailAddress': 'roberto.torres@snp-rx.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'IT - Software specialist ',
   'modified': 1685031051663,
   'created': 1683047115,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1666073542,
   'invitorUserId': 1893952720,
   'displayName': 'Pedro Cordon',
   'userName': 'pedro.cordon@nccgroup.com',
   'emailAddress': 'pedro.cordon@nccgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511952000,
   'created': 1619511951,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1667733724,
   'invitorUserId': 68216396,
   'displayName': 'Murielle Kake',
   'userName': 'murielle.kake@greenanalyticsllc.com',
   'emailAddress': 'murielle.kake@greenanalyticsllc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680028769189,
   'created': 1678895693,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1669239819,
   'invitorUserId': 583215149,
   'displayName': 'Katarzyna Grudziaz',
   'userName': 'grudziaz.k@pg.com',
   'emailAddress': 'grudziaz.k@pg.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691078718965,
   'created': 1690382273,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1669497648,
   'invitorUserId': 1893952720,
   'displayName': 'James Fearnley',
   'userName': 'james.fearnley@nccgroup.com',
   'emailAddress': 'james.fearnley@nccgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511996000,
   'created': 1619511995,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1670130309,
   'invitorUserId': 158618860,
   'displayName': 'Mehrdad Mousapour',
   'userName': 'mehrdad.mousapour@harcourts.net',
   'emailAddress': 'mehrdad.mousapour@harcourts.net',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712186551267,
   'created': 1693522883,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1674308740,
   'invitorUserId': 583215149,
   'displayName': 'Brandon Ediger',
   'userName': 'brandon.ediger@lockton.com',
   'emailAddress': 'brandon.ediger@lockton.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699886827275,
   'created': 1694121844,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1674821429,
   'invitorUserId': 1893952720,
   'displayName': 'Mateusz Krzy?anowski',
   'userName': 'mateusz.krzyzanowski@lingarogroup.com',
   'emailAddress': 'mateusz.krzyzanowski@lingarogroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511966000,
   'created': 1619511965,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1675127148,
   'invitorUserId': 617808774,
   'displayName': 'Weilin Cheng',
   'userName': 'wncheng1225@gmail.com',
   'emailAddress': 'wncheng1225@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713557927411,
   'created': 1712029452,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1680781770,
   'invitorUserId': 583215149,
   'displayName': 'Kurt Jung',
   'userName': 'kjung@vaughnconstruction.com',
   'emailAddress': 'kjung@vaughnconstruction.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704743848208,
   'created': 1698948061,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1681443709,
   'invitorUserId': 1893952720,
   'displayName': 'test 3 - updated 2024-08-23',
   'userName': 'test3@test.com',
   'emailAddress': 'test3@test.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1724418887500,
   'created': 1664936244,
   'roleId': 810756122,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1695991852,
   'invitorUserId': 749054906,
   'displayName': 'Travis Thompson',
   'userName': 'travis.thompson@domo.com',
   'emailAddress': 'travis.thompson@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1677263846894,
   'created': 1677263741,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1698756799,
   'invitorUserId': 617808774,
   'displayName': 'Deona Easterson',
   'userName': 'deona.easterson@avb.net',
   'emailAddress': 'deona.easterson@avb.net',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691682878102,
   'created': 1690909140,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1700271359,
   'invitorUserId': 1893952720,
   'displayName': 'catherine sql',
   'userName': 'catherine.choe@sony.com',
   'emailAddress': 'catherine.choe@sony.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1675200775261,
   'created': 1674158564,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1701373377,
   'invitorUserId': 316139172,
   'displayName': 'Scott Pulley',
   'userName': 'scott.pulley@domo.com',
   'emailAddress': 'scott.pulley@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1706212446746,
   'created': 1668537861,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1702863473,
   'invitorUserId': 1893952720,
   'displayName': 'Michael Johnson',
   'userName': 'michael.johnson@bluemoondigital.co',
   'emailAddress': 'michael.johnson@bluemoondigital.co',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579061000,
   'created': 1618579060,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1703205755,
   'invitorUserId': 958797472,
   'displayName': 'Colby Duce',
   'userName': 'colby.duce@domo.com',
   'emailAddress': 'colby.duce@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712681327767,
   'created': 1686077752,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1703821116,
   'invitorUserId': 694942127,
   'displayName': 'tanner.brockbank',
   'userName': 'tanner.brockbank@domo.com',
   'emailAddress': 'tanner.brockbank@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1676490125497,
   'created': 1661370051,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1705945348,
   'invitorUserId': 158618860,
   'displayName': 'Jarard Thompson',
   'userName': 'jarard.thompson@harcourts.net',
   'emailAddress': 'jarard.thompson@harcourts.net',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704752593226,
   'created': 1693522908,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1706726125,
   'invitorUserId': 1768567034,
   'displayName': 'Ryan Berg',
   'userName': 'ryan.berg@caemilusa.com',
   'emailAddress': 'ryan.berg@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1726071838497,
   'created': 1721337777,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1707178274,
   'invitorUserId': 583215149,
   'displayName': 'Abby Fan',
   'userName': 'zhilin.fan@a4media.com',
   'emailAddress': 'zhilin.fan@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680787017257,
   'created': 1680551170,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 170736805,
   'invitorUserId': 1430590895,
   'displayName': 'josh lee',
   'userName': 'leejj@familysearch.org',
   'emailAddress': 'leejj@familysearch.org',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'America/Denver',
   'modified': 1704158758705,
   'created': 1690478486,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1707466008,
   'invitorUserId': 1893952720,
   'displayName': 'Zack Cameron',
   'userName': 'zack.cameron@domo.com',
   'emailAddress': 'zack.cameron@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717784508137,
   'created': 1650041754,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1708706984,
   'invitorUserId': 148885605,
   'displayName': 'Xavier Uzomah',
   'userName': 'xavier.uzomah@sagesure.com',
   'emailAddress': 'xavier.uzomah@sagesure.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686328493132,
   'created': 1686328493,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 171097580,
   'invitorUserId': 68216396,
   'displayName': 'Ryan Bates',
   'userName': 'ryan.bates@domo.com',
   'emailAddress': 'ryan.bates@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699299089960,
   'created': 1699298897,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 171155629,
   'invitorUserId': 1893952720,
   'displayName': 'Sameer Patel',
   'userName': 'sameer.patel@ubp.com',
   'emailAddress': 'sameer.patel@ubp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579051000,
   'created': 1618579050,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1714737020,
   'invitorUserId': 958086679,
   'displayName': 'Justin Jefferson',
   'userName': 'nate.bear+4@sony.com',
   'emailAddress': 'nate.bear+4@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712948531436,
   'created': 1712806817,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1716113104,
   'invitorUserId': 583215149,
   'displayName': 'Liz Goodman',
   'userName': 'liz.g.goodman@lowes.com',
   'emailAddress': 'liz.g.goodman@lowes.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695916894975,
   'created': 1695145798,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1717459054,
   'invitorUserId': 416285069,
   'displayName': 'Nuzhi Meyen',
   'userName': 'nuzhi@visionwrights.com',
   'emailAddress': 'nuzhi@visionwrights.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1673366865200,
   'created': 1673366865,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1718663434,
   'invitorUserId': 1783864164,
   'displayName': 'Brenda Doyon',
   'userName': 'bdoyon@archgp.com',
   'emailAddress': 'bdoyon@archgp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1728058538584,
   'created': 1728058538,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1719195338,
   'invitorUserId': 583215149,
   'displayName': 'Sarah Jimenez',
   'userName': 'sarah.jimenez@domo.com',
   'emailAddress': 'sarah.jimenez@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1689948940660,
   'created': 1689948940,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 171953057,
   'invitorUserId': 583215149,
   'displayName': 'Oliver Lange',
   'userName': 'oliver.lange@domo.com',
   'emailAddress': 'oliver.lange@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1681953726226,
   'created': 1681953726,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1720733213,
   'invitorUserId': 583215149,
   'displayName': 'Jerald Caffey',
   'userName': 'jcaffey@arml.org',
   'emailAddress': 'jcaffey@arml.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691682660432,
   'created': 1690382296,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1724492157,
   'invitorUserId': 583215149,
   'displayName': 'Andrew Justice',
   'userName': 'andrewjustice@iowaleague.org',
   'emailAddress': 'andrewjustice@iowaleague.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690468072456,
   'created': 1690382304,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1725780094,
   'invitorUserId': 1893952720,
   'displayName': 'Brett Gibson',
   'department': '',
   'userName': 'Brett.Gibson@domo.com',
   'emailAddress': 'Brett.Gibson@domo.com',
   'phoneNumber': '111',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1665166064000,
   'created': 1618299286,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1728973208,
   'invitorUserId': 475856860,
   'displayName': 'Peter Shull',
   'userName': 'shullp05@gmail.com',
   'emailAddress': 'shullp05@gmail.com',
   'phoneNumber': '706-294-3231',
   'accepted': True,
   'userType': 'USER',
   'modified': 1723134065000,
   'created': 1708549288,
   'roleId': 2097317660,
   'employeeLocation': 'North Augusta, SC',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'North Augusta, SC',
   'active': True,
   'isExplicitShare': False},
  {'id': 1730716954,
   'invitorUserId': 583215149,
   'displayName': 'Etienne Roy-liard',
   'userName': 'etienne.roy-liard@frankandoak.com',
   'emailAddress': 'etienne.roy-liard@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699465982096,
   'created': 1698668815,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1731503192,
   'invitorUserId': 1227422648,
   'displayName': 'rene.macias.h',
   'userName': 'rene.macias.h@gmail.com',
   'emailAddress': 'rene.macias.h@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1652870731430,
   'created': 1652870731,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 173326437,
   'invitorUserId': 583215149,
   'displayName': 'Caroline Rothfield',
   'userName': 'caroline.rothfield@abbott.com',
   'emailAddress': 'caroline.rothfield@abbott.com',
   'phoneNumber': '',
   'deskPhoneNumber': '+1 224-416-3188',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'America/Chicago',
   'modified': 1698950978000,
   'created': 1698948073,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'employeeLocation': 'Chicago, IL',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Chicago, IL',
   'active': True,
   'isExplicitShare': False},
  {'id': 1734948150,
   'invitorUserId': 1707466008,
   'displayName': 'Thomas Bruno',
   'userName': 'Thomas.Bruno@elevancehealth.com',
   'emailAddress': 'Thomas.Bruno@elevancehealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705532503743,
   'created': 1705424701,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1735590743,
   'invitorUserId': 1893952720,
   'displayName': 'Alessia Di Blasi',
   'userName': 'alessia.diblasi@everli.com',
   'emailAddress': 'alessia.diblasi@everli.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618588445612,
   'created': 1618579083,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1735973578,
   'invitorUserId': 1893952720,
   'displayName': 'Joshua Stan',
   'userName': 'jstan@ctifoods.com',
   'emailAddress': 'jstan@ctifoods.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618580502156,
   'created': 1618579084,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1736997538,
   'invitorUserId': 583215149,
   'displayName': 'Alissa Teves',
   'userName': 'ATeves@72sold.com',
   'emailAddress': 'ATeves@72sold.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1710953877572,
   'created': 1697054722,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1738612075,
   'invitorUserId': 1783864164,
   'displayName': 'Larry Mullins',
   'userName': 'larry.mullins@westrockcoffee.com',
   'emailAddress': 'larry.mullins@westrockcoffee.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729100496156,
   'created': 1717784846,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1743239604,
   'invitorUserId': 1893952720,
   'displayName': 'Carolina Pulido',
   'userName': 'carolina.pulido@ashton-tate.com',
   'emailAddress': 'carolina.pulido@ashton-tate.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1625692991525,
   'created': 1625692991,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1745734282,
   'invitorUserId': 587894148,
   'displayName': 'Samuel Donabedian',
   'userName': 's.donabedian@osjl.com',
   'emailAddress': 's.donabedian@osjl.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699021785967,
   'created': 1697816446,
   'roleId': 2097317660,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1745734598,
   'invitorUserId': 617808774,
   'displayName': 'Dharti Patel',
   'userName': 'dharu6327@gmail.com',
   'emailAddress': 'dharu6327@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029468000,
   'created': 1712029468,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1746885226,
   'invitorUserId': 805649835,
   'displayName': 'Jacob Folsom',
   'userName': 'jacob.folsom@domo.com',
   'emailAddress': 'jacob.folsom@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711393710532,
   'created': 1673024731,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1748840822,
   'invitorUserId': 958797472,
   'displayName': 'Taylor Faas',
   'userName': 'taylor.faas@domo.com',
   'emailAddress': 'taylor.faas@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686689111498,
   'created': 1686078024,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1752469262,
   'invitorUserId': 1893952720,
   'displayName': 'Jesus Gonzalez',
   'department': 'Data',
   'userName': 'Jesus.Gonzalez@sony.com',
   'emailAddress': 'Jesus.Gonzalez@sony.com',
   'phoneNumber': '-',
   'accepted': True,
   'userType': 'USER',
   'title': 'TPM | SM',
   'hireDate': 1703086866000,
   'modified': 1703086866350,
   'created': 1695756891,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1753446731,
   'invitorUserId': 617808774,
   'displayName': 'Tritia Ary',
   'userName': 'tritia.ary@snp-rx.com',
   'emailAddress': 'tritia.ary@snp-rx.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683217669003,
   'created': 1683217411,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1754553876,
   'invitorUserId': 583215149,
   'displayName': 'Patrick Fuller',
   'userName': 'jpfuller@restaurant365.com',
   'emailAddress': 'jpfuller@restaurant365.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1696353665864,
   'created': 1690382298,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 175496244,
   'invitorUserId': 1893952720,
   'displayName': 'Yingkun Zhu',
   'userName': 'yingkun@treez.io',
   'emailAddress': 'yingkun@treez.io',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579094000,
   'created': 1618579093,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1755736914,
   'invitorUserId': 1893952720,
   'displayName': 'Jeremy Higgs',
   'department': '',
   'userName': 'jeremy.higgs@caemilusa.com',
   'emailAddress': 'jeremy.higgs@caemilusa.com',
   'phoneNumber': '5015428070',
   'accepted': True,
   'userType': 'USER',
   'title': 'Data Technician',
   'modified': 1618933526209,
   'created': 1618579009,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1756066802,
   'invitorUserId': 583215149,
   'displayName': 'Brendan Daly',
   'userName': 'Brendan.Daly@ipghealth.com',
   'emailAddress': 'Brendan.Daly@ipghealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699891947441,
   'created': 1694121846,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1756298872,
   'invitorUserId': 1893952720,
   'displayName': 'Lacey Rogers',
   'userName': 'Lacey.Cook@domo.com',
   'emailAddress': 'Lacey.Cook@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618299283,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1758333940,
   'invitorUserId': 1893952720,
   'displayName': 'Giacomo Genovese',
   'userName': 'ggenove1@forddirect.com',
   'emailAddress': 'ggenove1@forddirect.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619467700346,
   'created': 1618579078,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1760805267,
   'invitorUserId': 583215149,
   'displayName': 'Liz Melendez',
   'userName': 'lmelendez@flcities.com',
   'emailAddress': 'lmelendez@flcities.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687363901282,
   'created': 1686001016,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1763459532,
   'invitorUserId': 1893952720,
   'displayName': 'Justice Aluya',
   'userName': 'justice.aluya@modulrfinance.com',
   'emailAddress': 'justice.aluya@modulrfinance.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579005000,
   'created': 1618579004,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1765447389,
   'invitorUserId': 583215149,
   'displayName': 'Erin Tomczyk',
   'userName': 'erin@elysianbuilt.com',
   'emailAddress': 'erin@elysianbuilt.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681412415762,
   'created': 1680551157,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1768121870,
   'invitorUserId': 583215149,
   'displayName': 'Katrina Stephens',
   'userName': 'katrina.stephens@elevancehealth.com',
   'emailAddress': 'katrina.stephens@elevancehealth.com',
   'phoneNumber': '4042349887',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683217106012,
   'created': 1683064185,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1768567034,
   'invitorUserId': 587894148,
   'displayName': 'Ashleigh Stevenson',
   'userName': 'Ashleigh.Stevenson@caemilusa.com',
   'emailAddress': 'Ashleigh.Stevenson@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729731711552,
   'created': 1588960524,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1769260964,
   'invitorUserId': 583215149,
   'displayName': 'Nick Celis',
   'userName': 'ncelis@suncommunities.com',
   'emailAddress': 'ncelis@suncommunities.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1702402469695,
   'created': 1698948071,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1771178911,
   'invitorUserId': 1783864164,
   'displayName': 'Emir Ozdemir',
   'userName': 'emir.ozdemir@domo.com',
   'emailAddress': 'emir.ozdemir@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714164279943,
   'created': 1714162341,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1774387618,
   'invitorUserId': 1898323170,
   'displayName': 'Cadell Falconer',
   'userName': 'cadell.falconer@domo.com',
   'emailAddress': 'cadell.falconer@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1634777100,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 177583908,
   'invitorUserId': 1893952720,
   'displayName': 'hunter.brown',
   'userName': 'hunter.brown@tstelemed.com',
   'emailAddress': 'hunter.brown@tstelemed.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1728915304565,
   'created': 1689771452,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1777136407,
   'invitorUserId': 587894148,
   'displayName': 'matthew.goehausen@optiv.com',
   'userName': 'matthew.goehausen@optiv.com',
   'emailAddress': 'matthew.goehausen@optiv.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1683131570192,
   'created': 1683131570,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1781257044,
   'invitorUserId': 583215149,
   'displayName': 'Nikolas Webb',
   'userName': 'nikolas.webb@reveraliving.com',
   'emailAddress': 'nikolas.webb@reveraliving.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Data Analytics',
   'modified': 1685030473316,
   'created': 1683047111,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1782656484,
   'invitorUserId': 453523183,
   'displayName': 'david.furness',
   'userName': 'david.furness@craftww.com',
   'emailAddress': 'david.furness@craftww.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698663711826,
   'created': 1698663711,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1783658226,
   'invitorUserId': 68216396,
   'displayName': 'Michael Crecca',
   'userName': 'Michael.Crecca@getbuilt.com',
   'emailAddress': 'Michael.Crecca@getbuilt.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1645580344653,
   'created': 1645580344,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1783864164,
   'invitorUserId': 1768567034,
   'displayName': 'Eddie Small',
   'userName': 'Eddie.small@domo.com',
   'emailAddress': 'Eddie.small@domo.com',
   'phoneNumber': '3176906250',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701974609009,
   'created': 1664400068,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1786266563,
   'invitorUserId': 617808774,
   'displayName': 'Adam Gill',
   'userName': 'adam.douglas.gill@gmail.com',
   'emailAddress': 'adam.douglas.gill@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712029451000,
   'created': 1712029451,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1786804487,
   'invitorUserId': 27,
   'displayName': 'Khushboo',
   'userName': 'khushboo@domo.com',
   'emailAddress': 'khushboo@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701291697710,
   'created': 1700518291,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 178731478,
   'invitorUserId': 617808774,
   'displayName': 'Carlos Kemeny',
   'userName': 'carlos@procureml.com',
   'emailAddress': 'carlos@procureml.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1649885949631,
   'created': 1644001398,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1788357829,
   'invitorUserId': 583215149,
   'displayName': 'Amanda Rose',
   'userName': 'arose@directpathhealth.com',
   'emailAddress': 'arose@directpathhealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691513108602,
   'created': 1690395988,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1789075946,
   'invitorUserId': 1893952720,
   'displayName': 'David Pazmino',
   'userName': 'david.pazmino@ashton-tate.com',
   'emailAddress': 'david.pazmino@ashton-tate.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1625692959300,
   'created': 1625692959,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 179439276,
   'invitorUserId': 583215149,
   'displayName': 'Wendy Lupton',
   'userName': 'wlupton@impactlife.org',
   'emailAddress': 'wlupton@impactlife.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699980939680,
   'created': 1698948065,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1797205472,
   'invitorUserId': 2088255083,
   'displayName': 'Rachel Richards',
   'userName': 'rrichards@visualedge.com',
   'emailAddress': 'rrichards@visualedge.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680004981434,
   'created': 1679947400,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1798117326,
   'invitorUserId': 617808774,
   'displayName': 'Ankit Patel',
   'userName': 'ankit.patel@telus.com',
   'emailAddress': 'ankit.patel@telus.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1656428460074,
   'created': 1655925563,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1798945942,
   'invitorUserId': 148885605,
   'displayName': 'Cody Cooper',
   'userName': 'cody.cooper@sagesure.com',
   'emailAddress': 'cody.cooper@sagesure.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686328199223,
   'created': 1686328199,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1799092117,
   'invitorUserId': 1893952720,
   'displayName': 'Ell Shroff',
   'userName': 'ecs@ugroup.co.uk',
   'emailAddress': 'ecs@ugroup.co.uk',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618842514988,
   'created': 1618579048,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 17995996,
   'invitorUserId': 1893952720,
   'displayName': 'Federico Bassi',
   'userName': 'fbassi@bitbang.com',
   'emailAddress': 'fbassi@bitbang.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618579247603,
   'created': 1618579063,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1799629516,
   'invitorUserId': 1893952720,
   'displayName': 'Jason Prasad',
   'userName': 'jasonp@starsgroup.com',
   'emailAddress': 'jasonp@starsgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579047000,
   'created': 1618579046,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1800882529,
   'invitorUserId': 583215149,
   'displayName': 'Kethra Keeling',
   'userName': 'kethrakeeling@proassurance.com',
   'emailAddress': 'kethrakeeling@proassurance.com',
   'phoneNumber': '4157352016',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699284402379,
   'created': 1698948060,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1802832310,
   'invitorUserId': 1893952720,
   'displayName': 'thomas sql',
   'userName': 'thomas.murphy@sony.com',
   'emailAddress': 'thomas.murphey@sony.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1674158650216,
   'created': 1674158581,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1802840904,
   'invitorUserId': 1893952720,
   'displayName': 'test23@test.com - via dl 2023-03-16',
   'userName': 'test23@test.com',
   'emailAddress': 'test23@test.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869108063,
   'created': 1679010842,
   'role': 'Participant',
   'roleId': 4,
   'rights': 1,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1805731885,
   'invitorUserId': 587894148,
   'displayName': 'hworsham@onemagnify.com',
   'userName': 'hworsham@onemagnify.com',
   'emailAddress': 'hworsham@onemagnify.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1721924255474,
   'created': 1721924255,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1806398279,
   'invitorUserId': 1893952720,
   'displayName': 'corien van den Brandeler',
   'userName': 'corien.vandenbrandeler@talpanetwork.com',
   'emailAddress': 'corien.vandenbrandeler@talpanetwork.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512022000,
   'created': 1619512021,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1806588371,
   'invitorUserId': 587894148,
   'displayName': 'diegop.analytics@gmail.com',
   'userName': 'diegop.analytics@gmail.com',
   'emailAddress': 'diegop.analytics@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1710444148650,
   'created': 1657742326,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1811602058,
   'invitorUserId': 1950208331,
   'displayName': 'Tom Heritage',
   'userName': 'theritage@lenovo.com',
   'emailAddress': 'theritage@lenovo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1713190559815,
   'created': 1713190559,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1811636355,
   'invitorUserId': 583215149,
   'displayName': 'Katie Silguero',
   'userName': 'katie.silguero@khoroso.com',
   'emailAddress': 'katie.silguero@khoros.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686756837269,
   'created': 1686001021,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1813699598,
   'invitorUserId': 587894148,
   'displayName': 'bshifrin@btpartners.com',
   'userName': 'bshifrin@btpartners.com',
   'emailAddress': 'bshifrin@btpartners.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1715027051116,
   'created': 1686322781,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1814731034,
   'invitorUserId': 583215149,
   'displayName': 'Ben Kocsis',
   'userName': 'bkocsis4@ford.com',
   'emailAddress': 'bkocsis4@ford.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700141037028,
   'created': 1698948084,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1817189445,
   'invitorUserId': 1893952720,
   'displayName': 'Keerthi Kommuri',
   'userName': 'keerthi.kommuri@everli.com',
   'emailAddress': 'keerthi.kommuri@everli.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579099000,
   'created': 1618579098,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1819193468,
   'invitorUserId': 1893952720,
   'displayName': 'Anthony Williams',
   'userName': 'anthony.williams@listers.co.uk',
   'emailAddress': 'anthony.williams@listers.co.uk',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618579895105,
   'created': 1618579079,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1819752006,
   'invitorUserId': 1893952720,
   'displayName': 'akanksha sabharwal',
   'userName': 'akanksha.sabharwal@unilever.com',
   'emailAddress': 'akanksha.sabharwal@unilever.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618813282005,
   'created': 1618579021,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 182025737,
   'invitorUserId': 617808774,
   'displayName': 'Tyler Lachney',
   'userName': 'tlachney.tl@gmail.com',
   'emailAddress': 'tlachney.tl@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714137455649,
   'created': 1712029456,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1822176796,
   'invitorUserId': 1797205472,
   'displayName': 'Kimberly Hocking',
   'userName': 'khocking@visualedge.com',
   'emailAddress': 'khocking@visualedge.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1680005072223,
   'created': 1680005072,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1823590023,
   'invitorUserId': 583215149,
   'displayName': 'Surya Gupta',
   'userName': 'gupta.s.63@pg.com',
   'emailAddress': 'gupta.s.63@pg.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1694121859000,
   'created': 1694121858,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1823837054,
   'invitorUserId': 583215149,
   'displayName': 'Brennan Hickok',
   'userName': 'brennanh@amljia.org',
   'emailAddress': 'brennanh@amljia.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686001016000,
   'created': 1686001016,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1825354355,
   'invitorUserId': 583215149,
   'displayName': 'Aaron Lemley',
   'userName': 'alemley@thisisoutcast.com',
   'emailAddress': 'alemley@thisisoutcast.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695312442040,
   'created': 1694121840,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1826194919,
   'invitorUserId': 27,
   'displayName': 'Tanner Garrett',
   'userName': 'Tanner.Garrett@domo.com',
   'emailAddress': 'Tanner.Garrett@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717774653805,
   'created': 1715190807,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1827807231,
   'invitorUserId': 587894148,
   'displayName': 'adrien.lahaye@koodomobile.com',
   'userName': 'adrien.lahaye@koodomobile.com',
   'emailAddress': 'adrien.lahaye@koodomobile.com',
   'phoneNumber': '4184562863',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'America/Montreal',
   'modified': 1676735849533,
   'created': 1676655179,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1827996033,
   'invitorUserId': 583215149,
   'displayName': 'Dustin Jones',
   'userName': 'dustin@unifiedcommercegroup.com',
   'emailAddress': 'dustin@unifiedcommercegroup.com',
   'accepted': False,
   'userType': 'USER',
   'title': 'CEO',
   'modified': 1698668807000,
   'created': 1698668806,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1831527649,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager15@fz.com',
   'userName': 'RestaurantManager15@fz.com',
   'emailAddress': 'RestaurantManager15@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869339055,
   'created': 1704259972,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '15',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1833256765,
   'invitorUserId': 694942127,
   'displayName': 'Aaron Schofield',
   'userName': 'aaron.schofield@domo.com',
   'emailAddress': 'aaron.schofield@domo.com',
   'phoneNumber': '8014943897',
   'accepted': True,
   'userType': 'USER',
   'modified': 1668445729954,
   'created': 1664398323,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1835516806,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager10@fz.com',
   'userName': 'RestaurantManager10@fz.com',
   'emailAddress': 'RestaurantManager10@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869308055,
   'created': 1704259971,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '10',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1838657427,
   'invitorUserId': 68216396,
   'displayName': 'casey.sussman',
   'userName': 'casey.sussman@gmail.com',
   'emailAddress': 'casey.sussman@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729555389262,
   'created': 1673644501,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1843503485,
   'invitorUserId': 1893952720,
   'displayName': 'Minh-Hieu Pham',
   'userName': 'minh-hieu.pham@loreal.com',
   'emailAddress': 'minh-hieu.pham@loreal.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511945000,
   'created': 1619511944,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1844820961,
   'invitorUserId': 583215149,
   'displayName': 'Scott Soderstrom',
   'userName': 'scott@lgit.org',
   'emailAddress': 'scott@lgit.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691512299068,
   'created': 1690382279,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1845792835,
   'invitorUserId': 1575177145,
   'displayName': 'Shelly Morrison',
   'userName': 'Shelley.morrison@hotmail.com',
   'emailAddress': 'Shelley.morrison@hotmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1609788590330,
   'created': 1608575618,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1847316376,
   'invitorUserId': 583215149,
   'displayName': 'Diane Becker',
   'userName': 'diane.becker@larmpool.org',
   'emailAddress': 'diane.becker@larmpool.org',
   'phoneNumber': '4023146827',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690830025885,
   'created': 1690382270,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1851274304,
   'invitorUserId': 583215149,
   'displayName': 'Shawn Phonechaleun',
   'userName': 'shawn.phonechaleun@reveraliving.com',
   'emailAddress': 'shawn.phonechaleun@reveraliving.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Director,  Revenue Management',
   'modified': 1727106013192,
   'created': 1683047112,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1853825438,
   'invitorUserId': 1893952720,
   'displayName': 'Test User 1 - updated 2024-03-21 07:04:03.047473',
   'userName': 'test_automate@sony.com',
   'emailAddress': 'test_automate@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1711004643221,
   'created': 1710949236,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1855865982,
   'invitorUserId': 1893952720,
   'displayName': 'Nana Wilson',
   'userName': 'Nana.wilson@cision.com',
   'emailAddress': 'Nana.wilson@cision.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619086411272,
   'created': 1618579068,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1857675503,
   'invitorUserId': 1752469262,
   'displayName': 'Jesus Gonzalez',
   'userName': 'jesus.gonzalez@rady.ucsd.edu',
   'emailAddress': 'jesus.gonzalez@rady.ucsd.edu',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699747541000,
   'created': 1699747244,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1860458599,
   'invitorUserId': 1893952720,
   'displayName': 'Chiara Rotolo',
   'userName': 'Amtchiara@gmail.com',
   'emailAddress': 'Amtchiara@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1706119949692,
   'created': 1619512025,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1862949161,
   'invitorUserId': 514559307,
   'displayName': 'Janice Wang',
   'userName': 'jwang16@wsgc.com',
   'emailAddress': 'jwang16@wsgc.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1678230803659,
   'created': 1678230803,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1863616231,
   'invitorUserId': 1893952720,
   'displayName': 'Sofia Rocha',
   'userName': 'sofia.rocha@edp.com',
   'emailAddress': 'sofia.rocha@edp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511973000,
   'created': 1619511973,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1863976775,
   'invitorUserId': 1405422355,
   'displayName': 'Mint IT Admin',
   'userName': 'it@mintecocarwash.com',
   'emailAddress': 'it@mintecocarwash.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699912690276,
   'created': 1699912127,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1865099622,
   'invitorUserId': 1345408759,
   'displayName': 'Ben Schein',
   'userName': 'Ben.Schein@domo.com',
   'emailAddress': 'Ben.Schein@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729798531428,
   'created': 1594224885,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1866341252,
   'invitorUserId': 1430590895,
   'displayName': 'Ashley Humpherys',
   'userName': 'Ashley.humpherys@retailinsightsllc.com',
   'emailAddress': 'Ashley.humpherys@retailinsightsllc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717773699244,
   'created': 1690918754,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1870751862,
   'invitorUserId': 617808774,
   'displayName': 'Lyndon Bye',
   'userName': 'Lyndon.bye@conduent.com',
   'emailAddress': 'Lyndon.bye@conduent.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1693817755089,
   'created': 1686762589,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1870908158,
   'invitorUserId': 583215149,
   'displayName': 'Nicola West',
   'userName': 'nicola.west@medius.com',
   'emailAddress': 'nicola.west@medius.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695137607578,
   'created': 1694121853,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1879536064,
   'invitorUserId': 1893952720,
   'displayName': 'Muhammad Anzer',
   'userName': 'muhammad.anzer@tstelemed.com',
   'emailAddress': 'muhammad.anzer@tstelemed.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1682685236334,
   'created': 1677779582,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1884872332,
   'invitorUserId': 583215149,
   'displayName': 'Crystal Stumpo',
   'userName': 'crystal.stumpo@reveraliving.com',
   'emailAddress': 'crystal.stumpo@reveraliving.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Manager - Business Analytics',
   'modified': 1685031502033,
   'created': 1683047114,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1884982085,
   'invitorUserId': 583215149,
   'displayName': 'Daryl Hyde',
   'userName': 'daryl.hyde@craftww.com',
   'emailAddress': 'daryl.hyde@craftww.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704278847625,
   'created': 1690382292,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1886272687,
   'invitorUserId': 583215149,
   'displayName': 'Harold Shewell',
   'userName': 'harold.shewell@domo.com',
   'emailAddress': 'harold.shewell@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1697569946766,
   'created': 1697569946,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1892854889,
   'invitorUserId': 1893952720,
   'displayName': 'Mike Ford',
   'userName': 'mford110@forddirect.com',
   'emailAddress': 'mford110@forddirect.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579087000,
   'created': 1618579086,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1894642361,
   'invitorUserId': 392468792,
   'displayName': 'Mike Tong',
   'userName': 'mike.tong@domo.com',
   'emailAddress': 'mike.tong@domo.com',
   'phoneNumber': '312-479-7863',
   'accepted': True,
   'userType': 'USER',
   'modified': 1696532019392,
   'created': 1695415726,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1894829946,
   'invitorUserId': 68216396,
   'displayName': 'Michael Johnson',
   'userName': 'mkjohnson@protonmail.com',
   'emailAddress': 'mkjohnson@protonmail.com',
   'phoneNumber': '434-945-0019',
   'accepted': True,
   'userType': 'USER',
   'modified': 1715191087266,
   'created': 1675445976,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1895530863,
   'invitorUserId': 1893952720,
   'displayName': 'Dario Formica',
   'userName': 'dformica@bitbang.com',
   'emailAddress': 'dformica@bitbang.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619174421791,
   'created': 1618579056,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1898323170,
   'invitorUserId': 1893952720,
   'displayName': 'Creed Smith',
   'userName': 'creed.smith@domo.com',
   'emailAddress': 'creed.smith@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1667236492776,
   'created': 1631298594,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1901097935,
   'invitorUserId': 1893952720,
   'displayName': 'Gaspare Mura',
   'userName': 'gaspare.mura@atelier.technology',
   'emailAddress': 'gaspare.mura@atelier.technology',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579110000,
   'created': 1618579110,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1902279940,
   'invitorUserId': 587894148,
   'displayName': 'emmanuel.harry@vepcontrator.com',
   'userName': 'emmanuel.harry@vepcontrator.com',
   'emailAddress': 'emmanuel.harry@vepcontrator.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1676655094165,
   'created': 1676655094,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1902508626,
   'invitorUserId': 583215149,
   'displayName': 'Emile Luma',
   'userName': 'elumas@ups.com',
   'emailAddress': 'elumas@ups.com',
   'phoneNumber': '972-746-0980',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690393853279,
   'created': 1690391475,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1906627316,
   'invitorUserId': 1893952720,
   'displayName': 'test_participant',
   'userName': 'test_participant@domo.com',
   'emailAddress': 'test_participant@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1620421729918,
   'created': 1603811014,
   'role': 'Participant',
   'roleId': 4,
   'rights': 1,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1907873006,
   'invitorUserId': 1204317927,
   'displayName': 'William',
   'userName': 'William.ton-that@transport.nsw.gov.au',
   'emailAddress': 'William.ton-that@transport.nsw.gov.au',
   'accepted': True,
   'userType': 'USER',
   'modified': 1675450460221,
   'created': 1675450354,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1908234603,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager4@fz.com',
   'userName': 'RestaurantManager4@fz.com',
   'emailAddress': 'RestaurantManager4@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869270923,
   'created': 1704259969,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '4',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 190916666,
   'invitorUserId': 1893952720,
   'displayName': 'Sierra Smith',
   'userName': 'sierra.smith@roberthalf.com',
   'emailAddress': 'sierra.smith@roberthalf.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579089000,
   'created': 1618579088,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1909441383,
   'invitorUserId': 617808774,
   'displayName': 'Dave Hunt',
   'userName': 'dave.hunt@domo.com',
   'emailAddress': 'dave.hunt@domo.com',
   'phoneNumber': '8888888888',
   'accepted': True,
   'userType': 'USER',
   'modified': 1692031007847,
   'created': 1691707546,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 191198922,
   'invitorUserId': 583215149,
   'displayName': 'Teri Dawso',
   'userName': 'tdawso@ups.com',
   'emailAddress': 'tdawso@ups.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690906384182,
   'created': 1690382280,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1915469585,
   'invitorUserId': 1227422648,
   'displayName': 'arturo.moctezuma',
   'userName': 'arturo.moctezuma@gmail.com',
   'emailAddress': 'arturo.moctezuma@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1688657663030,
   'created': 1688657663,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1920237552,
   'invitorUserId': 1768567034,
   'displayName': 'Sarah Ajaeb',
   'userName': 'sarah.ajaeb@caemilusa.com',
   'emailAddress': 'sarah.ajaeb@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1719413576031,
   'created': 1718046926,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1921150296,
   'invitorUserId': 1204317927,
   'displayName': 'Daniella Romanaggi',
   'userName': 'daniella@keynesdigital.com',
   'emailAddress': 'daniella@keynesdigital.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1675447669896,
   'created': 1675447629,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1927492621,
   'invitorUserId': 388564516,
   'displayName': 'Marcus Jenkins',
   'userName': 'Marcus.jenkins@medius.com',
   'emailAddress': 'Marcus.jenkins@medius.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714407875514,
   'created': 1710442056,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1928626440,
   'invitorUserId': 1893952720,
   'displayName': 'Klifford Holly',
   'userName': 'klifford.holly@guidepointsecurity.com',
   'emailAddress': 'klifford.holly@guidepointsecurity.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512003000,
   'created': 1619512003,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1930483214,
   'invitorUserId': 587894148,
   'displayName': 'nikki@basebrands.com',
   'userName': 'nikki@basebrands.com',
   'emailAddress': 'nikki@basebrands.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1727960808852,
   'created': 1705939032,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1930954970,
   'invitorUserId': 583215149,
   'displayName': 'Signe Pastrani',
   'userName': 'Signe.Pastran@domo.com',
   'emailAddress': 'Signe.Pastran@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698669716943,
   'created': 1698669716,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1933172894,
   'invitorUserId': 583215149,
   'displayName': 'Efe Ogufere',
   'userName': 'efe@ulula.com',
   'emailAddress': 'efe@ulula.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697057661871,
   'created': 1697054731,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1935496824,
   'invitorUserId': 1893952720,
   'displayName': 'Luca Frazzoni',
   'userName': 'lfrazzoni@bitbang.com',
   'emailAddress': 'lfrazzoni@bitbang.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619186443929,
   'created': 1618579069,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1937166519,
   'invitorUserId': 416285069,
   'displayName': 'Lynda Kroeger',
   'userName': 'lynda@visionwrights.com',
   'emailAddress': 'lynda@visionwrights.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717769009615,
   'created': 1706294883,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1937892219,
   'invitorUserId': 1893952720,
   'displayName': 'Cristina Valent',
   'userName': 'cvalent@bitbang.com',
   'emailAddress': 'cvalent@bitbang.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511981000,
   'created': 1619511981,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1939536265,
   'invitorUserId': 1893952720,
   'displayName': 'Abby Zimmerman',
   'userName': 'abby@freightos.com',
   'emailAddress': 'abby@freightos.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579010000,
   'created': 1618579010,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1940512896,
   'invitorUserId': 68216396,
   'displayName': 'Maxwell Isley',
   'userName': 'maxwellisley@gmail.com',
   'emailAddress': 'maxwellisley@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1702246916887,
   'created': 1702246916,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1943381220,
   'invitorUserId': 583215149,
   'displayName': 'Julia Rossi',
   'userName': 'julia.rossi@frankandoak.com',
   'emailAddress': 'julia.rossi@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698338100155,
   'created': 1697054739,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1946374552,
   'invitorUserId': 583215149,
   'displayName': 'Ben Karpas',
   'userName': 'ben.karpas@directbooks.com',
   'emailAddress': 'ben.karpas@directbooks.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691683603039,
   'created': 1690382282,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1946667072,
   'invitorUserId': 587894148,
   'displayName': 'jon.mendenhall@domo.com',
   'userName': 'jon.mendenhall@domo.com',
   'emailAddress': 'jon.mendenhall@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1676655386838,
   'created': 1676655345,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1950208331,
   'invitorUserId': 68216396,
   'displayName': 'Justin Walsh',
   'userName': 'jwalsh3@lenovo.com',
   'emailAddress': 'jwalsh3@lenovo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729040635919,
   'created': 1712941062,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1951475044,
   'invitorUserId': 583215149,
   'displayName': 'Michael Pepper',
   'userName': 'michael_pepper@conair.com',
   'emailAddress': 'michael_pepper@conair.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'SAP Architect',
   'modified': 1694458686817,
   'created': 1683047095,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1951890629,
   'invitorUserId': 958797472,
   'displayName': 'Loni Fa',
   'userName': 'Loni.fa@domo.com',
   'emailAddress': 'Loni.fa@domo.com',
   'phoneNumber': '9255881353',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687989657947,
   'created': 1686078579,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1952630085,
   'invitorUserId': 583215149,
   'displayName': 'John Sanchez',
   'userName': 'john@rugiet.com',
   'emailAddress': 'john@rugiet.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698948087000,
   'created': 1698948086,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1955960782,
   'invitorUserId': 587894148,
   'displayName': 'Caio Pimenta',
   'userName': 'cpimenta@soldejaneiro.com',
   'emailAddress': 'cpimenta@soldejaneiro.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1728930466394,
   'created': 1668183668,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1957334859,
   'invitorUserId': 1893952720,
   'displayName': 'fz_CEO1@fz.com',
   'userName': 'CEO1@fz.com',
   'emailAddress': 'CEO1@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869252334,
   'created': 1704258433,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '1',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1957552134,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager17@fz.com',
   'userName': 'RestaurantManager17@fz.com',
   'emailAddress': 'RestaurantManager17@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869351492,
   'created': 1704259972,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '17',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1957615361,
   'invitorUserId': 68216396,
   'displayName': 'Robert Sutton',
   'userName': 'Robert@teamworksgroup.com',
   'emailAddress': 'Robert@teamworksgroup.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1671225914320,
   'created': 1671225821,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 19623317,
   'invitorUserId': 587894148,
   'displayName': 'tanner.tilby@domo.com',
   'userName': 'tanner.tilby@domo.com',
   'emailAddress': 'tanner.tilby@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686324443699,
   'created': 1686324443,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1965787872,
   'invitorUserId': 1893952720,
   'displayName': 'Milán Balázs',
   'userName': 'milan@iihnordic.com',
   'emailAddress': 'milan@iihnordic.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1623071655668,
   'created': 1618579107,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1965815240,
   'invitorUserId': 587894148,
   'displayName': 'Colemen Wilson',
   'userName': 'colemenw@gmail.com',
   'emailAddress': 'colemenw@gmail.com',
   'phoneNumber': '801-824-1169',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701648743000,
   'created': 1696440555,
   'roleId': 2097317660,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1966345729,
   'invitorUserId': 587894148,
   'displayName': 'jake.butterfield@ferebeelane.com',
   'userName': 'jake.butterfield@ferebeelane.com',
   'emailAddress': 'jake.butterfield@ferebeelane.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712171793289,
   'created': 1699908330,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1967686990,
   'invitorUserId': 1893952720,
   'displayName': 'fz_Owner12@fz.com',
   'userName': 'Owner12@fz.com',
   'emailAddress': 'Owner12@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869320468,
   'created': 1704258434,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '12',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1968583093,
   'invitorUserId': 583215149,
   'displayName': 'Curtis Philipp',
   'department': '',
   'userName': 'curtis.phillip@domo.com',
   'emailAddress': 'curtis.philipp@domo.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': False,
   'userType': 'USER',
   'title': '',
   'hireDate': 1681880400000,
   'modified': 1681954387282,
   'created': 1681954021,
   'roleId': 2097317660,
   'employeeLocation': '',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 1968947252,
   'invitorUserId': 587894148,
   'displayName': 'cfrost@hsdmetrics.com',
   'userName': 'cfrost@hsdmetrics.com',
   'emailAddress': 'cfrost@hsdmetrics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701115420753,
   'created': 1687364283,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 196911065,
   'invitorUserId': 1893952720,
   'displayName': 'Mark Green',
   'userName': 'mark.green@domo.com',
   'emailAddress': 'mark.green@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1619511974,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 197037442,
   'invitorUserId': 583215149,
   'displayName': 'LImin Lu',
   'userName': 'limin.lu@abbott.com',
   'emailAddress': 'limin.lu@abbott.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686756046720,
   'created': 1686001025,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1975818067,
   'invitorUserId': 1893952720,
   'displayName': 'Stephanie Galfano',
   'userName': 'stephanie.galfano@ge.com',
   'emailAddress': 'stephanie.galfano@ge.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579050000,
   'created': 1618579050,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1978433201,
   'invitorUserId': 583215149,
   'displayName': 'Liz Spencer',
   'userName': 'ESpencer3@ameritfleet.com',
   'emailAddress': 'ESpencer3@ameritfleet.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1697054742000,
   'created': 1697054742,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1980514385,
   'invitorUserId': 1893952720,
   'displayName': 'Michael Mayer',
   'userName': 'Michael@businessaffinityconsulting.com',
   'emailAddress': 'Michael@businessaffinityconsulting.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618580395538,
   'created': 1618579061,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1983575142,
   'invitorUserId': 1893952720,
   'displayName': 'Vishwesh Deore',
   'userName': 'Vishwesh.deore@domo.com',
   'emailAddress': 'Vishwesh.deore@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714135048211,
   'created': 1618579087,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1984590300,
   'invitorUserId': 587894148,
   'displayName': 'Ryan Nathenson',
   'userName': 'RNathenson@BTPartners.com',
   'emailAddress': 'RNathenson@BTPartners.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1636561919658,
   'created': 1636561919,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 1984776325,
   'invitorUserId': 392468792,
   'displayName': 'Lexi Allsop',
   'userName': 'lexiallsop@harmonsgrocery.com',
   'emailAddress': 'lexiallsop@harmonsgrocery.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683040860437,
   'created': 1681926528,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1985157190,
   'invitorUserId': 583215149,
   'displayName': 'Sachin Jha',
   'userName': 'Sachin.jha@coviacorp.com',
   'emailAddress': 'Sachin.jha@coviacorp.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1706285629714,
   'created': 1686001018,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 1986430038,
   'invitorUserId': 29257675,
   'displayName': 'Shivam Desai',
   'userName': 'desaishvm@gmail.com',
   'emailAddress': 'desaishvm@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729263318639,
   'created': 1716564159,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2003932862,
   'invitorUserId': 617808774,
   'displayName': 'Poe Myint',
   'userName': 'poemy.18@gmail.com',
   'emailAddress': 'poemy.18@gmail.com',
   'phoneNumber': '4075347293',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714152538153,
   'created': 1712029464,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2007069911,
   'invitorUserId': 617808774,
   'displayName': 'William Greco',
   'userName': 'William.greco@conduent.com',
   'emailAddress': 'William.greco@conduent.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686758579451,
   'created': 1686155189,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2007615410,
   'invitorUserId': 583215149,
   'displayName': 'Jordan Agnew',
   'userName': 'JAgnew@ameritfleet.com',
   'emailAddress': 'JAgnew@ameritfleet.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1715706902276,
   'created': 1697054738,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2008958856,
   'invitorUserId': 416285069,
   'displayName': 'Shannon Isaacs',
   'userName': 'shannon@visionwrights.com',
   'emailAddress': 'shannon@visionwrights.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712762673275,
   'created': 1712762673,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2009312032,
   'invitorUserId': 1893952720,
   'displayName': 'Nihar Namjoshi',
   'userName': 'Nihar.Namjoshi@domo.com',
   'emailAddress': 'Nihar.Namjoshi@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618299290,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2016764033,
   'invitorUserId': 68216396,
   'displayName': 'elliott',
   'userName': 'elliott@hack-a-thon.com',
   'emailAddress': 'elliott@hack-a-thon.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711575028000,
   'created': 1674078388,
   'role': 'Editor',
   'roleId': 3,
   'rights': 15,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2017773233,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager9@fz.com',
   'userName': 'RestaurantManager9@fz.com',
   'emailAddress': 'RestaurantManager9@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869301856,
   'created': 1704259971,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '9',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2021204172,
   'invitorUserId': 1204317927,
   'displayName': 'Aaron.Taylor',
   'userName': 'Aaron.Taylor@beonpath.com',
   'emailAddress': 'Aaron.Taylor@beonpath.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1678118675430,
   'created': 1677627689,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2024185027,
   'invitorUserId': 583215149,
   'displayName': 'Taylor Hamm',
   'userName': 'Hamm.Taylor@basco.com',
   'emailAddress': 'Hamm.Taylor@basco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717769331921,
   'created': 1697054734,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2024984490,
   'invitorUserId': 1893952720,
   'displayName': 'Clément Houvet',
   'userName': 'clement.houvet@loreal.com',
   'emailAddress': 'clement.houvet@loreal.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511953000,
   'created': 1619511952,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2027352206,
   'invitorUserId': 1893952720,
   'displayName': 'Sanjeev Johal',
   'userName': 'sanjeev.johal@sony.com',
   'emailAddress': 'sanjeev.johal@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579080000,
   'created': 1618579080,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2032566514,
   'invitorUserId': 583215149,
   'displayName': 'Taylor Vought',
   'userName': 'taylor.vought@worktrucksolutions.com',
   'emailAddress': 'taylor.vought@worktrucksolutions.com',
   'phoneNumber': '5309653146',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697558743123,
   'created': 1697054748,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 203312292,
   'invitorUserId': 583215149,
   'displayName': 'Bradley Manor',
   'userName': 'Manor.Bradley@basco.com',
   'emailAddress': 'Manor.Bradley@basco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1724948771765,
   'created': 1697054743,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2033821527,
   'invitorUserId': 583215149,
   'displayName': 'Daman Hoar',
   'userName': 'dhoar@jriusa.com',
   'emailAddress': 'dhoar@jriusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686154036225,
   'created': 1686001010,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2037040717,
   'invitorUserId': 587894148,
   'displayName': 'aquib.mehdad@wool.com',
   'userName': 'aquib.mehdad@wool.com',
   'emailAddress': 'aquib.mehdad@9x5.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1718233717806,
   'created': 1701360251,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2038425160,
   'invitorUserId': 1893952720,
   'displayName': 'Nick DeWaal',
   'userName': 'Nick.DeWaal@domo.com',
   'emailAddress': 'Nick.DeWaal@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618299279,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 204012057,
   'invitorUserId': 1893952720,
   'displayName': 'DuncanDomo',
   'department': '',
   'userName': 'duncan.wood22@gmail.com',
   'emailAddress': 'duncan.wood22@gmail.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': 'Business Insights Analyst',
   'modified': 1649746499587,
   'created': 1619689849,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'alternateEmail': '',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 2041273894,
   'invitorUserId': 583215149,
   'displayName': 'Mel Ramos',
   'userName': 'mel.ramos@skillednursingpharmacy.com',
   'emailAddress': 'mel.ramos@skillednursingpharmacy.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Director of Billing',
   'modified': 1683822463912,
   'created': 1683047114,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 204148642,
   'invitorUserId': 1893952720,
   'displayName': 'Roberta Grech',
   'userName': 'roberta.grech@tipico.com',
   'emailAddress': 'roberta.grech@tipico.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579017000,
   'created': 1618579016,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2043039295,
   'invitorUserId': 583215149,
   'displayName': 'Lindsay Sheffield',
   'userName': 'lindsaysheffield@segrocers.com',
   'emailAddress': 'lindsaysheffield@segrocers.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1682019791434,
   'created': 1680551164,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2045716426,
   'invitorUserId': 617808774,
   'displayName': 'Adarsh Muraleedharan',
   'userName': 'adarsh.Muraleedharan@fmr.com',
   'emailAddress': 'adarsh.Muraleedharan@fmr.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1670514148459,
   'created': 1665418970,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2049193313,
   'invitorUserId': 1893952720,
   'displayName': 'Cynthia Julian Rex',
   'userName': 'cynthia@daasly.com',
   'emailAddress': 'cynthia@daasly.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579090000,
   'created': 1618579089,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2050434505,
   'invitorUserId': 583215149,
   'displayName': 'Amanda Rose',
   'userName': 'amanda.rose@optavise.com',
   'emailAddress': 'amanda.rose@optavise.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690383366000,
   'created': 1690382302,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2052596821,
   'invitorUserId': 1893952720,
   'displayName': 'Sarah Hayward-May',
   'userName': 'sarah.haywardmay@domo.com',
   'emailAddress': 'sarah.haywardmay@domo.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700086037000,
   'created': 1618579054,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'employeeLocation': 'Melbourne, Australia',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Melbourne, Australia',
   'active': True,
   'isExplicitShare': False},
  {'id': 2053411736,
   'invitorUserId': 587894148,
   'displayName': 'barry.smith@learnbehavioral.com',
   'userName': 'barry.smith@learnbehavioral.com',
   'emailAddress': 'barry.smith@learnbehavioral.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704817061950,
   'created': 1704474569,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2055861446,
   'invitorUserId': 1893952720,
   'displayName': 'Domenico Porcelli',
   'userName': 'dporcelli@hotmail.it',
   'emailAddress': 'dporcelli@hotmail.it',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619512018000,
   'created': 1619512018,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2056077938,
   'invitorUserId': 1768567034,
   'displayName': 'Li Shuang Zhao',
   'userName': 'li.zhao@cae.com',
   'emailAddress': 'li.zhao@cae.com',
   'phoneNumber': '5146534178',
   'accepted': True,
   'userType': 'USER',
   'modified': 1688083895656,
   'created': 1687959009,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2058388058,
   'invitorUserId': 583215149,
   'displayName': 'Tyran Robbins',
   'userName': 'tyran.robbins@domo.com',
   'emailAddress': 'tyran.robbins@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700071559381,
   'created': 1680886952,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2058521903,
   'invitorUserId': 1893952720,
   'displayName': 'Catarina Lazarino',
   'userName': 'catarinajorgelazarino.everis@edp.com',
   'emailAddress': 'catarinajorgelazarino.everis@edp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579101000,
   'created': 1618579100,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2059383812,
   'invitorUserId': 587894148,
   'displayName': 'jmccoy@vistaequitypartners.com',
   'userName': 'jmccoy@vistaequitypartners.com',
   'emailAddress': 'jmccoy@vistaequitypartners.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1676655104667,
   'created': 1676655104,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2066274468,
   'invitorUserId': 1893952720,
   'displayName': 'Michael James',
   'userName': 'michael.james@eyecademy.com',
   'emailAddress': 'michael.james@eyecademy.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619512906493,
   'created': 1619511960,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2067291301,
   'invitorUserId': 1893952720,
   'displayName': 'Chris Borek',
   'userName': 'chris.borek@coxautoinc.com',
   'emailAddress': 'chris.borek@coxautoinc.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512023000,
   'created': 1619512022,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2067419841,
   'invitorUserId': 1893952720,
   'displayName': 'Joshua Boyle',
   'userName': 'joshua.boyle@nccgroup.com',
   'emailAddress': 'joshua.boyle@nccgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579114000,
   'created': 1618579113,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2067643379,
   'invitorUserId': 1204317927,
   'displayName': 'Ashley McGuane',
   'userName': 'ashley.mcguane@harvardbusiness.org',
   'emailAddress': 'ashley.mcguane@harvardbusiness.org',
   'phoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680113808000,
   'created': 1675447590,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 206823980,
   'invitorUserId': 1893952720,
   'displayName': 'kari adrover',
   'userName': 'kadrover@cae.co.uk',
   'emailAddress': 'kadrover@cae.co.uk',
   'phoneNumber': '620281372',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699871146745,
   'created': 1619511966,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2070002244,
   'invitorUserId': 158618860,
   'displayName': 'Nick Jewitt',
   'userName': 'nick.jewitt@harcourts.net',
   'emailAddress': 'nick.jewitt@harcourts.net',
   'accepted': True,
   'userType': 'USER',
   'modified': 1693783443445,
   'created': 1693458583,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2072302260,
   'invitorUserId': 587894148,
   'displayName': 'Josh Lowry',
   'userName': 'jlowry@realestateone.com',
   'emailAddress': 'jlowry@realestateone.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1593026861446,
   'created': 1588960526,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2072616249,
   'invitorUserId': 1893952720,
   'displayName': 'anna sql',
   'userName': 'anna.favis@sony.co',
   'emailAddress': 'annacarissa.favis@sony.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729799093103,
   'created': 1674158531,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2073032142,
   'invitorUserId': 583215149,
   'displayName': 'Ray Alvarez-Torre',
   'userName': 'ralvareztorre@ups.com',
   'emailAddress': 'ralvareztorre@ups.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690906844421,
   'created': 1690391433,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2074422502,
   'invitorUserId': 1893952720,
   'displayName': 'Bard Higgins',
   'userName': 'bard.higgins@gmail.com',
   'emailAddress': 'bard.higgins@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'America/Denver',
   'modified': 1679675329647,
   'created': 1614264874,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2075954718,
   'invitorUserId': 583215149,
   'displayName': 'Suzanne Reyes',
   'userName': 'suzanne.reyes@skillednursingpharmacy.com',
   'emailAddress': 'suzanne.reyes@skillednursingpharmacy.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683218229665,
   'created': 1683146570,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2076863414,
   'invitorUserId': 583215149,
   'displayName': 'Yongmei Lu',
   'userName': 'yongmei_lu@conair.com',
   'emailAddress': 'yongmei_lu@conair.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687808800515,
   'created': 1680551167,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2076893136,
   'invitorUserId': 583215149,
   'displayName': 'Mary La Point',
   'userName': 'mary.lapoint@okendo.io',
   'emailAddress': 'mary.lapoint@okendo.io',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687366053588,
   'created': 1687365971,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2079863704,
   'invitorUserId': 1095515127,
   'displayName': 'Nick Hudson',
   'userName': 'nick@argoanalytics.ai',
   'emailAddress': 'nick@argoanalytics.ai',
   'accepted': False,
   'userType': 'USER',
   'modified': 1696534385291,
   'created': 1696534385,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 208038823,
   'invitorUserId': 583215149,
   'displayName': 'Jade Lee',
   'userName': 'jade.lee@reveraliving.com',
   'emailAddress': 'jade.lee@reveraliving.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1684425924914,
   'created': 1683146458,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2082060406,
   'invitorUserId': 587894148,
   'displayName': 'mycah.dunlop@cornerstonecu.com',
   'userName': 'mycah.dunlop@cornerstonecu.com',
   'emailAddress': 'mycah.dunlop@cornerstonecu.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701119584666,
   'created': 1697816544,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2083164466,
   'invitorUserId': 617808774,
   'displayName': 'Adarsh Kudithipati',
   'userName': 'adarshk@pdx.edu',
   'emailAddress': 'adarshk@pdx.edu',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712029461000,
   'created': 1712029461,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2084853822,
   'invitorUserId': 617808774,
   'displayName': 'Brian Fentress',
   'userName': 'brian.fentress@domo.com',
   'emailAddress': 'brian.fentress@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679315372371,
   'created': 1661273818,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2087243500,
   'invitorUserId': 1707466008,
   'displayName': 'Kelly MacAvaney',
   'userName': 'macavaney@proton.me',
   'emailAddress': 'macavaney@proton.me',
   'accepted': True,
   'userType': 'USER',
   'modified': 1719941017293,
   'created': 1715268319,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2088203166,
   'invitorUserId': 1893952720,
   'displayName': 'Ade Ogunbufunmi',
   'userName': 'ade.ogunbufunmi@audibene.de',
   'emailAddress': 'ade.ogunbufunmi@audibene.de',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511999000,
   'created': 1619511998,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2088255083,
   'invitorUserId': 749054906,
   'displayName': 'Christy Lizarraga',
   'userName': 'christy.lizarraga@domo.com',
   'emailAddress': 'christy.lizarraga@domo.com',
   'phoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679947519000,
   'created': 1679689400,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2088345189,
   'invitorUserId': 583215149,
   'displayName': 'Yash Joshi',
   'userName': 'yash.joshi@a4media.com',
   'emailAddress': 'yash.joshi@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680700139806,
   'created': 1680551172,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2096641889,
   'invitorUserId': 1893952720,
   'displayName': 'Catarina Conceição',
   'userName': 'catarina.neves.conceicao@everis.com',
   'emailAddress': 'catarina.neves.conceicao@everis.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579064000,
   'created': 1618579064,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2106582747,
   'invitorUserId': 1893952720,
   'displayName': 'Lindsay Jap',
   'userName': 'lsunhendrajap@sephora.sg',
   'emailAddress': 'lsunhendrajap@sephora.sg',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511958000,
   'created': 1619511958,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2107498105,
   'invitorUserId': 1893952720,
   'displayName': 'Kevin Sparks',
   'userName': 'kevin.sparks@bluemoondigital.co',
   'emailAddress': 'kevin.sparks@bluemoondigital.co',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619021522843,
   'created': 1618579047,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2114883250,
   'invitorUserId': 587894148,
   'displayName': 'daniel.kutschman@kellogg.northwestern.edu',
   'userName': 'daniel.kutschman@kellogg.northwestern.edu',
   'emailAddress': 'daniel.kutschman@kellogg.northwestern.edu',
   'accepted': False,
   'userType': 'USER',
   'modified': 1701360529108,
   'created': 1701360529,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2117185558,
   'invitorUserId': 1893952720,
   'displayName': 'Marta Matos',
   'userName': 'martamatos.cgi@edp.com',
   'emailAddress': 'martamatos.cgi@edp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511995000,
   'created': 1619511994,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2118125007,
   'invitorUserId': 587894148,
   'displayName': 'Kurt Tan',
   'userName': 'kurt.tan@msd.com',
   'emailAddress': 'kurt.tan@msd.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704156901301,
   'created': 1684512629,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2118598787,
   'invitorUserId': 1095515127,
   'displayName': 'Carter Beck',
   'userName': 'carter@argoanalytics.ai',
   'emailAddress': 'carter@argoanalytics.ai',
   'accepted': True,
   'userType': 'USER',
   'modified': 1696977327451,
   'created': 1696534228,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2120286023,
   'invitorUserId': 509534198,
   'displayName': 'Dilesh Peiris',
   'userName': 'dilesh.peiris@gmail.com',
   'emailAddress': 'dilesh.peiris@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1707225102480,
   'created': 1687523112,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2120623179,
   'invitorUserId': 1783864164,
   'displayName': 'David Terrazas',
   'userName': 'David.Terrazas@domo.com',
   'emailAddress': 'David.Terrazas@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714671170370,
   'created': 1714162320,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2121861625,
   'invitorUserId': 1893952720,
   'displayName': 'Alexandre Stam',
   'userName': 'alexandre.stam@loreal.com',
   'emailAddress': 'alexandre.stam@loreal.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511948000,
   'created': 1619511947,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2122394776,
   'invitorUserId': 583215149,
   'displayName': 'Devin Coleman',
   'userName': 'devin.coleman@frankandoak.com',
   'emailAddress': 'devin.coleman@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700237126025,
   'created': 1697054730,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2124994254,
   'invitorUserId': 583215149,
   'displayName': 'Sharon Turrey',
   'userName': 'sharon.turrey@grandcanyonresort.com',
   'emailAddress': 'sharon.turrey@grandcanyonresort.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1697054747000,
   'created': 1697054746,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2125494212,
   'invitorUserId': 1893952720,
   'displayName': 'Dave Luna',
   'userName': 'david.luna@caemilusa.com',
   'emailAddress': 'david.luna@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618929399360,
   'created': 1618579013,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2129297797,
   'invitorUserId': 1893952720,
   'displayName': 'John Stevens',
   'userName': 'john@crystalballers.ai',
   'emailAddress': 'john@crystalballers.ai',
   'accepted': True,
   'userType': 'USER',
   'modified': 1616175276000,
   'created': 1616175133,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2131674559,
   'invitorUserId': 587894148,
   'displayName': 'Chris Jarski',
   'userName': 'jarskicpa@hey.com',
   'emailAddress': 'jarskicpa@hey.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701970524357,
   'created': 1701969810,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2133008025,
   'invitorUserId': 583215149,
   'displayName': 'Ethan Carmack',
   'userName': 'ethan.carmack@domo.com',
   'emailAddress': 'ethan.carmack@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698669652110,
   'created': 1698669652,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2134510010,
   'invitorUserId': 583215149,
   'displayName': 'Jennifer Gaynor',
   'userName': 'jgaynor@rwilogistics.com',
   'emailAddress': 'jgaynor@rwilogistics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690977339463,
   'created': 1690382297,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2139862078,
   'invitorUserId': 587894148,
   'displayName': 'lwarner@firstam.com',
   'userName': 'lwarner@firstam.com',
   'emailAddress': 'lwarner@firstam.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1673625178764,
   'created': 1673546113,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2140076978,
   'invitorUserId': 1893952720,
   'displayName': 'Devin Mabra',
   'userName': 'dnmabra12@gmail.com',
   'emailAddress': 'dnmabra12@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512002000,
   'created': 1619512001,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 2142004350,
   'invitorUserId': 1893952720,
   'displayName': 'ANDREW DOSS',
   'userName': 'andydoss@vt.edu',
   'emailAddress': 'andydoss@vt.edu',
   'accepted': True,
   'userType': 'USER',
   'modified': 1662520074000,
   'created': 1618578998,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2142937372,
   'invitorUserId': 583215149,
   'displayName': 'JJ Jarnagin',
   'userName': 'jarnagin@gmail.com',
   'emailAddress': 'jarnagin@gmail.com',
   'phoneNumber': '6822610094',
   'accepted': True,
   'userType': 'USER',
   'modified': 1710504103949,
   'created': 1680800735,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2144185095,
   'invitorUserId': 1893952720,
   'displayName': 'Ben Ainscough',
   'userName': 'Ben.Ainscough@domo.com',
   'emailAddress': 'Ben.Ainscough@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618257584,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 2144558191,
   'invitorUserId': 1893952720,
   'displayName': 'Victoria Winslett',
   'userName': 'victoria.winslett@bluemoondigital.co',
   'emailAddress': 'victoria.winslett@bluemoondigital.co',
   'accepted': True,
   'userType': 'USER',
   'modified': 1620848146914,
   'created': 1618579058,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 217486776,
   'invitorUserId': 1783864164,
   'displayName': 'Jack Serda',
   'userName': 'jserda@archgp.com',
   'emailAddress': 'jserda@archgp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1728058565829,
   'created': 1728058565,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 219603826,
   'invitorUserId': 587894148,
   'displayName': 'r-naziya.sulthana@capgemini.com',
   'userName': 'r-naziya.sulthana@capgemini.com',
   'emailAddress': 'r-naziya.sulthana@capgemini.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1727444704502,
   'created': 1705939096,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 21963932,
   'invitorUserId': 1893952720,
   'displayName': 'Jiten Lad',
   'userName': 'jiten.lad@nccgroup.com',
   'emailAddress': 'jiten.lad@nccgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511993000,
   'created': 1619511993,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 223050776,
   'invitorUserId': 68216396,
   'displayName': 'Scott Kuhnen',
   'userName': 'scott.kuhnen@podium.com',
   'emailAddress': 'scott.kuhnen@podium.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1643406102778,
   'created': 1643405804,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 223659089,
   'invitorUserId': 583215149,
   'displayName': 'Terrance Oreilly',
   'userName': 'Terrance.OReilly@craftww.com',
   'emailAddress': 'Terrance.OReilly@craftww.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694122001313,
   'created': 1694121859,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 22517258,
   'invitorUserId': 583215149,
   'displayName': 'Calvin Otis',
   'userName': 'Calvin.otis@ipghealth.com',
   'emailAddress': 'Calvin.otis@ipghealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1696974262897,
   'created': 1696599913,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 226070803,
   'invitorUserId': 1893952720,
   'displayName': 'Marcelo Carvalho',
   'userName': 'marcelo.carvalho@grupolusiaves.pt',
   'emailAddress': 'marcelo.carvalho@grupolusiaves.pt',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619513112347,
   'created': 1619511970,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 227145670,
   'invitorUserId': 583215149,
   'displayName': 'Will Chipman',
   'userName': 'will.chipman@domo.com',
   'emailAddress': 'will.chipman@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1694116964977,
   'created': 1694116964,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 22814017,
   'invitorUserId': 694942127,
   'displayName': 'Daren Thayne',
   'userName': 'Daren.Thayne@domo.com',
   'emailAddress': 'Daren.Thayne@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701805664537,
   'created': 1701805536,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 232290953,
   'invitorUserId': 583215149,
   'displayName': 'Joe Laabs',
   'userName': 'joe.laabs@forissolutions.com',
   'emailAddress': 'joe.laabs@forissolutions.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686758198680,
   'created': 1686001020,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 232754469,
   'invitorUserId': 1893952720,
   'displayName': 'Inês Feiteira',
   'userName': 'inesfeiteira.everis@edp.com',
   'emailAddress': 'inesfeiteira.everis@edp.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619602162278,
   'created': 1618579070,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 234674439,
   'invitorUserId': 587894148,
   'displayName': 'Marian Eerens',
   'userName': 'marian.eerens@randstadsourceright.be',
   'emailAddress': 'marian.eerens@randstadsourceright.be',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679555678000,
   'created': 1679521932,
   'roleId': 2097317660,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 235252533,
   'invitorUserId': 1893952720,
   'displayName': 'Sara Francesca Pichierri',
   'userName': 'sara.fra.pichierri@gmail.com',
   'emailAddress': 'sara.fra.pichierri@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512019000,
   'created': 1619512018,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 23592318,
   'invitorUserId': 583215149,
   'displayName': 'Pankti Patel',
   'userName': 'panktip@netflix.com',
   'emailAddress': 'panktip@netflix.com',
   'accepted': False,
   'userType': 'USER',
   'title': 'Risk Analyst',
   'modified': 1683047108000,
   'created': 1683047107,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 237681378,
   'invitorUserId': 1893952720,
   'displayName': 'Andrzej Michalski',
   'userName': 'andrzej@concreteplatform.com',
   'emailAddress': 'andrzej@concreteplatform.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579004000,
   'created': 1618579003,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 238259602,
   'invitorUserId': 583215149,
   'displayName': 'Bekky Macdonald',
   'userName': 'Becky.macdonald@ipghealth.com',
   'emailAddress': 'Becky.macdonald@ipghealth.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1696599912000,
   'created': 1696599912,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 243893801,
   'invitorUserId': 2088255083,
   'displayName': 'Casey Dorman',
   'userName': 'casey.dorman@domoc.om',
   'emailAddress': 'casey.dorman@domoc.om',
   'accepted': False,
   'userType': 'USER',
   'modified': 1679690772686,
   'created': 1679690772,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 244750981,
   'invitorUserId': 68216396,
   'displayName': 'Gordon Pont',
   'userName': 'gordon@clearsquare.co',
   'emailAddress': 'gordonepont@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729780319779,
   'created': 1674690621,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 245758384,
   'invitorUserId': 583215149,
   'displayName': 'Cole Sanders',
   'userName': 'cole.sanders@domo.com',
   'emailAddress': 'cole.sanders@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697492886254,
   'created': 1697396708,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 248570266,
   'invitorUserId': 27,
   'displayName': "Tanner's test",
   'userName': 'tddanis@gmail.com',
   'emailAddress': 'tddanis@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1726081969060,
   'created': 1726081027,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 248641709,
   'invitorUserId': 694942127,
   'displayName': 'Ellen Lingwall',
   'userName': 'Ellen.Lingwall@domo.com',
   'emailAddress': 'Ellen.Lingwall@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694537366159,
   'created': 1687386874,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 250002294,
   'invitorUserId': 416285069,
   'displayName': 'Chulaka Perera',
   'userName': 'chulaka@visionwrights.com',
   'emailAddress': 'chulaka@visionwrights.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1673368049765,
   'created': 1673366812,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 251596940,
   'invitorUserId': 694942127,
   'displayName': 'Sid Henkel',
   'userName': 'sid.henkel@domo.com',
   'emailAddress': 'sid.henkel@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1677105186358,
   'created': 1677101976,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 251728064,
   'invitorUserId': 583215149,
   'displayName': 'Sierra Griffin',
   'userName': 'sierra@tlcops.com',
   'emailAddress': 'sierra@tlcops.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690926497170,
   'created': 1690471413,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 252868567,
   'invitorUserId': 587894148,
   'displayName': 'cmersinger@vaughnconstruction.com',
   'userName': 'cmersinger@vaughnconstruction.com',
   'emailAddress': 'cmersinger@vaughnconstruction.com',
   'phoneNumber': '2104100926',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705965521327,
   'created': 1705938920,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 252907668,
   'invitorUserId': 1893952720,
   'displayName': 'Fabio Fantoni',
   'userName': 'ffantoni@bitbang.com',
   'emailAddress': 'ffantoni@bitbang.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618931887083,
   'created': 1618579045,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 25522868,
   'invitorUserId': 1893952720,
   'displayName': 'Andrés Pinzon',
   'userName': 'andres.pinzon@findasense.com',
   'emailAddress': 'andres.pinzon@findasense.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619104718126,
   'created': 1618579015,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 261748279,
   'invitorUserId': 1893952720,
   'displayName': 'Farzaneh Najafi',
   'userName': 'farzaneh.najafi@audibene.de',
   'emailAddress': 'farzaneh.najafi@audibene.de',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618579603166,
   'created': 1618579037,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 263469872,
   'invitorUserId': 617808774,
   'displayName': 'Daniel Ha',
   'userName': 'dannyha@outlook.com',
   'emailAddress': 'dannyha@outlook.com',
   'phoneNumber': '805-574-5180',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1710121380000,
   'created': 1709697470,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 269129820,
   'invitorUserId': 587894148,
   'displayName': 'Aaron Sorensen',
   'department': '',
   'userName': 'asorensen@emocha.com',
   'emailAddress': 'asorensen@emocha.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1670007944000,
   'created': 1595006401,
   'roleId': 2097317660,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 271775584,
   'invitorUserId': 583215149,
   'displayName': 'Jason Stout',
   'userName': 'JStout@ameritfleet.com',
   'emailAddress': 'JStout@ameritfleet.com',
   'phoneNumber': '9254407678',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697558226329,
   'created': 1697054735,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 27228135,
   'invitorUserId': 617808774,
   'displayName': 'Xiangyu Cui',
   'userName': 'xiangyucui@outlook.com',
   'emailAddress': 'xiangyucui@outlook.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712548525322,
   'created': 1712029471,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 274257573,
   'invitorUserId': 1893952720,
   'displayName': 'Matthew Jeffs',
   'userName': 'm.s.jeffs50@gmail.com',
   'emailAddress': 'm.s.jeffs50@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579106000,
   'created': 1618579105,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 274485918,
   'invitorUserId': 1893952720,
   'displayName': 'Mike Hislop',
   'userName': 'mike.hislop@worldrugby.org',
   'emailAddress': 'mike.hislop@worldrugby.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579036000,
   'created': 1618579036,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 277400412,
   'invitorUserId': 583215149,
   'displayName': 'Selenek ',
   'userName': 'selenek@netflix.com',
   'emailAddress': 'selenek@netflix.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698948074000,
   'created': 1697054745,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 278268339,
   'invitorUserId': 583215149,
   'displayName': 'Mike Brinkman',
   'userName': 'mike.brinkman@elevancehealth.com',
   'emailAddress': 'mike.brinkman@elevancehealth.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1683208342147,
   'created': 1683208342,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 278549927,
   'invitorUserId': 805649835,
   'displayName': 'Mason Brockbank',
   'userName': 'mason.brockbank@domo.com',
   'emailAddress': 'mason.brockbank@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679593167000,
   'created': 1679592174,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 283501172,
   'invitorUserId': 617808774,
   'displayName': 'Patrick Fenton',
   'userName': 'patrick.fenton.4.19@gmail.com',
   'emailAddress': 'patrick.fenton.4.19@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029449000,
   'created': 1712029449,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 284756277,
   'invitorUserId': 583215149,
   'displayName': 'Aroshi Amarasinghe',
   'userName': 'aroshi@ulula.com',
   'emailAddress': 'aroshi@ulula.com',
   'phoneNumber': '000000',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697559422948,
   'created': 1697054724,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 286176487,
   'invitorUserId': 583215149,
   'displayName': 'Justin Fisher',
   'userName': 'justin.fisher@yu.edu',
   'emailAddress': 'justin.fisher@yu.edu',
   'phoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': 'Director of Marketing Intelligence',
   'modified': 1690205533469,
   'created': 1683047108,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 28892157,
   'invitorUserId': 1893952720,
   'displayName': 'Raushanara Begum',
   'userName': 'raushanara.begum@nccgroup.com',
   'emailAddress': 'raushanara.begum@nccgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579109000,
   'created': 1618579108,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 291892309,
   'invitorUserId': 583215149,
   'displayName': 'Ryan Armenti',
   'userName': 'ryan.armenti@greenchef.com',
   'emailAddress': 'ryan.armenti@greenchef.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1694121857000,
   'created': 1694121856,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 292506035,
   'invitorUserId': 1893952720,
   'displayName': 'Kelly Tagtow',
   'department': '',
   'userName': 'Kelly.tagtow@stelter.com',
   'emailAddress': 'Kelly.tagtow@stelter.com',
   'phoneNumber': '5159575887',
   'accepted': True,
   'userType': 'USER',
   'title': 'Analytics and Digital Strategy Director',
   'modified': 1619096247006,
   'created': 1590167705,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 29257675,
   'invitorUserId': 587894148,
   'displayName': 'Shivam Desai - BTP',
   'userName': 'SDesai@btpartners.com',
   'emailAddress': 'SDesai@btpartners.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1729287198791,
   'created': 1705938770,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 293704698,
   'invitorUserId': 583215149,
   'displayName': 'Nithila AnandaPadmanabhan',
   'userName': 'nithila_padmanabhan@manulife.ca',
   'emailAddress': 'nithila_padmanabhan@manulife.ca',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686153548744,
   'created': 1686001009,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 294996492,
   'invitorUserId': 1893952720,
   'displayName': 'Cesar SIlva',
   'userName': 'cesaralexandrejs@gmail.com',
   'emailAddress': 'cesaralexandrejs@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619522013075,
   'created': 1619511969,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 295094655,
   'invitorUserId': 583215149,
   'displayName': 'Yves Mellet',
   'userName': 'ymellet@unitedwayhouston.org',
   'emailAddress': 'ymellet@unitedwayhouston.org',
   'phoneNumber': '2818505493',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686716223777,
   'created': 1686152628,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 299317591,
   'invitorUserId': 587894148,
   'displayName': 'bsaldana@mdanderson.org',
   'userName': 'bsaldana@mdanderson.org',
   'emailAddress': 'bsaldana@mdanderson.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1705939193095,
   'created': 1705939193,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 300078206,
   'invitorUserId': 583215149,
   'displayName': 'Brandon Roche',
   'userName': 'broche@cenegenics.com',
   'emailAddress': 'broche@cenegenics.com',
   'phoneNumber': '7028079256',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695139974361,
   'created': 1694121845,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 305251463,
   'invitorUserId': 583215149,
   'displayName': 'Lindsay Manci',
   'userName': 'lmanci@impactlife.org',
   'emailAddress': 'lmanci@impactlife.org',
   'phoneNumber': '2178363353',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698961889729,
   'created': 1698948079,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 306484945,
   'invitorUserId': 475856860,
   'displayName': 'Dale Whitchurch',
   'userName': 'dale.whitchurch@ipghealth.com',
   'emailAddress': 'dale.whitchurch@ipghealth.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729797784868,
   'created': 1729797784,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 307632801,
   'invitorUserId': 617808774,
   'displayName': 'Dan Brinton',
   'userName': 'Dan.Brinton@domo.com',
   'emailAddress': 'Dan.Brinton@domo.com',
   'phoneNumber': '8016992701',
   'accepted': True,
   'userType': 'USER',
   'modified': 1674845204331,
   'created': 1654897099,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 308013573,
   'invitorUserId': 958797472,
   'displayName': 'Jack Crandall',
   'userName': 'jack.crandall@domo.com',
   'emailAddress': 'jack.crandall@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1715101658419,
   'created': 1686078565,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 308783524,
   'invitorUserId': 1893952720,
   'displayName': 'test1',
   'userName': 'test1@test.com',
   'emailAddress': 'test1@test.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1717682537606,
   'created': 1664931963,
   'roleId': 1563101750,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 310645919,
   'invitorUserId': 583215149,
   'displayName': 'Kris Gandillon',
   'userName': 'kris.gandillon@mastercard.com',
   'emailAddress': 'kris.gandillon@mastercard.com',
   'phoneNumber': '3146143896',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681155403400,
   'created': 1680551166,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 313167177,
   'invitorUserId': 68216396,
   'displayName': 'Patrick Rainey',
   'userName': 'patrick.rainey@getbuilt.com',
   'emailAddress': 'patrick.rainey@getbuilt.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1647364442035,
   'created': 1647364376,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 313985951,
   'invitorUserId': 55874022,
   'displayName': 'Love Bindal',
   'userName': 'love.bindal@rovemarketing.ca',
   'emailAddress': 'love.bindal@rovemarketing.ca',
   'accepted': True,
   'userType': 'USER',
   'modified': 1676994426404,
   'created': 1676992695,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 314095382,
   'invitorUserId': 583215149,
   'displayName': 'Brooke Murray',
   'userName': 'brooke.murray@teasdalefoods.com',
   'emailAddress': 'brooke.murray@teasdalefoods.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698697369373,
   'created': 1697054727,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 315118889,
   'invitorUserId': 583215149,
   'displayName': 'Kelvin Martinez',
   'userName': 'kelvin.martinez@gocanvas.com',
   'emailAddress': 'kelvin.martinez@gocanvas.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1694121852000,
   'created': 1694121851,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 316139172,
   'invitorUserId': 617808774,
   'displayName': 'Matt Tannyhill',
   'userName': 'Matt.Tannyhill@domo.com',
   'emailAddress': 'Matt.Tannyhill@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1660858281,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 320047072,
   'invitorUserId': 587894148,
   'displayName': 'it@elitemodelworld.com',
   'userName': 'it@elitemodelworld.com',
   'emailAddress': 'it@elitemodelworld.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680179818208,
   'created': 1680013309,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 321795113,
   'invitorUserId': 583215149,
   'displayName': 'Thomas Todd',
   'userName': 'tomt@neighborcare.org',
   'emailAddress': 'tomt@neighborcare.org',
   'accepted': True,
   'userType': 'USER',
   'title': 'Manager of Data and Analytics',
   'modified': 1685030531773,
   'created': 1683047109,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 322568655,
   'invitorUserId': 583215149,
   'displayName': 'Cory Cummings',
   'userName': 'cory.cummings@razorfish.com',
   'emailAddress': 'cory.cummings@razorfish.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681997954589,
   'created': 1680903852,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 324905103,
   'invitorUserId': 583215149,
   'displayName': 'Jason Gluck',
   'userName': 'jason.gluck@hellofresh.com',
   'emailAddress': 'jason.gluck@hellofresh.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691068014602,
   'created': 1690382289,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 325350277,
   'invitorUserId': 617808774,
   'displayName': 'Chadwick Jeanmary',
   'userName': 'Chadwick.Jeanmary@gmail.com',
   'emailAddress': 'Chadwick.Jeanmary@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1716222482807,
   'created': 1712029461,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 329783264,
   'invitorUserId': 617808774,
   'displayName': 'Yashwanth Vijayaragavan',
   'userName': 'yavijay@iu.edu',
   'emailAddress': 'yavijay@iu.edu',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029454000,
   'created': 1712029454,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 330587181,
   'invitorUserId': 583215149,
   'displayName': 'Gunjan Sharma',
   'userName': 'Gunjan.Sharma@medica.com',
   'emailAddress': 'Gunjan.Sharma@medica.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690383361000,
   'created': 1686001012,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 334700892,
   'invitorUserId': 583215149,
   'displayName': 'Kathy Mikolajczak',
   'userName': 'kathy.mikolajczak@1naturalway.com',
   'emailAddress': 'kathy.mikolajczak@1naturalway.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698948083000,
   'created': 1698948082,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 3385967,
   'invitorUserId': 583215149,
   'displayName': 'Anna Moy',
   'userName': 'anna.moy@hellofresh.com',
   'emailAddress': 'anna.moy@hellofresh.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691520486325,
   'created': 1690382288,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 341823835,
   'invitorUserId': 1432167731,
   'displayName': 'Martin Hoost',
   'userName': 'martin.hoost@metriqzz.com',
   'emailAddress': 'martin.hoost@metriqzz.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717698113266,
   'created': 1717697901,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 344553325,
   'invitorUserId': 1893952720,
   'displayName': 'Ryan Draughn',
   'userName': 'rdraughn@nlcmutual.com',
   'emailAddress': 'rdraughn@nlcmutual.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511986000,
   'created': 1619511985,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 348233905,
   'invitorUserId': 1783864164,
   'displayName': 'Chris Augustinack',
   'userName': 'caugustinack@msdist.com',
   'emailAddress': 'caugustinack@msdist.com',
   'phoneNumber': '682-207-4419',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714150504531,
   'created': 1714055791,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 348727040,
   'invitorUserId': 1893952720,
   'displayName': 'Kensie Rowell',
   'userName': 'kensie@mlpt.com',
   'emailAddress': 'kensie@mlpt.com',
   'phoneNumber': '4358308330',
   'accepted': True,
   'userType': 'USER',
   'modified': 1677686955615,
   'created': 1676569470,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 351874351,
   'invitorUserId': 1893952720,
   'displayName': 'Marc-Anton Clavel',
   'userName': 'Marc-Anton.Clavel@domo.com',
   'emailAddress': 'Marc-Anton.Clavel@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1613645132,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 353255644,
   'invitorUserId': 587894148,
   'displayName': 'Michelle Hamad',
   'userName': 'mhamad@rwilogistics.com',
   'emailAddress': 'mhamad@rwilogistics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1664816787000,
   'created': 1664816627,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 353925131,
   'invitorUserId': 1204317927,
   'displayName': 'Marcus Richards',
   'userName': 'marcusr@aspenskilledhealth.com',
   'emailAddress': 'marcusr@aspenskilledhealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1675447829850,
   'created': 1675447675,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 358184938,
   'invitorUserId': 587894148,
   'displayName': 'chosier@cherryhillprograms.com',
   'userName': 'chosier@cherryhillprograms.com',
   'emailAddress': 'chosier@cherryhillprograms.com',
   'phoneNumber': '8722324334',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717768561967,
   'created': 1673546057,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 363397932,
   'invitorUserId': 1893952720,
   'displayName': 'Brian Christensen',
   'department': 'Business Improvement',
   'userName': 'brian.christensen@coxautoinc.com',
   'emailAddress': 'brian.christensen@coxautoinc.com',
   'phoneNumber': '8018426080',
   'accepted': True,
   'userType': 'USER',
   'title': 'Business Intelligence Manager',
   'modified': 1619101546900,
   'created': 1618579094,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 363620917,
   'invitorUserId': 509534198,
   'displayName': 'Syed Mukhtar',
   'userName': 'mukhtar@abtltd.com.sa',
   'emailAddress': 'mukhtar@abtltd.com.sa',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690441906480,
   'created': 1689152702,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 366464815,
   'invitorUserId': 1955960782,
   'displayName': 'Mariam Mohammod',
   'userName': 'mmohammod@soldejaneiro.com',
   'emailAddress': 'mmohammod@soldejaneiro.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711906520747,
   'created': 1705501910,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 367746229,
   'invitorUserId': 617808774,
   'displayName': 'Jim Klym',
   'userName': 'james.klym@fmr.com',
   'emailAddress': 'james.klym@fmr.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701207395637,
   'created': 1665418943,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 370299454,
   'invitorUserId': 617808774,
   'displayName': 'Andrea Keating',
   'userName': 'andrea_keating@trimble.com',
   'emailAddress': 'andrea_keating@trimble.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1655932349000,
   'created': 1655925591,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 370513898,
   'invitorUserId': 1893952720,
   'displayName': 'fz_Owner2@fz.com',
   'userName': 'Owner2@fz.com',
   'emailAddress': 'Owner2@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869258532,
   'created': 1704258433,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '2',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 373024172,
   'invitorUserId': 68216396,
   'displayName': 'Ryan Ricks',
   'userName': 'ryanmricks@gmail.com',
   'emailAddress': 'ryanmricks@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1678384194197,
   'created': 1678384194,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 374388983,
   'invitorUserId': 583215149,
   'displayName': 'Kimberly Perez',
   'userName': 'kimberly.perez@domo.com',
   'emailAddress': 'kimberly.perez@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1725908510688,
   'created': 1697054391,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 375140316,
   'invitorUserId': 587894148,
   'displayName': 'Gregory Kobylinski',
   'userName': 'grzegorz.kobylinski@infor.com',
   'emailAddress': 'grzegorz.kobylinski@infor.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1676037085346,
   'created': 1667224718,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 375460758,
   'invitorUserId': 1893952720,
   'displayName': "Matthew O'Sullivan",
   'userName': 'mps@ugroup.co.uk',
   'emailAddress': 'mps@ugroup.co.uk',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511972000,
   'created': 1619511971,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 38060857,
   'invitorUserId': 587894148,
   'displayName': 'Paul Jones',
   'userName': 'paul.jones@artsoftwaregroup.com',
   'emailAddress': 'paul.jones@artsoftwaregroup.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687421353536,
   'created': 1660234161,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 381807383,
   'invitorUserId': 583215149,
   'displayName': 'Kaytlynn Bhatia',
   'userName': 'kaytlynn.bhatia@cantire.com',
   'emailAddress': 'kaytlynn.bhatia@cantire.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686580222687,
   'created': 1680551174,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 382014996,
   'invitorUserId': 68216396,
   'displayName': 'Patrick Budyn',
   'userName': 'p.budyn2@gmail.com',
   'emailAddress': 'p.budyn2@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1671212524132,
   'created': 1654273771,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 38213767,
   'invitorUserId': 1204317927,
   'displayName': 'Caitlin Markenstein',
   'userName': 'caitlin@baraschmcgarry.com',
   'emailAddress': 'caitlin@baraschmcgarry.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698948080000,
   'created': 1675447653,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 382550235,
   'invitorUserId': 583215149,
   'displayName': 'Sheila Martinez',
   'userName': 'sheilamartinez@ups.com',
   'emailAddress': 'sheilamartinez@ups.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698335760460,
   'created': 1697054747,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 384663973,
   'invitorUserId': 583215149,
   'displayName': 'Sandra Kuvlo',
   'userName': 'sandra.kuvlo@coviacorp.com',
   'emailAddress': 'sandra.kuvlo@coviacorp.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686075077557,
   'created': 1686001015,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 387600969,
   'invitorUserId': 68216396,
   'displayName': 'Chris Coyne',
   'userName': 'chris.coyne@getbuilt.com',
   'emailAddress': 'chris.coyne@getbuilt.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1657574278737,
   'created': 1645560427,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 388564516,
   'invitorUserId': 583215149,
   'displayName': 'Branden Jenkins',
   'userName': 'branden.jenkins@medius.com',
   'emailAddress': 'branden.jenkins@medius.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711914335185,
   'created': 1697054727,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 389781527,
   'invitorUserId': 1893952720,
   'displayName': 'Maria Garcia',
   'userName': 'maria.garciagil@everli.com',
   'emailAddress': 'maria.garciagil@everli.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579081000,
   'created': 1618579080,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 392468792,
   'invitorUserId': 587894148,
   'displayName': 'Paul Mccusker',
   'userName': 'paul.mccusker@domo.com',
   'emailAddress': 'paul.mccusker@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1724276834099,
   'created': 1676655067,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 393359717,
   'invitorUserId': 1893952720,
   'displayName': 'Riley Stahura',
   'userName': 'riley.stahura@domo.com',
   'emailAddress': 'riley.stahura@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711390262619,
   'created': 1711389828,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 396783523,
   'invitorUserId': 1893952720,
   'displayName': 'Pierre Girard',
   'userName': 'Pierre.Girard@triumph.co.uk',
   'emailAddress': 'Pierre.Girard@triumph.co.uk',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511980000,
   'created': 1619511980,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 397036832,
   'invitorUserId': 392468792,
   'displayName': 'Scott Bartholomew',
   'userName': 'scott.bartholomew@domo.com',
   'emailAddress': 'scott.bartholomew@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1696001907521,
   'created': 1695998275,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 400830795,
   'invitorUserId': 1893952720,
   'displayName': 'Nikki Timmers',
   'userName': 'nikki.timmers@talpanetwork.com',
   'emailAddress': 'nikki.timmers@talpanetwork.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512017000,
   'created': 1619512012,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 405225188,
   'invitorUserId': 617808774,
   'displayName': 'Nitya Joshy',
   'userName': 'nitya.joshy@fmr.com',
   'emailAddress': 'nitya.joshy@fmr.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665428476866,
   'created': 1665418928,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 406792913,
   'invitorUserId': 583215149,
   'displayName': 'Matt Ankney',
   'userName': 'matt@greenleafohio.com',
   'emailAddress': 'matt@greenleafohio.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699883993408,
   'created': 1690382302,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 408081,
   'invitorUserId': 583215149,
   'displayName': 'Joanna Bankowska',
   'userName': 'bankowska.j@pg.com',
   'emailAddress': 'bankowska.j@pg.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691651972894,
   'created': 1690382291,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 408282746,
   'invitorUserId': 587894148,
   'displayName': 'dengx@advisory.com',
   'userName': 'dengx@advisory.com',
   'emailAddress': 'dengx@advisory.com',
   'phoneNumber': '2026703366',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697057072953,
   'created': 1697055488,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 409176773,
   'invitorUserId': 68216396,
   'displayName': 'Andrew Kimball',
   'userName': 'andrewckimball@gmail.com',
   'emailAddress': 'andrewckimball@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1666288535000,
   'created': 1665177384,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 413951985,
   'invitorUserId': 752937626,
   'displayName': 'Jathin Paul',
   'userName': 'Jathin.Paul@harman.com',
   'emailAddress': 'Jathin.Paul@harman.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701788419415,
   'created': 1701092802,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 416285069,
   'invitorUserId': 1893952720,
   'displayName': 'Meghan Rogers',
   'userName': 'meghan@visionwrights.com',
   'emailAddress': 'meghan@visionwrights.com',
   'phoneNumber': '4043689498',
   'accepted': True,
   'userType': 'USER',
   'modified': 1659459192182,
   'created': 1657119194,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 421610852,
   'invitorUserId': 958086679,
   'displayName': 'Wayne Gretzky',
   'userName': 'nate.bear+2@sony.com',
   'emailAddress': 'nate.bear+2@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712948506601,
   'created': 1712805437,
   'role': 'Editor',
   'roleId': 3,
   'rights': 15,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 421800440,
   'invitorUserId': 1768567034,
   'displayName': 'Kaylee Nallan',
   'userName': 'kaylee.nallan@caemilusa.com',
   'emailAddress': 'kaylee.nallan@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1718812967572,
   'created': 1707747789,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 421973368,
   'invitorUserId': 587894148,
   'displayName': 'matt.torline@domo.com',
   'userName': 'matt.torline@domo.com',
   'emailAddress': 'matt.torline@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705009243616,
   'created': 1701451480,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 422938272,
   'invitorUserId': 583215149,
   'displayName': 'Shane Dolan',
   'userName': 'shane.dolan@a4media.com',
   'emailAddress': 'shane.dolan@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681155340030,
   'created': 1680551173,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 423248731,
   'invitorUserId': 1893952720,
   'displayName': 'Antonella Ranieri',
   'userName': 'ANTONELLA.RANIERI@everli.com',
   'emailAddress': 'ANTONELLA.RANIERI@everli.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579083000,
   'created': 1618579082,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 426129058,
   'invitorUserId': 1893952720,
   'displayName': 'Jason Fitch',
   'userName': 'fitch526@hotmail.com',
   'emailAddress': 'fitch526@hotmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511975000,
   'created': 1619511974,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 427089328,
   'invitorUserId': 583215149,
   'displayName': 'Rania Badr',
   'userName': 'rbadr@ups.com',
   'emailAddress': 'rbadr@ups.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691672671615,
   'created': 1690471800,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 427363308,
   'invitorUserId': 1548628586,
   'displayName': 'John Spencer',
   'userName': 'john.spencer@domo.com',
   'emailAddress': 'john.spencer@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1682433734776,
   'created': 1682355773,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 427539828,
   'invitorUserId': 392468792,
   'displayName': 'Shawn Bunderson',
   'userName': 'Shawn.bunderson@domo.com',
   'emailAddress': 'Shawn.bunderson@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686323432392,
   'created': 1677190896,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 429382701,
   'invitorUserId': 587894148,
   'displayName': 'Nick Muoh',
   'userName': 'nickspirit3@gmail.com',
   'emailAddress': 'nickspirit3@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680295409000,
   'created': 1680288559,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 429636762,
   'invitorUserId': 1783864164,
   'displayName': 'Diana Torres',
   'userName': 'dtorres@msdist.com',
   'emailAddress': 'dtorres@msdist.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1718052720500,
   'created': 1712766391,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 431162856,
   'invitorUserId': 958797472,
   'displayName': 'Trenton Custer',
   'userName': 'trenton.custer@domo.com',
   'emailAddress': 'trenton.custer@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687896271195,
   'created': 1686077710,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 43219035,
   'invitorUserId': 583215149,
   'displayName': 'Val Neumaier',
   'userName': 'Valerie.Neumaier@kcgcompanies.com',
   'emailAddress': 'Valerie.Neumaier@kcgcompanies.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705521800525,
   'created': 1697054749,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 435876821,
   'invitorUserId': 204012057,
   'displayName': 'Nick Shively',
   'userName': 'nick.shively@predictix.com',
   'emailAddress': 'nick.shively@predictix.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1620414124821,
   'created': 1620414124,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 436035368,
   'invitorUserId': 583215149,
   'displayName': 'Erin Mullenix',
   'userName': 'erinmullenix@iowaleague.org',
   'emailAddress': 'erinmullenix@iowaleague.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697727918869,
   'created': 1697054732,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 440017659,
   'invitorUserId': 583215149,
   'displayName': 'Misti Ackeberg',
   'userName': 'mackeberg@impactlife.org',
   'emailAddress': 'mackeberg@impactlife.org',
   'phoneNumber': '15632653146',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699377244200,
   'created': 1698948079,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 440282646,
   'invitorUserId': 1893952720,
   'displayName': 'Anastasia Putilina',
   'userName': 'aputilina@bitbang.com',
   'emailAddress': 'aputilina@bitbang.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511989000,
   'created': 1619511988,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 441867017,
   'invitorUserId': 749848850,
   'displayName': 'Chad Salstrom',
   'userName': 'chad@visionwrights.com',
   'emailAddress': 'chad@visionwrights.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1681762652105,
   'created': 1681762652,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 445086955,
   'invitorUserId': 583215149,
   'displayName': 'William Meador',
   'userName': 'Meador.William@basco.com',
   'emailAddress': 'Meador.William@basco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699377790736,
   'created': 1698948075,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 448077151,
   'invitorUserId': 583215149,
   'displayName': 'Nadia Famularo',
   'userName': 'nadia.famularo@frankandoak.com',
   'emailAddress': 'nadia.famularo@frankandoak.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698668814000,
   'created': 1698668813,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 448447535,
   'invitorUserId': 583215149,
   'displayName': 'Joel Cole',
   'userName': 'joel@onyxcorporation.net',
   'emailAddress': 'joel@onyxcorporation.net',
   'accepted': False,
   'userType': 'USER',
   'modified': 1687306740599,
   'created': 1687306740,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 453370178,
   'invitorUserId': 583215149,
   'displayName': 'Nicolas Gaitan',
   'userName': 'ngaitan@w2ogroup.com',
   'emailAddress': 'ngaitan@w2ogroup.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691678636113,
   'created': 1690391327,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 453523183,
   'invitorUserId': 583215149,
   'displayName': 'Hemangi Vibhute',
   'userName': 'Hemangi.Vibhute@craftww.com',
   'emailAddress': 'Hemangi.Vibhute@craftww.com',
   'phoneNumber': '9870986680',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'Asia/Kolkata',
   'modified': 1690458720530,
   'created': 1690391376,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 453718916,
   'invitorUserId': 1893952720,
   'displayName': 'David Adams',
   'userName': 'dpadams@island-data.com',
   'emailAddress': 'dpadams@island-data.com',
   'phoneNumber': '831 6214585',
   'accepted': True,
   'userType': 'USER',
   'modified': 1670643208507,
   'created': 1666185673,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 454872817,
   'invitorUserId': 583215149,
   'displayName': 'Mark Phillips',
   'userName': 'mark.phillips@averitaspharma.com',
   'emailAddress': 'mark.phillips@averitaspharma.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690809297709,
   'created': 1690382300,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 458175109,
   'invitorUserId': 68216396,
   'displayName': 'Colin Beaumont',
   'userName': 'colin.beaumont@pa.steephill.com',
   'emailAddress': 'colin.beaumont@pa.steephill.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1707932576150,
   'created': 1676575567,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 458290686,
   'invitorUserId': 583215149,
   'displayName': 'Rachel Robinson',
   'userName': 'rachel@allgood.com',
   'emailAddress': 'rachelrobinsoncreates@gmail.com',
   'phoneNumber': '2089996595',
   'accepted': True,
   'userType': 'USER',
   'modified': 1692365410911,
   'created': 1680551155,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 458380192,
   'invitorUserId': 587894148,
   'displayName': 'David Holman',
   'userName': 'david.holman@wealthcounsel.com',
   'emailAddress': 'david.holman@wealthcounsel.com',
   'phoneNumber': '2358132134',
   'accepted': True,
   'userType': 'USER',
   'modified': 1702927659291,
   'created': 1684528855,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 458806279,
   'invitorUserId': 583215149,
   'displayName': 'McKenzie Thebeau',
   'userName': 'mthebeau@inhometherapy.com',
   'emailAddress': 'mthebeau@inhometherapy.com',
   'phoneNumber': '(704) 396-0695',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697057893034,
   'created': 1694121853,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 459213300,
   'invitorUserId': 694942127,
   'displayName': 'Dan Griffiths',
   'userName': 'dan.griffiths@domo.com',
   'emailAddress': 'dan.griffiths@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1669221901471,
   'created': 1669221456,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 45921843,
   'invitorUserId': 583215149,
   'displayName': 'Brian Pressman',
   'userName': 'brian.pressman@reveraliving.com',
   'emailAddress': 'brian.pressman@reveraliving.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Manager,  Data & Application Integration',
   'modified': 1685029831563,
   'created': 1683047111,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 459279105,
   'invitorUserId': 583215149,
   'displayName': 'Beth Chappell',
   'userName': 'bchappell@arml.org',
   'emailAddress': 'bchappell@arml.org',
   'phoneNumber': '5019786137',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690906878005,
   'created': 1690401409,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 462392893,
   'invitorUserId': 583215149,
   'displayName': 'Drew Swayne',
   'userName': 'SwayneD@spokanevalleyfire.com',
   'emailAddress': 'SwayneD@spokanevalleyfire.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1710362961203,
   'created': 1698948071,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 462744067,
   'invitorUserId': 1893952720,
   'displayName': 'marilisa russo',
   'userName': 'marilisa.russo1990@gmail.com',
   'emailAddress': 'marilisa.russo1990@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619529051231,
   'created': 1619512023,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 462796153,
   'invitorUserId': 1893952720,
   'displayName': 'Clement Ma Phuoc',
   'userName': 'maphuocc@tipico.com',
   'emailAddress': 'maphuocc@tipico.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619526860142,
   'created': 1619511987,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 467327835,
   'invitorUserId': 1893952720,
   'displayName': 'Jeongmin Lee',
   'userName': 'jeongmin.lee@hear.com',
   'emailAddress': 'jeongmin.lee@hear.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511969000,
   'created': 1619511968,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 468329724,
   'invitorUserId': 583215149,
   'displayName': 'James Cassady',
   'userName': 'james.cassady@bms.com',
   'emailAddress': 'james.cassady@bms.com',
   'phoneNumber': '267-644-7995',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686154028221,
   'created': 1686001018,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 468362663,
   'invitorUserId': 1893952720,
   'displayName': 'Kate Jacobs',
   'userName': 'kate.jacobs@bluemoondigital.co',
   'emailAddress': 'kate.jacobs@bluemoondigital.co',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579060000,
   'created': 1618579059,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 468742180,
   'invitorUserId': 1893952720,
   'displayName': 'Vivian Chen',
   'userName': 'vivian@treez.io',
   'emailAddress': 'vivian@treez.io',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579093000,
   'created': 1618579090,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 470456174,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager8@fz.com',
   'userName': 'RestaurantManager8@fz.com',
   'emailAddress': 'RestaurantManager8@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869295675,
   'created': 1704259970,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '8',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 471453161,
   'invitorUserId': 1893952720,
   'displayName': 'John Taft',
   'userName': 'john.taft@sony.com',
   'emailAddress': 'john.taft@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511964000,
   'created': 1619511963,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 471687709,
   'invitorUserId': 583215149,
   'displayName': 'John Durkin',
   'userName': 'JDurkin@onyxcorporation.net',
   'emailAddress': 'JDurkin@onyxcorporation.net',
   'accepted': False,
   'userType': 'USER',
   'modified': 1687306790884,
   'created': 1687306790,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 473863458,
   'invitorUserId': 1893952720,
   'displayName': 'Sonya Egan',
   'userName': 'sonya.egan@arcadebeauty.com',
   'emailAddress': 'sonya.egan@arcadebeauty.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705960727416,
   'created': 1619511996,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 475277305,
   'invitorUserId': 316139172,
   'displayName': 'Josh Thorn',
   'userName': 'josh.thorn@domo.com',
   'emailAddress': 'josh.thorn@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1662505202,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 475856860,
   'invitorUserId': 1893952720,
   'displayName': 'Noah Finberg',
   'userName': 'noah.finberg@domo.com',
   'emailAddress': 'noah.finberg@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1667336422950,
   'created': 1665071846,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 476641103,
   'invitorUserId': 617808774,
   'displayName': 'Aniket Chougule',
   'userName': 'anichougule9@gmail.com',
   'emailAddress': 'anichougule9@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029453000,
   'created': 1712029453,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 478261546,
   'invitorUserId': 583215149,
   'displayName': 'Heather Roberts',
   'userName': 'heatherroberts@iowaleague.org',
   'emailAddress': 'heatherroberts@iowaleague.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691510369816,
   'created': 1690382279,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 478867517,
   'invitorUserId': 1204317927,
   'displayName': 'rsleater',
   'userName': 'rsleater@ehub.com',
   'emailAddress': 'rsleater@ehub.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1677627689108,
   'created': 1677627689,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 48362993,
   'invitorUserId': 1728973208,
   'displayName': 'Kurt Meyer',
   'userName': 'kurtmeyer@gmail.com',
   'emailAddress': 'kurtmeyer@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1723131989152,
   'created': 1723131989,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 486301178,
   'invitorUserId': 583215149,
   'displayName': 'Arman Little',
   'userName': 'ALittle@ameritfleet.com',
   'emailAddress': 'ALittle@ameritfleet.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1697054723000,
   'created': 1697054723,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 487316396,
   'invitorUserId': 1783864164,
   'displayName': 'Derek Wheeler',
   'userName': 'Derek.wheeler@domo.com',
   'emailAddress': 'Derek.wheeler@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1714055737269,
   'created': 1714055737,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 489005238,
   'invitorUserId': 583215149,
   'displayName': 'Julianna White',
   'userName': 'julianna.white@domo.com',
   'emailAddress': 'julianna.white@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695140334358,
   'created': 1694116997,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 490351974,
   'invitorUserId': 68216396,
   'displayName': 'Phil Bohaker',
   'userName': 'phil_bohaker@tsco.org',
   'emailAddress': 'phil_bohaker@tsco.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1682087580032,
   'created': 1681943293,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 49241231,
   'invitorUserId': 316139172,
   'displayName': 'Juliana Avery',
   'userName': 'juliana.avery@domo.com',
   'emailAddress': 'juliana.avery@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701116188704,
   'created': 1664399068,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 49602451,
   'invitorUserId': 1768567034,
   'displayName': 'La Miskey Dillon',
   'userName': 'Lamiskey.Dillon@caemilusa.com',
   'emailAddress': 'Lamiskey.Dillon@caemilusa.com',
   'phoneNumber': '12143341571',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698958053827,
   'created': 1698957704,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 502170574,
   'invitorUserId': 1783864164,
   'displayName': 'Andrew Eilers',
   'userName': 'aeilers@msdist.com',
   'emailAddress': 'aeilers@msdist.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1720632591924,
   'created': 1720632591,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 502278247,
   'invitorUserId': 68216396,
   'displayName': 'alexis.lundberg',
   'userName': 'alexis.lundberg@jamf.com',
   'emailAddress': 'alexis.lundberg@jamf.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1657727370635,
   'created': 1657575303,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 50322846,
   'invitorUserId': 795553497,
   'displayName': 'Bekky Macdonald@ipghealth.com',
   'userName': 'bekky.macdonald@ipghealth.com',
   'emailAddress': 'bekky.macdonald@ipghealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1716205268060,
   'created': 1696847215,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 504807367,
   'invitorUserId': 1095515127,
   'displayName': 'Taylor Green',
   'userName': 'taylor@crystalballers.ai',
   'emailAddress': 'taylor@crystalballers.ai',
   'accepted': True,
   'userType': 'USER',
   'modified': 1669756527941,
   'created': 1662736439,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 50509822,
   'invitorUserId': 1291523817,
   'displayName': 'Wali_Buns',
   'userName': 'Wali_Buns@vfc.com',
   'emailAddress': 'Wali_Buns@vfc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1670449023800,
   'created': 1670448968,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 505651363,
   'invitorUserId': 587894148,
   'displayName': 'domo-admin@gcs-ltd.com',
   'userName': 'domo-admin@gcs-ltd.com',
   'emailAddress': 'domo-admin@gcs-ltd.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1706282029045,
   'created': 1705938938,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 509210870,
   'invitorUserId': 1866341252,
   'displayName': 'Charlie Heim',
   'userName': 'charlie.heim@retailinsightsllc.com',
   'emailAddress': 'charlie.heim@retailinsightsllc.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1714057581164,
   'created': 1714057581,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 50930510,
   'invitorUserId': 583215149,
   'displayName': 'Goodman, Elizabeth',
   'userName': 'elizabeth.g.goodman@lowes.com',
   'emailAddress': 'elizabeth.g.goodman@lowes.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695222025150,
   'created': 1690382276,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 509534198,
   'invitorUserId': 617808774,
   'displayName': 'Ash Sharma',
   'userName': 'ash.sharma@domo.com',
   'emailAddress': 'ash.sharma@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697798652599,
   'created': 1682451485,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 511184051,
   'invitorUserId': 68216396,
   'displayName': 'matt.mecham',
   'userName': 'matt.mecham@domo.com',
   'emailAddress': 'matt.mecham@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1670537193019,
   'created': 1670537193,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 511612035,
   'invitorUserId': 583215149,
   'displayName': 'Sean Duggan',
   'userName': 'sean.duggan@domo.com',
   'emailAddress': 'sean.duggan@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1707840991704,
   'created': 1681498545,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 514559307,
   'invitorUserId': 617808774,
   'displayName': 'Katie Williams',
   'userName': 'KWilliams24@wsgc.com',
   'emailAddress': 'KWilliams24@wsgc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698689316979,
   'created': 1655925787,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 516978807,
   'invitorUserId': 1204317927,
   'displayName': 'ecopp',
   'userName': 'ecopp@ehub.com',
   'emailAddress': 'ecopp@ehub.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1677627615854,
   'created': 1677627615,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 520354829,
   'invitorUserId': 1893952720,
   'displayName': 'Corey Morganstern',
   'userName': 'corey.morganstern@bluemoondigital.co',
   'emailAddress': 'corey.morganstern@bluemoondigital.co',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511994000,
   'created': 1619511994,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 522984988,
   'invitorUserId': 1893952720,
   'displayName': 'Naziya Sulthana',
   'userName': 'naziya.sulthana@consilio.com',
   'emailAddress': 'naziya.sulthana@consilio.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1627914826668,
   'created': 1618579002,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 525592428,
   'invitorUserId': 583215149,
   'displayName': 'Noor Suleiman',
   'userName': 'noor.suleiman@gocanvas.com',
   'emailAddress': 'noor.suleiman@gocanvas.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694411172879,
   'created': 1694121854,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 538518671,
   'invitorUserId': 583215149,
   'displayName': 'Felicia Medrano',
   'userName': 'felicia.medrano@brandsource.com',
   'emailAddress': 'felicia.medrano@brandsource.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691683245995,
   'created': 1690382271,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 539925853,
   'invitorUserId': 1893952720,
   'displayName': 'Adicia Dunlap',
   'userName': 'adicia.dunlap@roberthalf.com',
   'emailAddress': 'adicia.dunlap@roberthalf.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511985000,
   'created': 1619511984,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 540788968,
   'invitorUserId': 1768567034,
   'displayName': 'Chelsi Chavez',
   'userName': 'Chelsi.Chavez@caemilusa.com',
   'emailAddress': 'Chelsi.Chavez@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698752432663,
   'created': 1689179387,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 541128711,
   'invitorUserId': 583215149,
   'displayName': 'Virginie Clusiault',
   'userName': 'virginie.clusiault@frankandoak.com',
   'emailAddress': 'virginie.clusiault@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699465393953,
   'created': 1698668808,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 541789279,
   'invitorUserId': 583215149,
   'displayName': 'Yuke Wu',
   'userName': 'yuke.wu@a4media.com',
   'emailAddress': 'yuke.wu@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714674131018,
   'created': 1683047098,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 543426310,
   'invitorUserId': 1893952720,
   'displayName': 'Simona Bertozzi',
   'userName': 'simona@everli.com',
   'emailAddress': 'simona@everli.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618990144661,
   'created': 1618579026,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 546262753,
   'invitorUserId': 583215149,
   'displayName': 'Christina Marino',
   'userName': 'christina.marino@aenetworks.com',
   'emailAddress': 'christina.marino@aenetworks.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681153315807,
   'created': 1680551163,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 547299980,
   'invitorUserId': 617808774,
   'displayName': 'Abner Alberto Aranda Nassar',
   'userName': 'abner@a3nstudio.com',
   'emailAddress': 'abner@a3nstudio.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029459000,
   'created': 1712029458,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 548138821,
   'invitorUserId': 583215149,
   'displayName': 'Jenny Na',
   'userName': 'jenny.na@razorfish.com',
   'emailAddress': 'jenny.na@razorfish.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Senior Data Instrumentation Analyst',
   'modified': 1685025952361,
   'created': 1683047101,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 556423215,
   'invitorUserId': 1893952720,
   'displayName': 'Mariana Dias',
   'userName': 'marianageraldodias.EVERIS@edp.com',
   'emailAddress': 'marianageraldodias.EVERIS@edp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579068000,
   'created': 1618579067,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 55703651,
   'invitorUserId': 583215149,
   'displayName': 'Christopher Jacobus',
   'userName': 'Christopher.jacobus@ipghealth.com',
   'emailAddress': 'Christopher.jacobus@ipghealth.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1696599917000,
   'created': 1696599916,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 557944752,
   'invitorUserId': 583215149,
   'displayName': 'Miranda Maxwell',
   'userName': 'miranda.maxwell@gocanvas.com',
   'emailAddress': 'miranda.maxwell@gocanvas.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699888922213,
   'created': 1690395253,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 55874022,
   'invitorUserId': 587894148,
   'displayName': 'Grant Smith',
   'department': '',
   'userName': 'grant_smith@sweetwater.com',
   'emailAddress': 'grantsmith@gmail.com',
   'phoneNumber': '0',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'hireDate': 1618632000000,
   'modified': 1724793010361,
   'created': 1588960528,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'alternateEmail': '',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 568212686,
   'invitorUserId': 583215149,
   'displayName': 'Diane Murgittroyd',
   'userName': 'diane.murgittroyd1@a4media.com',
   'emailAddress': 'diane.murgittroyd1@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Manager,  Enterprise Systems',
   'modified': 1683216948000,
   'created': 1683047097,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 570885248,
   'invitorUserId': 583215149,
   'displayName': 'Sarah Missimer',
   'userName': 'sarah@markstein.co',
   'emailAddress': 'sarah@markstein.co',
   'accepted': True,
   'userType': 'USER',
   'modified': 1684347998945,
   'created': 1680551158,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 571408327,
   'invitorUserId': 583215149,
   'displayName': 'Sean Kershaw',
   'userName': 'sean.kershaw@frankandoak.com',
   'emailAddress': 'sean.kershaw@frankandoak.com',
   'accepted': False,
   'userType': 'USER',
   'title': 'Email CRM',
   'modified': 1698668817000,
   'created': 1698668816,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 574244836,
   'invitorUserId': 1893952720,
   'displayName': 'Matthieu Vincenten',
   'userName': 'mvincenten@promedico.nl',
   'emailAddress': 'mvincenten@promedico.nl',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699821416461,
   'created': 1619511972,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 575741188,
   'invitorUserId': 583215149,
   'displayName': 'Brian Lawlor',
   'userName': 'brian_lawlor@conair.com',
   'emailAddress': 'brian_lawlor@conair.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694782673893,
   'created': 1690382294,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 576344324,
   'invitorUserId': 1950208331,
   'displayName': 'Tyler WIlson',
   'userName': 'E.tylerwilson@gmail.com',
   'emailAddress': 'E.tylerwilson@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717261243043,
   'created': 1717261243,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 576893708,
   'invitorUserId': 1366575707,
   'displayName': 'Dean Ariola',
   'userName': 'dariola@castlebiosciences.com',
   'emailAddress': 'dariola@castlebiosciences.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1685485282153,
   'created': 1676505653,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 577951659,
   'invitorUserId': 583215149,
   'displayName': 'Gloriana Diaz',
   'userName': 'gloriana.diaz@rugiet.com',
   'emailAddress': 'gloriana.diaz@rugiet.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699233133284,
   'created': 1697054733,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 578107238,
   'invitorUserId': 1893952720,
   'displayName': 'Rutger Zwaal',
   'userName': 'rutger.zwaal@talpanetwork.com',
   'emailAddress': 'rutger.zwaal@talpanetwork.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579099000,
   'created': 1618579099,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 580083137,
   'invitorUserId': 1893952720,
   'displayName': 'Jinny To',
   'department': '',
   'userName': 'jinny.to@loreal.com',
   'emailAddress': 'jinny.to@loreal.com',
   'phoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': '',
   'modified': 1701159991795,
   'created': 1618579043,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 581714079,
   'invitorUserId': 583215149,
   'displayName': 'Howard Yang',
   'userName': 'howardy@netflix.com',
   'emailAddress': 'howardy@netflix.com',
   'accepted': False,
   'userType': 'USER',
   'title': 'Manager,  Marketing and IP Legal Operations,  Tools,  and Workflows',
   'modified': 1683047106000,
   'created': 1683047106,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 581759206,
   'invitorUserId': 617808774,
   'displayName': 'Nagendra Hegde',
   'userName': 'hegde.na@northeastern.edu',
   'emailAddress': 'hegde.na@northeastern.edu',
   'phoneNumber': '8573968127',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712861638674,
   'created': 1712029469,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 582688310,
   'invitorUserId': 1893952720,
   'displayName': 'fz_Owner7@fz.com',
   'userName': 'Owner7@fz.com',
   'emailAddress': 'Owner7@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869289459,
   'created': 1704258434,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '7',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 583215149,
   'invitorUserId': 617808774,
   'displayName': 'John Jarnagin',
   'department': 'Domo Customer EX Group',
   'userName': 'John.Jarnagin@domo.com',
   'emailAddress': 'John.Jarnagin@domo.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': 'Sr. Customer Experience Eng.',
   'timeZone': 'America/Mexico_City',
   'hireDate': 1680757200000,
   'modified': 1699279373000,
   'created': 1675118878,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'employeeLocation': 'Dallas, TX',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Dallas, TX',
   'active': True,
   'isExplicitShare': False},
  {'id': 584275890,
   'invitorUserId': 583215149,
   'displayName': 'Jason Lee',
   'userName': 'jason.lee@medius.com',
   'emailAddress': 'jason.lee@medius.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697472989525,
   'created': 1694121849,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 584997384,
   'invitorUserId': 583215149,
   'displayName': 'Sandra Quintana-Vargas',
   'userName': 'squintanavargas@ups.com',
   'emailAddress': 'squintanavargas@ups.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694202397483,
   'created': 1694121858,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 585823160,
   'invitorUserId': 1893952720,
   'displayName': 'Piotr Barszcz',
   'userName': 'piotr.barszcz@lingarogroup.com',
   'emailAddress': 'piotr.barszcz@lingarogroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579044000,
   'created': 1618579044,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 586496271,
   'invitorUserId': 583215149,
   'displayName': 'Megan Fortenberry',
   'userName': 'mfortenberry@rwilogistics.com',
   'emailAddress': 'mfortenberry@rwilogistics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690906623917,
   'created': 1690382274,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 587073592,
   'invitorUserId': 583215149,
   'displayName': 'Mallory Jones',
   'userName': 'mallory@utahtrust.gov',
   'emailAddress': 'mallory@utahtrust.gov',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698428171673,
   'created': 1697054743,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 587084188,
   'invitorUserId': 1893952720,
   'displayName': "Zena O'Brien",
   'userName': 'zena.obrien@green-park.co.uk',
   'emailAddress': 'zena.obrien@green-park.co.uk',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619698403710,
   'created': 1618579066,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 587894148,
   'invitorUserId': 1575177145,
   'displayName': 'Bryan Van Kampen',
   'department': 'BT Partners',
   'userName': 'BVanKampen@btpartners.com',
   'emailAddress': 'bryan@bvankampen.net',
   'phoneNumber': '6304647034',
   'accepted': True,
   'userType': 'USER',
   'title': 'Executive Analytics',
   'hireDate': 1588827600000,
   'modified': 1717172707017,
   'created': 1588874267,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 590129555,
   'invitorUserId': 617808774,
   'displayName': 'Matthew Nistler',
   'userName': 'MNistler@WSGC.com',
   'emailAddress': 'MNistler@WSGC.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1670532443964,
   'created': 1655925747,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 591544865,
   'invitorUserId': 1893952720,
   'displayName': 'myo thant',
   'userName': 'myo.thant@informa.com',
   'emailAddress': 'myo.thant@informa.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511978000,
   'created': 1619511977,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 596117551,
   'invitorUserId': 1893952720,
   'displayName': 'Alphons Peter',
   'userName': 'alphons.peter@audibene.de',
   'emailAddress': 'alphons.peter@audibene.de',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579034000,
   'created': 1618579033,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 598311345,
   'invitorUserId': 583215149,
   'displayName': 'Trace Fieseler',
   'userName': 'tracef@cirsa.org',
   'emailAddress': 'tracef@cirsa.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691675862958,
   'created': 1690382278,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 59978761,
   'invitorUserId': 1204317927,
   'displayName': 'Josh Bethers',
   'userName': 'jbethers@ehub.com',
   'emailAddress': 'jbethers@ehub.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1678219880000,
   'created': 1677627645,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 601874628,
   'invitorUserId': 583215149,
   'displayName': 'Joan Gonzalez',
   'userName': 'jgonzalez@unitedwayhouston.org',
   'emailAddress': 'jgonzalez@unitedwayhouston.org',
   'phoneNumber': '713-685-2466',
   'accepted': True,
   'userType': 'USER',
   'modified': 1689170781418,
   'created': 1686078182,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 602535063,
   'invitorUserId': 583215149,
   'displayName': 'Raveen Sharma',
   'userName': 'raveen.sharma@khoros.com',
   'emailAddress': 'raveen.sharma@khoros.com',
   'phoneNumber': '7405444113',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686155366000,
   'created': 1686001024,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 603745660,
   'invitorUserId': 617808774,
   'displayName': 'Kevin Keum',
   'userName': 'kevin.keum@ext.teladochealth.com',
   'emailAddress': 'kevin.keum@ext.teladochealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686154554249,
   'created': 1686154465,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 610286698,
   'invitorUserId': 583215149,
   'displayName': 'Valentina Tapia',
   'userName': 'valentina.tapia@frankandoak.com',
   'emailAddress': 'valentina.tapia@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700067759649,
   'created': 1698668815,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 611290261,
   'invitorUserId': 583215149,
   'displayName': 'Luc Leszczynski',
   'userName': 'Leszczynski.Luc@basco.com',
   'emailAddress': 'Leszczynski.Luc@basco.com',
   'phoneNumber': '4142595333',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699376902598,
   'created': 1698948074,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 612085674,
   'invitorUserId': 1893952720,
   'displayName': 'Oleksii Zakrevskyi',
   'userName': 'zakrevskyi@gmail.com',
   'emailAddress': 'zakrevskyi@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1712697204755,
   'created': 1618579027,
   'roleId': 810756122,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 613520555,
   'invitorUserId': 1893952720,
   'displayName': 'Erica Brown',
   'userName': 'erica.brown@bluemoondigital.co',
   'emailAddress': 'erica.brown@bluemoondigital.co',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619620975531,
   'created': 1619511954,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 615071860,
   'invitorUserId': 1510087228,
   'displayName': 'Sarah Jackson',
   'userName': 'sarahfjackson@yahoo.com',
   'emailAddress': 'sarahfjackson@yahoo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1724439921264,
   'created': 1724439921,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 61634052,
   'invitorUserId': 1833256765,
   'displayName': 'Shane Wright',
   'userName': 'shane.wright@domo.com',
   'emailAddress': 'shane.wright@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1668448684870,
   'created': 1668445772,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 617808774,
   'invitorUserId': 587894148,
   'displayName': 'Richard Carey',
   'userName': 'Richard.Carey@domo.com',
   'emailAddress': 'richard@bcamp.dev',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701736639781,
   'created': 1631899229,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 619912544,
   'invitorUserId': 68216396,
   'displayName': 'Mike Binder',
   'userName': 'mbinder.mail@gmail.com',
   'emailAddress': 'mbinder.mail@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1667511003754,
   'created': 1667510971,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 622836461,
   'invitorUserId': 514559307,
   'displayName': 'Leighton Linton',
   'userName': 'llinton@wsgc.com',
   'emailAddress': 'llinton@wsgc.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1678230821811,
   'created': 1678230821,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 627335536,
   'invitorUserId': 617808774,
   'displayName': 'Elaine Ton',
   'userName': 'ETon1@wsgc.com',
   'emailAddress': 'ETon1@wsgc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681842608017,
   'created': 1655925772,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 633353628,
   'invitorUserId': 583215149,
   'displayName': 'Connie Leeper',
   'userName': 'connie.leeper@gocanvas.com',
   'emailAddress': 'connie.leeper@gocanvas.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1692853025709,
   'created': 1690382305,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 636595238,
   'invitorUserId': 1893952720,
   'displayName': 'Mark Snodgrass',
   'userName': 'msnodgrass@nlcmutual.co',
   'emailAddress': 'msnodgrass@nlcmutual.co',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618299288000,
   'created': 1618299287,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 637761742,
   'invitorUserId': 416285069,
   'displayName': 'Tharindu Ranathunge',
   'userName': 'tharindu@visionwrights.com',
   'emailAddress': 'tharindu@visionwrights.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1682358750041,
   'created': 1673366830,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 642610950,
   'invitorUserId': 514559307,
   'displayName': 'Farhan Farooq',
   'userName': 'fkaka@wsgc.com',
   'emailAddress': 'fkaka@wsgc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680720016843,
   'created': 1678229827,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 643568185,
   'invitorUserId': 587894148,
   'displayName': 'cmaddocks@omniadvertising.com',
   'userName': 'cmaddocks@omniadvertising.com',
   'emailAddress': 'cmaddocks@omniadvertising.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705948164777,
   'created': 1705939398,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 644099959,
   'invitorUserId': 1893952720,
   'displayName': 'Dalton Brennan',
   'userName': 'dalton.brennan@nccgroup.com',
   'emailAddress': 'dalton.brennan@nccgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511965000,
   'created': 1619511964,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 644655602,
   'invitorUserId': 316139172,
   'displayName': 'Griffin Dassatti',
   'userName': 'griffin.dassatti@domo.com',
   'emailAddress': 'griffin.dassatti@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1662503949,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 644731313,
   'invitorUserId': 958797472,
   'displayName': 'Sophia Lind',
   'userName': 'sophia.lind@domo.com',
   'emailAddress': 'sophia.lind@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701289222018,
   'created': 1686077804,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 645070475,
   'invitorUserId': 587894148,
   'displayName': 'jimmykglenn@gmail.com',
   'userName': 'jimmykglenn@gmail.com',
   'emailAddress': 'jimmykglenn@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1655916280332,
   'created': 1620396618,
   'role': 'Participant',
   'roleId': 4,
   'rights': 1,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 648539990,
   'invitorUserId': 583215149,
   'displayName': 'Jeremy Gregory',
   'userName': 'jg@adminformatics.com',
   'emailAddress': 'jg@adminformatics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686154611394,
   'created': 1686001010,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 648662760,
   'invitorUserId': 1783864164,
   'displayName': 'Craig Pozen',
   'userName': 'cpozen@72sold.com',
   'emailAddress': 'cpozen@72sold.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1698933940944,
   'created': 1698933940,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 649052436,
   'invitorUserId': 587894148,
   'displayName': 'nickg@heartlandhsc.com',
   'userName': 'nickg@heartlandhsc.com',
   'emailAddress': 'nickg@heartlandhsc.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1673637656666,
   'created': 1673637498,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 649874100,
   'invitorUserId': 148885605,
   'displayName': 'Deepa Athirathinam',
   'userName': 'deepa.athirathinam@sagesure.com',
   'emailAddress': 'deepa.athirathinam@sagesure.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686328561484,
   'created': 1686328561,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 653267187,
   'invitorUserId': 583215149,
   'displayName': 'Freddie Goddard',
   'userName': 'freddie.goddard@domo.com',
   'emailAddress': 'freddie.goddard@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698160909546,
   'created': 1681498609,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 655762077,
   'invitorUserId': 583215149,
   'displayName': 'Adam Strizzi',
   'userName': 'adam.strizzi@1naturalway.com',
   'emailAddress': 'adam.strizzi@1naturalway.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699377433701,
   'created': 1698948082,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 657447270,
   'invitorUserId': 1893952720,
   'displayName': 'Armand Anloague',
   'userName': 'ArmandAnloague@segrocers.com',
   'emailAddress': 'ArmandAnloague@segrocers.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665158293154,
   'created': 1618579102,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 657636287,
   'invitorUserId': 958086679,
   'displayName': 'Charles Barkley',
   'userName': 'nate.bear+6@sony.com',
   'emailAddress': 'nate.bear+6@sony.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1713285631425,
   'created': 1713285631,
   'role': 'Participant',
   'roleId': 4,
   'rights': 1,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 658147723,
   'invitorUserId': 1783864164,
   'displayName': 'Grant Stowell',
   'userName': 'grant.stowell@domo.com',
   'emailAddress': 'grant.stowell@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1706311626559,
   'created': 1706032033,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 658984547,
   'invitorUserId': 148885605,
   'displayName': 'Michaela Loesch',
   'userName': 'michaela.loesch@sagesure.com',
   'emailAddress': 'michaela.loesch@sagesure.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1686328265738,
   'created': 1686328265,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 662594027,
   'invitorUserId': 587894148,
   'displayName': 'matt.welykholowa@cornerstonecu.com',
   'userName': 'matt.welykholowa@cornerstonecu.com',
   'emailAddress': 'matt.welykholowa@cornerstonecu.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698096477150,
   'created': 1697816477,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 663516735,
   'invitorUserId': 1893952720,
   'displayName': 'test 3',
   'userName': 'test4@test.com',
   'emailAddress': 'test33@test.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1721847564334,
   'created': 1679007751,
   'roleId': 810756122,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 664474247,
   'invitorUserId': 1893952720,
   'displayName': 'Nuno Matias',
   'userName': 'nunomatias.everis@edp.com',
   'emailAddress': 'nunomatias.everis@edp.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619019064061,
   'created': 1618579062,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 665351193,
   'invitorUserId': 617808774,
   'displayName': 'Hira Ayub',
   'userName': 'hayub@tstelemed.com',
   'emailAddress': 'hayub@tstelemed.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1656006062000,
   'created': 1655925473,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 66939805,
   'invitorUserId': 587894148,
   'displayName': 'Peter Ferko (HES)',
   'userName': 'pferko@hes.edu.au',
   'emailAddress': 'pferko@hes.edu.au',
   'phoneNumber': '+61 417 321 454',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'Australia/Melbourne',
   'modified': 1679524868000,
   'created': 1679523532,
   'roleId': 2097317660,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 671208405,
   'invitorUserId': 583215149,
   'displayName': 'Lindsey Gill',
   'userName': 'lindsey.gill@razorfish.com',
   'emailAddress': 'lindsey.gill@razorfish.com',
   'phoneNumber': '-',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683737322172,
   'created': 1683047102,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 672481709,
   'invitorUserId': 1893952720,
   'displayName': 'Maxime Rousseau',
   'userName': 'maxime.rousseau@loreal.com',
   'emailAddress': 'maxime.rousseau@loreal.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511940000,
   'created': 1619511939,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 672705975,
   'invitorUserId': 1893952720,
   'displayName': 'Alexander Thach',
   'userName': 'alexander.thach@caemilusa.com',
   'emailAddress': 'alexander.thach@caemilusa.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579082000,
   'created': 1618579081,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 673226314,
   'invitorUserId': 583215149,
   'displayName': 'Amanda Ortiz-Fraga',
   'userName': 'aortizfraga@netflix.com',
   'emailAddress': 'aortizfraga@netflix.com',
   'accepted': False,
   'userType': 'USER',
   'title': 'LegalOps Analyst',
   'modified': 1683047107000,
   'created': 1683047106,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 67322960,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager3@fz.com',
   'userName': 'RestaurantManager3@fz.com',
   'emailAddress': 'RestaurantManager3@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869264719,
   'created': 1704259969,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '3',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 674419397,
   'invitorUserId': 583215149,
   'displayName': 'Enrique Puig',
   'userName': 'enriquepuig@segrocers.com',
   'emailAddress': 'enriquepuig@segrocers.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683199652601,
   'created': 1680551161,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 67539566,
   'invitorUserId': 617808774,
   'displayName': 'Jessica Calise',
   'userName': 'Jessica.calise@conduent.com',
   'emailAddress': 'Jessica.calise@conduent.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686155596350,
   'created': 1686155376,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 675718858,
   'invitorUserId': 1783864164,
   'displayName': 'Sierra Wise',
   'userName': 'sierra.wise@domo.com',
   'emailAddress': 'sierra.wise@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1717773773690,
   'created': 1701450457,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 67964024,
   'invitorUserId': 583215149,
   'displayName': 'Eleana Martinez',
   'userName': 'Eleana.Martinez@aenetworks.com',
   'emailAddress': 'Eleana.Martinez@aenetworks.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1680551163594,
   'created': 1680551163,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 680266860,
   'invitorUserId': 1893952720,
   'displayName': 'Murnane Caroline',
   'userName': 'caroline.murnane@worldrugby.org',
   'emailAddress': 'caroline.murnane@worldrugby.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579041000,
   'created': 1618579040,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 68216396,
   'invitorUserId': 1893952720,
   'displayName': 'Elliott Leonard',
   'department': 'Owner',
   'userName': 'egleonard88@gmail.com',
   'emailAddress': 'egleonard88@gmail.com',
   'phoneNumber': '9702198956',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711574994000,
   'created': 1628021576,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 684068578,
   'invitorUserId': 583215149,
   'displayName': 'Serra Erkal',
   'userName': 'serra.erkal@frankandoak.com',
   'emailAddress': 'serra.erkal@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699886076021,
   'created': 1698668812,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 68838362,
   'invitorUserId': 1893952720,
   'displayName': 'Joseph Miscavige',
   'userName': 'jamiscavige@pbs.org',
   'emailAddress': 'jamiscavige@pbs.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579029000,
   'created': 1618579028,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 688516957,
   'invitorUserId': 617808774,
   'displayName': 'Nick Heath',
   'userName': 'nick.heath@morecommerce.com',
   'emailAddress': 'nick.heath@morecommerce.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1655927659693,
   'created': 1655925688,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 690489141,
   'invitorUserId': 694942127,
   'displayName': 'Samuel Robinson',
   'userName': 'samuel.robinson@domo.com',
   'emailAddress': 'samuel.robinson@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1670366689491,
   'created': 1664398510,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 691306239,
   'invitorUserId': 583215149,
   'displayName': 'Jessica Bennett',
   'userName': 'jessica.bennett@elevancehealth.com',
   'emailAddress': 'jessica.bennett@elevancehealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700505002204,
   'created': 1683146664,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 693114402,
   'invitorUserId': 583215149,
   'displayName': 'Joe Strong',
   'userName': 'strongjp.jps@gmail.com',
   'emailAddress': 'strongjp.jps@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699979589372,
   'created': 1697054736,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 693711905,
   'invitorUserId': 1893952720,
   'displayName': 'mschwarzbart',
   'userName': 'mschwarzbart@highpoint-associates.com',
   'emailAddress': 'mschwarzbart@highpoint-associates.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1626814164675,
   'created': 1626812890,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 693722501,
   'invitorUserId': 587894148,
   'displayName': 'Sharon Clark',
   'userName': 'sclark@realestateone.com',
   'emailAddress': 'sclark@realestateone.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1589558885612,
   'created': 1588960527,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 694066152,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager13@fz.com',
   'userName': 'RestaurantManager13@fz.com',
   'emailAddress': 'RestaurantManager13@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869326654,
   'created': 1704259971,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '13',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 694942127,
   'invitorUserId': 617808774,
   'displayName': 'Chris Wright',
   'userName': 'Chris.Wright@domo.com',
   'emailAddress': 'Chris.Wright@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1704931666934,
   'created': 1660858240,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 696468809,
   'invitorUserId': 1893952720,
   'displayName': 'Abish Srinath',
   'userName': 'abish.srinath@domo.com',
   'emailAddress': 'abish.srinath@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618579103,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 699075231,
   'invitorUserId': 587894148,
   'displayName': 'Mark Snodgrass',
   'userName': 'msnodgrass@nlcmutual.com',
   'emailAddress': 'msnodgrass@nlcmutual.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1662561678000,
   'created': 1597422047,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 699130027,
   'invitorUserId': 1893952720,
   'displayName': 'akhil dhingra',
   'userName': 'akhildhingra@gmail.com',
   'emailAddress': 'akhildhingra@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579006000,
   'created': 1618579005,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 700853696,
   'invitorUserId': 55874022,
   'displayName': 'Pierre Grimaldi',
   'userName': 'pierre.grimaldi@rovemarketing.ca',
   'emailAddress': 'pierre.grimaldi@rovemarketing.ca',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699880782814,
   'created': 1676992724,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 710944950,
   'invitorUserId': 316139172,
   'displayName': 'Nikos Acuna',
   'userName': 'nikos.acuna@domo.com',
   'emailAddress': 'nikos.acuna@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1662503950,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 711202921,
   'invitorUserId': 1893952720,
   'displayName': 'Florian Napierala',
   'userName': 'florian.napierala2@loreal.com',
   'emailAddress': 'florian.napierala2@loreal.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511943000,
   'created': 1619511942,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 712775540,
   'invitorUserId': 958797472,
   'displayName': 'Libbey Miles',
   'userName': 'libbey.miles@domo.com',
   'emailAddress': 'libbey.miles@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686260336966,
   'created': 1686078120,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 716713486,
   'invitorUserId': 1077812516,
   'displayName': 'Tatyana Kendinian',
   'userName': 'Tatyana.Kendinian@consilio.com',
   'emailAddress': 'Tatyana.Kendinian@consilio.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1624564050610,
   'created': 1624564050,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 717021134,
   'invitorUserId': 583215149,
   'displayName': 'Erica Archer',
   'userName': 'erica.archer@razorfish.com',
   'emailAddress': 'erica.archer@razorfish.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681412230796,
   'created': 1680551169,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 719511661,
   'invitorUserId': 583215149,
   'displayName': 'Liam Scobey',
   'userName': 'liam.scobey@abbott.com',
   'emailAddress': 'liam.scobey@abbott.com',
   'accepted': True,
   'userType': 'USER',
   'timeZone': 'America/Chicago',
   'modified': 1686153022000,
   'created': 1686001027,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 722128535,
   'invitorUserId': 1893952720,
   'displayName': 'Miguel Guedes',
   'userName': 'Miguel.guedes@cgi.com',
   'emailAddress': 'Miguel.guedes@cgi.com',
   'phoneNumber': '+351913017621',
   'accepted': True,
   'userType': 'USER',
   'modified': 1630400070000,
   'created': 1619512009,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 733251642,
   'invitorUserId': 1893952720,
   'displayName': 'Julianna Renaud',
   'userName': 'julianna.renaud@bluemoondigital.co',
   'emailAddress': 'Julianna.renaud@paramount.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1685723155894,
   'created': 1618579039,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 739433261,
   'invitorUserId': 1893952720,
   'displayName': 'Nicole Fauss',
   'department': '',
   'userName': 'nicole.fauss@voya.ai',
   'emailAddress': 'nicole.fauss@voya.ai',
   'phoneNumber': '+491741657478',
   'accepted': True,
   'userType': 'USER',
   'title': 'Head of Finance and Business Intelligence',
   'modified': 1618845496750,
   'created': 1618579035,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 740627276,
   'invitorUserId': 1562222983,
   'displayName': 'Emmanuel Gillis-Harry',
   'userName': 'emmanuel.harry@vepcontractor.com',
   'emailAddress': 'emmanuel.harry@vepcontractor.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1675865634016,
   'created': 1675196084,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 742389268,
   'invitorUserId': 583215149,
   'displayName': 'Derek Sinclair',
   'userName': 'dsinclair@rwilogistics.com',
   'emailAddress': 'dsinclair@rwilogistics.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1705003565673,
   'created': 1690382301,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 74259340,
   'invitorUserId': 1893952720,
   'displayName': 'Miguel Vian',
   'userName': 'miguel.vian@touch.aero',
   'emailAddress': 'miguel.vian@touch.aero',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619611879144,
   'created': 1618579018,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 746999464,
   'invitorUserId': 1893952720,
   'displayName': 'test_and_delete',
   'userName': 'test26@test.com',
   'emailAddress': 'test26@test.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1680664879908,
   'created': 1680664879,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 747252728,
   'invitorUserId': 583215149,
   'displayName': 'Lisa Williams',
   'userName': 'lisa.williams2@elevancehealth.com',
   'emailAddress': 'lisa.williams2@elevancehealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701116216429,
   'created': 1683146619,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 749054906,
   'invitorUserId': 1893952720,
   'displayName': 'Dan Hendriksen',
   'userName': 'Dan.Hendriksen@domo.com',
   'emailAddress': 'Dan.Hendriksen@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1706733152154,
   'created': 1618299288,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 749848850,
   'invitorUserId': 416285069,
   'displayName': 'Grace Brockwell',
   'userName': 'grace@visionwrights.com',
   'emailAddress': 'grace@visionwrights.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1726502766420,
   'created': 1681154615,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 75055161,
   'invitorUserId': 2088255083,
   'displayName': 'Rob Staples',
   'userName': 'rob.staples@domo.com',
   'emailAddress': 'rob.staples@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1679694415369,
   'created': 1679694415,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 752937626,
   'invitorUserId': 1725780094,
   'displayName': 'Katie Kitchiner',
   'userName': 'katie.kitchiner@domo.com',
   'emailAddress': 'katie.kitchiner@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1701084200844,
   'created': 1701080419,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 754132743,
   'invitorUserId': 1893952720,
   'displayName': 'Jay Sethi',
   'userName': 'jay.sethi@roberthalf.com',
   'emailAddress': 'jay.sethi@roberthalf.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1621875843735,
   'created': 1618579095,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 756306366,
   'invitorUserId': 587894148,
   'displayName': 'Josh Stan',
   'userName': 'Joshua.stan@gmail.com',
   'emailAddress': 'Joshua.stan@gmail.com',
   'phoneNumber': '(234) 281-9188',
   'accepted': True,
   'userType': 'USER',
   'modified': 1591984390000,
   'created': 1588960527,
   'roleId': 2097317660,
   'employeeLocation': 'Dallas, TX',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Dallas, TX',
   'active': True,
   'isExplicitShare': False},
  {'id': 758738079,
   'invitorUserId': 583215149,
   'displayName': 'Ella Browman',
   'userName': 'ella.browman@frankandoak.com',
   'emailAddress': 'ella.browman@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699892903707,
   'created': 1698668819,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 759792319,
   'invitorUserId': 583215149,
   'displayName': 'Anthony Aguirre',
   'userName': 'aaguirre@thisisoutcast.com',
   'emailAddress': 'aaguirre@thisisoutcast.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1694189137000,
   'created': 1694121843,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 760234499,
   'invitorUserId': 1893952720,
   'displayName': 'Afonso Borges',
   'userName': 'afonsosousaborges.everis@edp.com',
   'emailAddress': 'afonsosousaborges.everis@edp.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511961000,
   'created': 1619511961,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 760504801,
   'invitorUserId': 583215149,
   'displayName': 'Matthew Freihofner',
   'userName': 'matthew.freihofner@frankandoak.com',
   'emailAddress': 'matthew.freihofner@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'VP of Finance',
   'modified': 1699291211487,
   'created': 1698668817,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 760748705,
   'invitorUserId': 966365811,
   'displayName': 'ST Superman',
   'userName': 'sathomps@gmail.com',
   'emailAddress': 'sathomps@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1726450523953,
   'created': 1674659091,
   'roleId': 810756122,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 764526063,
   'invitorUserId': 617808774,
   'displayName': 'Chandra Galipelli',
   'userName': 'chandrasheker.galipelli@fmr.com',
   'emailAddress': 'chandrasheker.galipelli@fmr.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665418912854,
   'created': 1665418912,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 768155343,
   'invitorUserId': 583215149,
   'displayName': 'Cynthia Curtis',
   'userName': 'CCurtis@ameritfleet.com',
   'emailAddress': 'CCurtis@ameritfleet.com',
   'phoneNumber': '000-000-0000',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699367244279,
   'created': 1698948085,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 768786511,
   'invitorUserId': 1893952720,
   'displayName': 'Jamie Morrison',
   'userName': 'jamie.morrison@domo.com',
   'emailAddress': 'jamie.morrison@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618579097,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 769300939,
   'invitorUserId': 1893952720,
   'displayName': 'Rahul Yadav',
   'userName': 'rahul.yadav3@sony.com',
   'emailAddress': 'rahul.yadav3@sony.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618579735159,
   'created': 1618579095,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 771178686,
   'invitorUserId': 583215149,
   'displayName': 'Alexa Elliott',
   'userName': 'alexa.elliott@teasdalefoods.com',
   'emailAddress': 'alexa.elliott@teasdalefoods.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698336120305,
   'created': 1694121841,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 779241028,
   'invitorUserId': 583215149,
   'displayName': 'Jordan Coon',
   'userName': 'analytics@eyefulmedia.com',
   'emailAddress': 'analytics@eyefulmedia.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1695916429843,
   'created': 1694121842,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 782016589,
   'invitorUserId': 583215149,
   'displayName': 'Adrianne Spiker',
   'userName': 'aspiker@fscb.com',
   'emailAddress': 'aspiker@fscb.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687549127479,
   'created': 1686072102,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 783279259,
   'invitorUserId': 1893952720,
   'displayName': 'Jerek Justus',
   'userName': 'jerek.justus@bluemoondigital.co',
   'emailAddress': 'jerek.justus@bluemoondigital.co',
   'accepted': True,
   'userType': 'USER',
   'modified': 1618888597820,
   'created': 1618579052,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 783640861,
   'invitorUserId': 514559307,
   'displayName': 'Jianru Shi',
   'userName': 'jshi2@wsgc.com',
   'emailAddress': 'jshi2@wsgc.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1678230779534,
   'created': 1678230779,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 786500704,
   'invitorUserId': 1893952720,
   'displayName': 'Trang Nguyen',
   'userName': 'trang.nguyen@audibene.de',
   'emailAddress': 'trang.nguyen@audibene.de',
   'accepted': True,
   'userType': 'USER',
   'modified': 1625468114151,
   'created': 1618579045,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 787983063,
   'invitorUserId': 583215149,
   'displayName': 'Bolaji ',
   'userName': 'bolaji@ulula.com',
   'emailAddress': 'bolaji@ulula.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700153724144,
   'created': 1698948078,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 78899246,
   'invitorUserId': 587894148,
   'displayName': 'Danny Moon',
   'userName': 'danny.moon@laytonconstruction.com',
   'emailAddress': 'danny.moon@laytonconstruction.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'modified': 1720629140143,
   'created': 1701360506,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 794862702,
   'invitorUserId': 1893952720,
   'displayName': 'Claus Jungblut',
   'userName': 'claus.jungblut@returnonanalytics.de',
   'emailAddress': 'claus.jungblut@returnonanalytics.de',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619196668475,
   'created': 1618579025,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 795553497,
   'invitorUserId': 583215149,
   'displayName': 'Miles Herleikson',
   'userName': 'miles.herleikson@domo.com',
   'emailAddress': 'miles.herleikson@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699464213842,
   'created': 1693516395,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 796785200,
   'invitorUserId': 1893952720,
   'displayName': 'Guillermo Iriarte',
   'department': '',
   'userName': 'giriarte@hssstaffing.com',
   'emailAddress': 'giriarte@hssstaffing.com',
   'phoneNumber': '',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': 'BI Mgr',
   'modified': 1599842097000,
   'created': 1595007642,
   'roleId': 2097317660,
   'alternateEmail': '',
   'employeeLocation': 'Atlanta, GA',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': 'Atlanta, GA',
   'active': True,
   'isExplicitShare': False},
  {'id': 797235532,
   'invitorUserId': 1893952720,
   'displayName': 'Teddy Murphy',
   'userName': 'Tmurphy@miagen.com',
   'emailAddress': 'Tmurphy@miagen.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699867025936,
   'created': 1618579029,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 798452601,
   'invitorUserId': 1893952720,
   'displayName': 'SARA RIBEIRO',
   'userName': 'SARA.LOPESRIBEIRO@EDP.COM',
   'emailAddress': 'SARA.LOPESRIBEIRO@EDP.COM',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579102000,
   'created': 1618579101,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 799381630,
   'invitorUserId': 583215149,
   'displayName': 'Lisa England ',
   'userName': 'lisaengland@iowaleague.org',
   'emailAddress': 'lisaengland@iowaleague.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1698163422209,
   'created': 1697054741,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 800249448,
   'invitorUserId': 583215149,
   'displayName': 'Prashant Bhandari',
   'userName': 'prashant.bhandari@a4media.com',
   'emailAddress': 'prashant.bhandari@a4media.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1718023901922,
   'created': 1683047097,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 802190437,
   'invitorUserId': 587894148,
   'displayName': 'Amanda Sidney',
   'userName': 'amanda.sidney@mastercard.com',
   'emailAddress': 'amanda.sidney@mastercard.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1658235271358,
   'created': 1657921438,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 803276497,
   'invitorUserId': 1950208331,
   'displayName': 'Sarah Collins',
   'userName': 'scollins3@lenovo.com',
   'emailAddress': 'scollins3@lenovo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1713190642207,
   'created': 1713190642,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 805381129,
   'invitorUserId': 694942127,
   'displayName': 'Jack Wang',
   'userName': 'jack.wang@domo.com',
   'emailAddress': 'jack.wang@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1674601990146,
   'created': 1662672929,
   'role': 'Admin',
   'roleId': 1,
   'rights': 63,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 805649835,
   'invitorUserId': 587894148,
   'displayName': 'Anna Yardley',
   'userName': 'Anna.Yardley@Domo.com',
   'emailAddress': 'Anna.Yardley@Domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1728491477363,
   'created': 1589560421,
   'role': 'Editor',
   'roleId': 3,
   'rights': 15,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 809528604,
   'invitorUserId': 583215149,
   'displayName': 'Megan Driver',
   'userName': 'megan.driver@frankandoak.com',
   'emailAddress': 'megan.driver@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699458910730,
   'created': 1698668809,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 809819287,
   'invitorUserId': 583215149,
   'displayName': 'Angie Thompson',
   'userName': 'angie.thompson@khoros.com',
   'emailAddress': 'angie.thompson@khoros.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1690383361000,
   'created': 1686001021,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 80994801,
   'invitorUserId': 1345408759,
   'displayName': 'Bill Ogier',
   'userName': 'bill@billobi.com',
   'emailAddress': 'bill@billobi.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1718050870768,
   'created': 1617203714,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 81274900,
   'invitorUserId': 1077812516,
   'displayName': 'Sean Flores',
   'userName': 'sean.flores@consilio.com',
   'emailAddress': 'sean.flores@consilio.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1624563973654,
   'created': 1624563973,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 812795977,
   'invitorUserId': 583215149,
   'displayName': 'Ethan Linscheid',
   'userName': 'ethan.linscheid@khoros.com',
   'emailAddress': 'ethan.linscheid@khoros.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690383364000,
   'created': 1690382289,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 813579940,
   'invitorUserId': 617808774,
   'displayName': 'Noelle',
   'userName': 'noellemcarey@gmail.com',
   'emailAddress': 'noellemcarey@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1693626995908,
   'created': 1693626995,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 814912330,
   'invitorUserId': 617808774,
   'displayName': 'Manda Li',
   'userName': 'manda.li8686@gmail.com',
   'emailAddress': 'manda.li8686@gmail.com',
   'phoneNumber': '3122419670',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713452348396,
   'created': 1712029463,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 815635231,
   'invitorUserId': 583215149,
   'displayName': 'Nitish Kolwankar',
   'userName': 'nitish.kolwankar@a4media.com',
   'emailAddress': 'nitish.kolwankar@a4media.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1680551172944,
   'created': 1680551172,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 815850078,
   'invitorUserId': 617808774,
   'displayName': 'Cody Smith',
   'userName': 'cody.smith@domo.com',
   'emailAddress': 'cody.smith@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665413585994,
   'created': 1664995858,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 817940218,
   'invitorUserId': 583215149,
   'displayName': 'Kirsten Siler',
   'userName': 'ksiler@ups.com',
   'emailAddress': 'ksiler@ups.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690383365000,
   'created': 1690382295,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 819002820,
   'invitorUserId': 68216396,
   'displayName': 'Jess Rice',
   'userName': 'jess.rice@ipghealth.com',
   'emailAddress': 'jess.rice@ipghealth.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699643721000,
   'created': 1699641380,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 819498402,
   'invitorUserId': 316139172,
   'displayName': 'Scott Hillman',
   'userName': 'scott.hillman@domo.com',
   'emailAddress': 'scott.hillman@domo.com',
   'phoneNumber': '4129150079',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1662503950,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 821071146,
   'invitorUserId': 1768567034,
   'displayName': 'Samuel Robertson',
   'userName': 'Samuel.Robertson@caemilusa.com',
   'emailAddress': 'Samuel.Robertson@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679704470407,
   'created': 1679493431,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 824918681,
   'invitorUserId': 583215149,
   'displayName': 'Tylor Walton',
   'userName': 'tylor.walton@domo.com',
   'emailAddress': 'tylor.walton@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1709332284452,
   'created': 1684422024,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 825167430,
   'invitorUserId': 583215149,
   'displayName': 'Nicole Lorentz',
   'userName': 'Nicole.Lorentz@Shopbotanist.com',
   'emailAddress': 'Nicole.Lorentz@Shopbotanist.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1691682824935,
   'created': 1690382275,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 826020125,
   'invitorUserId': 1345408759,
   'displayName': 'Ritwik',
   'userName': 'ritwik@woodpartners.com',
   'emailAddress': 'ritwik@woodpartners.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1677637735028,
   'created': 1597346548,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 827093373,
   'invitorUserId': 587894148,
   'displayName': 'Dean.Wangerin',
   'department': 'Target',
   'userName': 'Dean.Wangerin@target.com',
   'emailAddress': 'Dean.Wangerin@target.com',
   'phoneNumber': '5555555555',
   'deskPhoneNumber': '',
   'accepted': True,
   'userType': 'USER',
   'title': 'Data Analyst',
   'modified': 1617371589000,
   'created': 1610726895,
   'roleId': 2097317660,
   'alternateEmail': '',
   'employeeLocation': '',
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'location': '',
   'active': True,
   'isExplicitShare': False},
  {'id': 829419006,
   'invitorUserId': 1893952720,
   'displayName': 'FRANCO SPINELLI',
   'userName': 'franco_spinelli@idg.com',
   'emailAddress': 'franco_spinelli@idg.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579070000,
   'created': 1618579070,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 830455362,
   'invitorUserId': 1893952720,
   'displayName': 'Bartłomiej Zamorski',
   'userName': 'bartlomiej.zamorski@lingarogroup.com',
   'emailAddress': 'bartlomiej.zamorski@lingarogroup.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619160652581,
   'created': 1618579042,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 832377355,
   'invitorUserId': 2088255083,
   'displayName': 'Stephanie Butterbrodt',
   'userName': 'stephanie.butterbrodt@ejco.com',
   'emailAddress': 'stephanie.butterbrodt@ejco.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1679919140497,
   'created': 1679691400,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 834312894,
   'invitorUserId': 583215149,
   'displayName': 'Arthur Brissac',
   'userName': 'Arthur.brissac@averitaspharma.com',
   'emailAddress': 'Arthur.brissac@averitaspharma.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690383363000,
   'created': 1690382285,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 838842812,
   'invitorUserId': 1893952720,
   'displayName': 'test_pdp3@sony.com - via dl 2023-05-05',
   'userName': 'test_pdp3@sony.com',
   'emailAddress': 'test_pdp3@sony.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1683316280914,
   'created': 1683306574,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 840882002,
   'invitorUserId': 1893952720,
   'displayName': 'Larry Mullins',
   'userName': 'lmullins@selectenergyservices.com',
   'emailAddress': 'lmullins@selectenergyservices.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1627498686614,
   'created': 1618579105,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 841259393,
   'invitorUserId': 1768567034,
   'displayName': 'Réka Kecskés',
   'userName': 'reka.kecskes@cae.com',
   'emailAddress': 'reka.kecskes@cae.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680173051680,
   'created': 1677610868,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 841775414,
   'invitorUserId': 583215149,
   'displayName': 'Rolando Vargas',
   'userName': 'rvargas@kaufmanrossin.com',
   'emailAddress': 'rvargas@kaufmanrossin.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686232426236,
   'created': 1686001026,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 841832133,
   'invitorUserId': 1430590895,
   'displayName': 'Eileen Varghese',
   'userName': 'Eileen.Varghese@naproperties.com',
   'emailAddress': 'Eileen.Varghese@naproperties.com',
   'phoneNumber': '3378521770',
   'accepted': True,
   'userType': 'USER',
   'modified': 1685627451000,
   'created': 1685547047,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 843013871,
   'invitorUserId': 1345408759,
   'displayName': 'Joan Santos',
   'userName': 'jsantos@ctifoods.com',
   'emailAddress': 'jsantos@ctifoods.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1610562777037,
   'created': 1609433574,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 844044381,
   'invitorUserId': 583215149,
   'displayName': 'Katerina Rivera',
   'userName': 'Katerina.rivera@craftww.com',
   'emailAddress': 'Katerina.rivera@craftww.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714376399120,
   'created': 1696599911,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 847434386,
   'invitorUserId': 1893952720,
   'displayName': 'Jason Rice',
   'userName': 'jason.rice@bluemoondigital.co',
   'emailAddress': 'jason.rice@bluemoondigital.co',
   'accepted': True,
   'userType': 'USER',
   'modified': 1665157297021,
   'created': 1619511997,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 84809569,
   'invitorUserId': 1768567034,
   'displayName': 'Ryan Atkinson',
   'userName': 'ryan.atkinson@caemilusa.com',
   'emailAddress': 'ryan.atkinson@caemilusa.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1692279272269,
   'created': 1677701987,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 850834051,
   'invitorUserId': 1893952720,
   'displayName': 'Annu Tyagi',
   'userName': 'atyagi6@forddirect.com',
   'emailAddress': 'atyagi6@forddirect.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619511992000,
   'created': 1619511992,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 851160104,
   'invitorUserId': 1893952720,
   'displayName': 'Mariana Andrade',
   'userName': 'marianandradep95@gmail.com',
   'emailAddress': 'marianandradep95@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1619512634085,
   'created': 1619511962,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 852710651,
   'invitorUserId': 617808774,
   'displayName': 'Sushreeta Bohidar',
   'userName': 'sushreetarani.bohidar@gmail.com',
   'emailAddress': 'sushreetarani.bohidar@gmail.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1712029450000,
   'created': 1712029450,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 852724454,
   'invitorUserId': 587894148,
   'displayName': 'whiteyjonez@gmail.com',
   'userName': 'whiteyjonez@gmail.com',
   'emailAddress': 'whiteyjonez@gmail.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1724889247688,
   'created': 1723653888,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 854312022,
   'invitorUserId': 1893952720,
   'displayName': 'Andrew Dodds',
   'userName': 'acd@ugroup.co.uk',
   'emailAddress': 'acd@ugroup.co.uk',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512000000,
   'created': 1619511999,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 854404233,
   'invitorUserId': 617808774,
   'displayName': 'Hongwei Zha',
   'userName': 'hz2816@columbia.edu',
   'emailAddress': 'hz2816@columbia.edu',
   'phoneNumber': '2179912599',
   'accepted': True,
   'userType': 'USER',
   'modified': 1713314940194,
   'created': 1712029457,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 855053174,
   'invitorUserId': 583215149,
   'displayName': 'Clarke Holdaway',
   'userName': 'clarke.holdaway@khoros.com',
   'emailAddress': 'clarke.holdaway@khoros.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1690383362000,
   'created': 1690382275,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 85654293,
   'invitorUserId': 1893952720,
   'displayName': 'test_and_delete',
   'userName': 'test29@test.com',
   'emailAddress': 'dp24@test.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1711055143017,
   'created': 1695810562,
   'roleId': 2097317660,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 857242114,
   'invitorUserId': 1893952720,
   'displayName': 'fz_RestaurantManager11@fz.com',
   'userName': 'RestaurantManager11@fz.com',
   'emailAddress': 'RestaurantManager11@fz.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1729869314254,
   'created': 1704259971,
   'role': 'Social',
   'roleId': 5,
   'rights': 7,
   'employeeNumber': '11',
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 858278995,
   'invitorUserId': 514559307,
   'displayName': 'Anna O.',
   'userName': 'aotake@wsgc.com',
   'emailAddress': 'aotake@wsgc.com',
   'phoneNumber': '8083494935',
   'accepted': True,
   'userType': 'USER',
   'modified': 1666627174519,
   'created': 1666212766,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 86093101,
   'invitorUserId': 1893952720,
   'displayName': 'Michel Wieczorkiewicz',
   'userName': 'michel@clearinsight.fr',
   'emailAddress': 'michel@clearinsight.fr',
   'accepted': True,
   'userType': 'USER',
   'modified': 1624896218036,
   'created': 1618852039,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 861444808,
   'invitorUserId': 1893952720,
   'displayName': 'Simon Hayward',
   'userName': 'Simon.Hayward@domo.com',
   'emailAddress': 'Simon.Hayward@domo.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665166064000,
   'created': 1618299285,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 861491198,
   'invitorUserId': 1893952720,
   'displayName': 'Rosalina Costanza',
   'userName': 'Bloodylissa@hotmail.it',
   'emailAddress': 'Bloodylissa@hotmail.it',
   'accepted': False,
   'userType': 'USER',
   'modified': 1619512025000,
   'created': 1619512024,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 861713885,
   'invitorUserId': 587894148,
   'displayName': 'Bharathwajan Iyengar',
   'userName': 'biyengar@accordion.com',
   'emailAddress': 'biyengar@accordion.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1673640323327,
   'created': 1673637136,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 864473250,
   'invitorUserId': 1893952720,
   'displayName': 'Paweł Beker',
   'userName': 'pawel.beker@lingarogroup.com',
   'emailAddress': 'pawel.beker@lingarogroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579042000,
   'created': 1618579041,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 866842113,
   'invitorUserId': 583215149,
   'displayName': 'Bo Wu',
   'userName': 'bo.wu@td.com',
   'emailAddress': 'bo.wu@td.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1681757983014,
   'created': 1680551176,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 868405052,
   'invitorUserId': 694942127,
   'displayName': 'Hanna Romney',
   'userName': 'hannah.romney@domo.com',
   'emailAddress': 'hannah.romney@domo.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1687468993734,
   'created': 1687386970,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 869573315,
   'invitorUserId': 583215149,
   'displayName': 'Deven Cruikshank',
   'userName': 'devenc@onyxcorporation.net',
   'emailAddress': 'devenc@onyxcorporation.net',
   'accepted': True,
   'userType': 'USER',
   'modified': 1697798883114,
   'created': 1697054729,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 871004497,
   'invitorUserId': 583215149,
   'displayName': 'Cathy Huang',
   'userName': 'cathy.huang@reveraliving.com',
   'emailAddress': 'cathy.huang@reveraliving.com',
   'accepted': True,
   'userType': 'USER',
   'title': 'Analyst ',
   'modified': 1685027492349,
   'created': 1683047110,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 87294754,
   'invitorUserId': 1893952720,
   'displayName': 'Diogo Reis',
   'userName': 'diogo.reis@grupolusiaves.pt',
   'emailAddress': 'diogo.reis@grupolusiaves.pt',
   'accepted': True,
   'userType': 'USER',
   'modified': 1620744876431,
   'created': 1618579010,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 874450985,
   'invitorUserId': 617808774,
   'displayName': 'Abdul Khader',
   'userName': 'abdul.khader@conduent.com',
   'emailAddress': 'abdul.khader@conduent.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1686758594607,
   'created': 1686155522,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 876996390,
   'invitorUserId': 587894148,
   'displayName': 'Max Isley',
   'userName': 'max.isley@viacustomers.com',
   'emailAddress': 'max.isley@viacustomers.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1680116648519,
   'created': 1673545468,
   'roleId': 2097317660,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 877557862,
   'invitorUserId': 1893952720,
   'displayName': 'Robert Marx',
   'userName': 'robert.marx@returnonanalytics.de',
   'emailAddress': 'robert.marx@returnonanalytics.de',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579031000,
   'created': 1618579030,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 879217934,
   'invitorUserId': 617808774,
   'displayName': 'Justin Zaichkowsky',
   'userName': 'Justin.Zaichkowsky@fmr.com',
   'emailAddress': 'Justin.Zaichkowsky@fmr.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1665418897911,
   'created': 1665418897,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 879452672,
   'invitorUserId': 583215149,
   'displayName': 'Nate Jones',
   'userName': 'nate.jones@frankandoak.com',
   'emailAddress': 'nate.jones@frankandoak.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1699290793137,
   'created': 1698668811,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 885885801,
   'invitorUserId': 1893952720,
   'displayName': 'Whitney Kriengkrairut',
   'userName': 'wkrieng1@forddirect.com',
   'emailAddress': 'wkrieng1@forddirect.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579086000,
   'created': 1618579085,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 889914845,
   'invitorUserId': 617808774,
   'displayName': 'Emran AbedAljawad',
   'userName': 'emgab32@gmail.com',
   'emailAddress': 'emgab32@gmail.com',
   'phoneNumber': '00962796448263',
   'accepted': True,
   'userType': 'USER',
   'modified': 1714203257839,
   'created': 1712029468,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 890380826,
   'invitorUserId': 587894148,
   'displayName': 'Nathan Zeuch',
   'userName': 'NZeuch@BTPartners.com',
   'emailAddress': 'NZeuch@BTPartners.com',
   'accepted': True,
   'userType': 'USER',
   'modified': 1642013553721,
   'created': 1642012551,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 891261616,
   'invitorUserId': 583215149,
   'displayName': 'Adam Wennmacher',
   'userName': 'awennmache@impactlife.org',
   'emailAddress': 'awennmache@impactlife.org',
   'accepted': True,
   'userType': 'USER',
   'modified': 1700154130412,
   'created': 1698948076,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 892374137,
   'invitorUserId': 1783864164,
   'displayName': 'Jack McCrum',
   'userName': 'jack.mccrum@reveelgroup.com',
   'emailAddress': 'jack.mccrum@reveelgroup.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1723564101662,
   'created': 1723564101,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 892556762,
   'invitorUserId': 1893952720,
   'displayName': 'Anthony Downey',
   'userName': 'anthony.downey@worldrugby.org',
   'emailAddress': 'anthony.downey@worldrugby.org',
   'accepted': False,
   'userType': 'USER',
   'modified': 1618579033000,
   'created': 1618579032,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  {'id': 892715965,
   'invitorUserId': 1893952720,
   'displayName': 'Morgan Houston',
   'userName': 'morgan.houston@hourigan.group',
   'emailAddress': 'morgan.houston@hourigan.group',
   'phoneNumber': '8043818561',
   'accepted': True,
   'userType': 'USER',
   'modified': 1655918261927,
   'created': 1618579001,
   'role': 'Privileged',
   'roleId': 2,
   'rights': 31,
   'anonymous': False,
   'systemUser': False,
   'pending': False,
   'active': True,
   'isExplicitShare': False},
  {'id': 894540685,
   'invitorUserId': 1893952720,
   'displayName': 'test2@test.com - via dl 2023-03-16',
   'userName': 'test2@test.com',
   'emailAddress': 'test2@test.com',
   'accepted': False,
   'userType': 'USER',
   'modified': 1717682537613,
   'created': 1679011012,
   'roleId': 1563101750,
   'anonymous': True,
   'systemUser': False,
   'pending': True,
   'active': True,
   'isExplicitShare': False},
  ...],
 'groups': [{'id': 1324037627,
   'name': 'Default',
   'type': 'adHoc',
   'users': [{'id': 1003855998,
     'invitorUserId': 583215149,
     'displayName': 'Christine Hsieh',
     'userName': 'christine.hsieh@hellofresh.com',
     'emailAddress': 'christine.hsieh@hellofresh.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705955314693,
     'created': 1690382284,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1005321923,
     'invitorUserId': 583215149,
     'displayName': 'Matthew Lambourne',
     'userName': 'matthew.lambourne@frankandoak.com',
     'emailAddress': 'matthew.lambourne@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Financial Controller',
     'modified': 1700069084516,
     'created': 1698668818,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1006847540,
     'invitorUserId': 1893952720,
     'displayName': 'Marc-Anton Clavel',
     'department': 'Domo Client Services',
     'userName': 'marcanton.clavel@domo.com',
     'emailAddress': 'marcanton.clavel@domo.com',
     'accepted': False,
     'userType': 'USER',
     'title': 'Executive Analytics',
     'modified': 1682078256937,
     'created': 1618579073,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1009228622,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager14@fz.com',
     'userName': 'RestaurantManager14@fz.com',
     'emailAddress': 'RestaurantManager14@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869332870,
     'created': 1704259972,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '14',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1012895591,
     'invitorUserId': 1893952720,
     'displayName': 'JeMiller',
     'userName': 'JeMiller@marketaxess.com',
     'emailAddress': 'JeMiller@marketaxess.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1657051684429,
     'created': 1657049419,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1021209915,
     'invitorUserId': 1783864164,
     'displayName': 'Diane Umurerwa',
     'userName': 'dumurera@trajectorydata.com',
     'emailAddress': 'dumurerwa@trajectorydata.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729867328394,
     'created': 1721154562,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1021688059,
     'invitorUserId': 583215149,
     'displayName': 'Marisah Attwood',
     'userName': 'Attwood.Marisah@basco.com',
     'emailAddress': 'Attwood.Marisah@basco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698335549572,
     'created': 1697054725,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1022327751,
     'invitorUserId': 583215149,
     'displayName': 'James Johnson',
     'userName': 'james.johnson@domo.com',
     'emailAddress': 'james.johnson@domo.com',
     'phoneNumber': '801-864-3010',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686083567347,
     'created': 1680888478,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1022341329,
     'invitorUserId': 148885605,
     'displayName': 'Mike Delyea',
     'userName': 'mike.delyea@sagesure.com',
     'emailAddress': 'mike.delyea@sagesure.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686842852540,
     'created': 1686328784,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1022596574,
     'invitorUserId': 583215149,
     'displayName': 'Derek Bronner',
     'userName': 'derek.bronner@domo.com',
     'emailAddress': 'derek.bronner@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690823422414,
     'created': 1687282896,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1023033325,
     'invitorUserId': 416285069,
     'displayName': 'Jason Rice',
     'userName': 'jason.rice@visionwrights.com',
     'emailAddress': 'jason.rice@visionwrights.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717768458310,
     'created': 1694800247,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1023492594,
     'invitorUserId': 583215149,
     'displayName': 'Mike Stagg',
     'userName': 'mike@utahtrust.gov',
     'emailAddress': 'mike@utahtrust.gov',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690383364000,
     'created': 1690382290,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1024352013,
     'invitorUserId': 1893952720,
     'displayName': 'Michael Shrifteylik',
     'userName': 'mshrifteylik@sportsresearch.com',
     'emailAddress': 'mshrifteylik@sportsresearch.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1669658030028,
     'created': 1667838056,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1026032102,
     'invitorUserId': 583215149,
     'displayName': 'Ginny Coltrelli',
     'userName': 'Ginny_colterelli@conair.com',
     'emailAddress': 'Ginny_colterelli@conair.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Sr. Functional Analyst ',
     'modified': 1683049036286,
     'created': 1683047093,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1026684838,
     'invitorUserId': 1893952720,
     'displayName': 'Ghofrane Yahmadi',
     'userName': 'ghofrane.yahmadi@audibene.de',
     'emailAddress': 'ghofrane.yahmadi@audibene.de',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579110000,
     'created': 1618579109,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1026818196,
     'invitorUserId': 1893952720,
     'displayName': 'Giuseppe Russo',
     'userName': 'giuseppe.russo@everli.com',
     'emailAddress': 'giuseppe.russo@everli.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679675381396,
     'created': 1618218853,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1028430812,
     'invitorUserId': 583215149,
     'displayName': 'Robert Gonsalves',
     'userName': 'robert.gonsalves@razorfish.com',
     'emailAddress': 'robert.gonsalves@razorfish.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681414011000,
     'created': 1680903853,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1028839816,
     'invitorUserId': 583215149,
     'displayName': 'Frank Spadaccini',
     'userName': 'frank.spadaccini@a4media.com',
     'emailAddress': 'frank.spadaccini@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Pricing Manager',
     'modified': 1685026708667,
     'created': 1683047099,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1030197957,
     'invitorUserId': 1783864164,
     'displayName': 'Josette Calata',
     'userName': 'josette.calata@encoura.org',
     'emailAddress': 'josette.calata@encoura.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1720632545176,
     'created': 1720632545,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 103478499,
     'invitorUserId': 587894148,
     'displayName': 'heather.russell@domo.com',
     'userName': 'heather.russell@domo.com',
     'emailAddress': 'heather.russell@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1709321854746,
     'created': 1705939170,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1035663615,
     'invitorUserId': 583215149,
     'displayName': 'Megan Sullivan',
     'userName': 'megan.sullivan@razorfish.com',
     'emailAddress': 'megan.sullivan@razorfish.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Associate Director Data & Analytics',
     'modified': 1685639067381,
     'created': 1683047102,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1041963216,
     'invitorUserId': 1430590895,
     'displayName': 'Justin Block',
     'userName': 'jblock@realchemistry.com',
     'emailAddress': 'jblock@realchemistry.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1666995124583,
     'created': 1666995124,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1042629793,
     'invitorUserId': 1334846498,
     'displayName': 'Javier Lozano Jerez',
     'userName': 'jlozanojerez@btpartners.com',
     'emailAddress': 'jlozanojerez@btpartners.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1722368443458,
     'created': 1722368443,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1043536530,
     'invitorUserId': 1783864164,
     'displayName': 'Brady Sheehan',
     'userName': 'Brady.Sheehan@archgp.com',
     'emailAddress': 'Brady.Sheehan@archgp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1728058552374,
     'created': 1728058552,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 104884457,
     'invitorUserId': 583215149,
     'displayName': 'Tim Ashby',
     'userName': 'tim.ashby@razorfish.com',
     'emailAddress': 'tim.ashby@razorfish.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681413063953,
     'created': 1680903852,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 105076926,
     'invitorUserId': 316139172,
     'displayName': 'Skiipod8',
     'userName': 'skiipod8@gmail.com',
     'emailAddress': 'skiipod8@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686845887555,
     'created': 1686845619,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1054357604,
     'invitorUserId': 617808774,
     'displayName': 'Patrick Kelly',
     'userName': 'patrick@gratitech.com',
     'emailAddress': 'patrick@gratitech.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713203281130,
     'created': 1713203281,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1058287102,
     'invitorUserId': 1893952720,
     'displayName': 'Camila Caballero',
     'userName': 'camila.caballero@findasense.com',
     'emailAddress': 'camila.caballero@findasense.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579015000,
     'created': 1618579014,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1058319008,
     'invitorUserId': 583215149,
     'displayName': 'Joseph Polo',
     'userName': 'Polo.Joseph@basco.com',
     'emailAddress': 'Polo.Joseph@basco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698759564280,
     'created': 1697054744,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1061133977,
     'invitorUserId': 583215149,
     'displayName': 'John Pasquesi',
     'userName': 'john.pasquesi@kcgcompanies.com',
     'emailAddress': 'john.pasquesi@kcgcompanies.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698694387369,
     'created': 1697054737,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1066291222,
     'invitorUserId': 583215149,
     'displayName': 'Jennifer Byrne',
     'userName': 'Jennifer.byrne@ipghealth.com',
     'emailAddress': 'Jennifer.byrne@ipghealth.com',
     'phoneNumber': '973 917 6416',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697019101808,
     'created': 1696599913,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1067993352,
     'invitorUserId': 1893952720,
     'displayName': 'Kyle Glaser',
     'userName': 'kyle_glaser@trimble.com',
     'emailAddress': 'kyle_glaser@trimble.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512008000,
     'created': 1619512007,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1069862308,
     'invitorUserId': 1893952720,
     'displayName': 'Iain Congdon - Domo',
     'userName': 'iain.congdon@domo.com',
     'emailAddress': 'iain.congdon@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1617794455,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1070081317,
     'invitorUserId': 583215149,
     'displayName': 'Adam Krell',
     'userName': 'adamk@awcnet.org',
     'emailAddress': 'adamk@awcnet.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687363277615,
     'created': 1686001017,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1071582099,
     'invitorUserId': 148885605,
     'displayName': 'Alex Carroll',
     'userName': 'alex.carroll@sagesure.com',
     'emailAddress': 'alex.carroll@sagesure.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686328716495,
     'created': 1686328716,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 107379878,
     'invitorUserId': 583215149,
     'displayName': 'Shawn Stinson',
     'userName': 'shawn.stinson@domo.com',
     'emailAddress': 'shawn.stinson@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1700576170065,
     'created': 1700576170,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1073955791,
     'invitorUserId': 583215149,
     'displayName': 'Michael Napoli',
     'userName': 'michael.napoli@domo.com',
     'emailAddress': 'michael.napoli@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694800853018,
     'created': 1683918242,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1074210114,
     'invitorUserId': 583215149,
     'displayName': 'Krystof Vodrazka',
     'userName': 'krystof.vodrazka@gmail.com',
     'emailAddress': 'krystof.vodrazka@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686001029000,
     'created': 1686001029,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1074976820,
     'invitorUserId': 1783864164,
     'displayName': 'Wesley Mbuakoto',
     'userName': 'wesley.mbuakoto@guidepointsecurity.com',
     'emailAddress': 'wesley.mbuakoto@guidepointsecurity.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1725391640745,
     'created': 1720632573,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1075184693,
     'invitorUserId': 583215149,
     'displayName': 'Todd Wade',
     'userName': 'todd.wade@teasdalefoods.com',
     'emailAddress': 'todd.wade@teasdalefoods.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705961307492,
     'created': 1698948087,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1075882771,
     'invitorUserId': 583215149,
     'displayName': "Ryan O'Connor",
     'userName': 'ryan.oconnor@faeththerapeutics.com',
     'emailAddress': 'ryan.oconnor@faeththerapeutics.com',
     'phoneNumber': '5306048436',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695095744086,
     'created': 1694121857,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1077424620,
     'invitorUserId': 1893952720,
     'displayName': 'Olivier Paratte',
     'userName': 'oparatte@swisseducation.com',
     'emailAddress': 'oparatte@swisseducation.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511984000,
     'created': 1619511984,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1077721049,
     'invitorUserId': 1893952720,
     'displayName': 'Joost Grol',
     'userName': 'joost@imu.nl',
     'emailAddress': 'joost@imu.nl',
     'accepted': True,
     'userType': 'USER',
     'modified': 1622032053410,
     'created': 1621947396,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1077812516,
     'invitorUserId': 1893952720,
     'displayName': 'Teague Wolfley',
     'userName': 'teague.wolfley@domo.com',
     'emailAddress': 'teague.wolfley@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1619512020,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1079474652,
     'invitorUserId': 587894148,
     'displayName': 'Jace McLean',
     'department': '',
     'userName': 'jace.mclean@domo.com',
     'emailAddress': 'jace.mclean@domo.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'hireDate': 1664773200000,
     'modified': 1724076949037,
     'created': 1606755758,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1083995483,
     'invitorUserId': 2144185095,
     'displayName': 'JP Putegnat',
     'userName': 'jp.putegnat@domo.com',
     'emailAddress': 'jp.putegnat@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618944044,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1086095957,
     'invitorUserId': 1893952720,
     'displayName': 'Chayma Amri',
     'userName': 'chayma.amri@loreal.com',
     'emailAddress': 'chayma.amri@loreal.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619525767830,
     'created': 1619511945,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1089682199,
     'invitorUserId': 583215149,
     'displayName': 'Ivy Wang',
     'userName': 'ivy.wang@frankandoak.com',
     'emailAddress': 'ivy.wang@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699463604721,
     'created': 1698668814,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1095242022,
     'invitorUserId': 148885605,
     'displayName': 'Alison Fiddler',
     'userName': 'alison.fiddler@sagesure.com',
     'emailAddress': 'alison.fiddler@sagesure.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686328086824,
     'created': 1686328086,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1095515127,
     'invitorUserId': 1345408759,
     'displayName': 'Andrew Chaffin',
     'department': 'Crystal Ballers',
     'userName': 'andrew@crystalballers.ai',
     'emailAddress': 'andrew@crystalballers.ai',
     'phoneNumber': '208.313.5165',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': 'Cofounder',
     'modified': 1657036293000,
     'created': 1604540792,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'alternateEmail': '',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1099560376,
     'invitorUserId': 583215149,
     'displayName': 'Sagir Jameer',
     'userName': 'sagir.jameer@khoros.com',
     'emailAddress': 'sagir.jameer@khoros.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686750681174,
     'created': 1686053647,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1102391116,
     'invitorUserId': 1893952720,
     'displayName': 'Andrea Henderson',
     'userName': 'andrea.henderson@domo.com',
     'emailAddress': 'andrea.henderson@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713971910000,
     'created': 1619511976,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1103814687,
     'invitorUserId': 587894148,
     'displayName': 'Gavin Peacock',
     'userName': 'gpeacock@rwilogistics.com',
     'emailAddress': 'gpeacock@rwilogistics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665146022460,
     'created': 1665072212,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1107049797,
     'invitorUserId': 583215149,
     'displayName': 'Benjamin Champion II',
     'userName': 'Benjamin.ChampionII@marriott.com',
     'emailAddress': 'Benjamin.ChampionII@marriott.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695911539201,
     'created': 1694121847,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1107344487,
     'invitorUserId': 583215149,
     'displayName': 'Jim Farese',
     'userName': 'jfarese@onyxcorporation.net',
     'emailAddress': 'jfarese@onyxcorporation.net',
     'accepted': False,
     'userType': 'USER',
     'modified': 1687306644991,
     'created': 1687306645,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 110828165,
     'invitorUserId': 583215149,
     'displayName': 'Sumeet Rajput',
     'userName': 'sumeet.rajput@visitorlando.com',
     'emailAddress': 'sumeet.rajput@visitorlando.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1682017161288,
     'created': 1680551156,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1111219722,
     'invitorUserId': 587894148,
     'displayName': 'Zach Reimold',
     'userName': 'zreimold@ameritfleet.com',
     'emailAddress': 'zreimold@ameritfleet.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1673545601629,
     'created': 1673545601,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1111818184,
     'invitorUserId': 1783864164,
     'displayName': 'Michelle Connolly',
     'userName': 'mconnolly@archgp.com',
     'emailAddress': 'mconnolly@archgp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1728058522337,
     'created': 1728058522,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1112248364,
     'invitorUserId': 617808774,
     'displayName': 'Harold Than',
     'userName': 'Harold@bcamp.dev',
     'emailAddress': 'Harold@bcamp.dev',
     'accepted': True,
     'userType': 'USER',
     'modified': 1707972665479,
     'created': 1707972612,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1114513049,
     'invitorUserId': 617808774,
     'displayName': 'Agerke Balgabekova',
     'userName': 'akerke.kass@gmail.com',
     'emailAddress': 'akerke.kass@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1718223544179,
     'created': 1712029465,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1119789938,
     'invitorUserId': 1783864164,
     'displayName': 'Donna Torrice',
     'userName': 'Donna.Torrice@archgp.com',
     'emailAddress': 'Donna.Torrice@archgp.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729263996019,
     'created': 1728058494,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1124017060,
     'invitorUserId': 617808774,
     'displayName': 'Theresa Li',
     'userName': 'Theresa.Li@td.com',
     'emailAddress': 'Theresa.Li@td.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687365983891,
     'created': 1686154763,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1126626304,
     'invitorUserId': 1548628586,
     'displayName': 'Jason Penrose',
     'userName': 'jason.penrose@domo.com',
     'emailAddress': 'jason.penrose@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1708451464059,
     'created': 1708451464,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1126769547,
     'invitorUserId': 583215149,
     'displayName': 'David Verndon',
     'userName': 'David.verndon@ipghealth.com',
     'emailAddress': 'David.verndon@ipghealth.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1696599915000,
     'created': 1696599914,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1127437771,
     'invitorUserId': 587894148,
     'displayName': 'Eli Gripp',
     'userName': 'egripp@onemagnify.com',
     'emailAddress': 'egripp@onemagnify.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690815947256,
     'created': 1690813288,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 112808796,
     'invitorUserId': 392468792,
     'displayName': 'Jeff Humble',
     'userName': 'jeff.humble@domo.com',
     'emailAddress': 'jeff.humble@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1677190859848,
     'created': 1677190859,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1128357459,
     'invitorUserId': 1893952720,
     'displayName': 'Kevin Norman',
     'userName': 'kevin@creditsuite.com',
     'emailAddress': 'kevin@creditsuite.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618588276313,
     'created': 1618579012,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1129610104,
     'invitorUserId': 617808774,
     'displayName': 'Alyssa Manse',
     'userName': 'alyssa.manse@domo.com',
     'emailAddress': 'alyssa.manse@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686155759447,
     'created': 1686155620,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1129952107,
     'invitorUserId': 1893952720,
     'displayName': 'Sharon Allard',
     'userName': 'sharon.allard@domo.com',
     'emailAddress': 'sharon.allard@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618579034,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1133087654,
     'invitorUserId': 1893952720,
     'displayName': 'Ruben Visser',
     'userName': 'rubenv@virtuagym.com',
     'emailAddress': 'rubenv@virtuagym.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511980000,
     'created': 1619511979,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1133154604,
     'invitorUserId': 587894148,
     'displayName': 'yuri.nishio@domo.com',
     'userName': 'yuri.nishio@domo.com',
     'emailAddress': 'yuri.nishio@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1702863437715,
     'created': 1701360087,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1135469502,
     'invitorUserId': 583215149,
     'displayName': 'Mario Cruz',
     'userName': 'mcruz24@arizona.edu',
     'emailAddress': 'mcruz24@arizona.edu',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700584701167,
     'created': 1698948064,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1136849063,
     'invitorUserId': 583215149,
     'displayName': 'Daniel Egan',
     'userName': 'daniel.egan@forissolutions.com',
     'emailAddress': 'daniel.egan@forissolutions.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686758703704,
     'created': 1686001013,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 113767912,
     'invitorUserId': 392468792,
     'displayName': 'Liz Tello',
     'userName': 'etello@impactpropertysolutions.com',
     'emailAddress': 'etello@impactpropertysolutions.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729790796180,
     'created': 1687966176,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1140500521,
     'invitorUserId': 148885605,
     'displayName': 'Beth Ferguson',
     'userName': 'beth.ferguson@sagesure.com',
     'emailAddress': 'beth.ferguson@sagesure.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687804660309,
     'created': 1686328414,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1141078945,
     'invitorUserId': 1893952720,
     'displayName': 'Justin Pumford',
     'userName': 'jpumford@gmail.com',
     'emailAddress': 'jpumford@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679675562116,
     'created': 1618299284,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 114141046,
     'invitorUserId': 587894148,
     'displayName': 'Arash Mousavi',
     'userName': 'AMousavi@advocis.ca',
     'emailAddress': 'AMousavi@advocis.ca',
     'accepted': True,
     'userType': 'USER',
     'modified': 1664890180000,
     'created': 1664833478,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1143186878,
     'invitorUserId': 617808774,
     'displayName': 'Daniel Bird',
     'userName': 'danielbirdwork@gmail.com',
     'emailAddress': 'danielbirdwork@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029470000,
     'created': 1712029469,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1144220331,
     'invitorUserId': 587894148,
     'displayName': 'Erika Janowicz',
     'department': '',
     'userName': 'erika.janowicz@rxa.io',
     'emailAddress': 'erika.janowicz@rxa.io',
     'phoneNumber': '2488945031',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1592595809454,
     'created': 1591984208,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1147120777,
     'invitorUserId': 1893952720,
     'displayName': 'Andrea Farrugia',
     'userName': 'andreafarrugia08@gmail.com',
     'emailAddress': 'andreafarrugia08@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618583063993,
     'created': 1618579006,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1148642189,
     'invitorUserId': 392468792,
     'displayName': 'Shayna Ornellas',
     'userName': 'SOrnellas@impactfloors.com',
     'emailAddress': 'SOrnellas@impactfloors.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1687966210708,
     'created': 1687966210,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1149821919,
     'invitorUserId': 1893952720,
     'displayName': 'test 3 - updated 2024-10-25',
     'userName': 'delete_test3@test.com',
     'emailAddress': 'delete_test3@test.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729866238775,
     'created': 1721842704,
     'roleId': 108369421,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1153758312,
     'invitorUserId': 68216396,
     'displayName': 'darla',
     'userName': 'darla@armis.com',
     'emailAddress': 'darla@armis.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1666898580560,
     'created': 1657827375,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1154339157,
     'invitorUserId': 1345408759,
     'displayName': 'William McCall',
     'department': '',
     'userName': 'whmccall@yahoo.com',
     'emailAddress': 'whmccall@yahoo.com',
     'phoneNumber': '8173681558',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1596477634720,
     'created': 1596228805,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1156717068,
     'invitorUserId': 583215149,
     'displayName': 'Aimee Grand-Pre',
     'userName': 'aimee.grand-pre@domo.com',
     'emailAddress': 'aimee.grand-pre@domo.com',
     'phoneNumber': '8018842133',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690905680951,
     'created': 1690409201,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1156753093,
     'invitorUserId': 583215149,
     'displayName': 'Jeff Hovey',
     'userName': 'jeffhovey@iowaleague.org',
     'emailAddress': 'jeffhovey@iowaleague.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699980053661,
     'created': 1698948081,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1157004717,
     'invitorUserId': 583215149,
     'displayName': 'Guillaume Jaillet',
     'userName': 'guillaume.jaillet@frankandoak.com',
     'emailAddress': 'guillaume.jaillet@frankandoak.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698668811000,
     'created': 1698668810,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1158660500,
     'invitorUserId': 1893952720,
     'displayName': 'Jack Allsop',
     'userName': 'jackallsop1@gmail.com',
     'emailAddress': 'jackallsop1@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579049000,
     'created': 1618579049,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1158827447,
     'invitorUserId': 1893952720,
     'displayName': 'Ken Boyer',
     'userName': 'ken.boyer@domo.com',
     'emailAddress': 'ken.boyer@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618238527,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1160689107,
     'invitorUserId': 587894148,
     'displayName': 'chris.schenk@stord.com',
     'userName': 'chris.schenk@stord.com',
     'emailAddress': 'chris.schenk@stord.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1671655080557,
     'created': 1667403172,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1162457281,
     'invitorUserId': 583215149,
     'displayName': 'Emir Becarevic',
     'userName': 'emir.becarevic@craftww.com',
     'emailAddress': 'emir.becarevic@craftww.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694504313635,
     'created': 1690382287,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1164282372,
     'invitorUserId': 583215149,
     'displayName': 'Wendi Golkow',
     'userName': 'wendi.golkow@a4media.com',
     'emailAddress': 'wendi.golkow@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Campaign Reporting',
     'modified': 1685022761233,
     'created': 1683047096,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1164847096,
     'invitorUserId': 583215149,
     'displayName': 'Coby Zaguri',
     'userName': 'jacob.zaguri@abbott.com',
     'emailAddress': 'jacob.zaguri@abbott.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686758540849,
     'created': 1686001026,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1164900583,
     'invitorUserId': 583215149,
     'displayName': 'Megan Moreland',
     'userName': 'megan@onyxcorporation.net',
     'emailAddress': 'megan@onyxcorporation.net',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698164100555,
     'created': 1687306588,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1167229793,
     'invitorUserId': 805649835,
     'displayName': 'Cody Webb',
     'userName': 'cody.webb@domo.com',
     'emailAddress': 'cody.webb@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679604847127,
     'created': 1679600788,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1167580245,
     'invitorUserId': 587894148,
     'displayName': 'Travis Simpson',
     'userName': 'travissimpson@pntdata.com',
     'emailAddress': 'travissimpson@pntdata.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1592227180950,
     'created': 1591984110,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1172154211,
     'invitorUserId': 583215149,
     'displayName': 'Nickolas Ashikawa',
     'userName': 'nickolas.ashikawa@razorfish.com',
     'emailAddress': 'nickolas.ashikawa@razorfish.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Data Science and Analytics Analyst ',
     'modified': 1686772155961,
     'created': 1683047103,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1173277842,
     'invitorUserId': 587894148,
     'displayName': 'i.xiang@laytonconstruction.com',
     'userName': 'i.xiang@laytonconstruction.com',
     'emailAddress': 'i.xiang@laytonconstruction.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1701360131814,
     'created': 1701360131,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1174239613,
     'invitorUserId': 1893952720,
     'displayName': 'Tigers Jonuzi',
     'userName': 'tigers.jonuzi@vlcphotonics.com',
     'emailAddress': 'tigers.jonuzi@vlcphotonics.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512020000,
     'created': 1619512019,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1175210937,
     'invitorUserId': 583215149,
     'displayName': 'Caroline Zerndt',
     'userName': 'mary.edgar@abbott.com',
     'emailAddress': 'mary.edgar@abbott.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686001031000,
     'created': 1686001030,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1178984171,
     'invitorUserId': 1893952720,
     'displayName': 'Aliou Konteye',
     'userName': 'aliou.konteye@loreal.com',
     'emailAddress': 'aliou.konteye@loreal.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619525124545,
     'created': 1619511938,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1179514139,
     'invitorUserId': 1893952720,
     'displayName': 'Nicole Williams',
     'userName': 'nicole.williams@ge.com',
     'emailAddress': 'nicole.williams@ge.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579073000,
     'created': 1618579072,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1180517272,
     'invitorUserId': 958797472,
     'displayName': 'Paige Farmer',
     'userName': 'paige.farmer@domo.com',
     'emailAddress': 'paige.farmer@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686257840000,
     'created': 1686077594,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1183967954,
     'invitorUserId': 392468792,
     'displayName': 'John Crespi',
     'userName': 'jcrespi@ciee.org',
     'emailAddress': 'jcrespi@ciee.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690909055860,
     'created': 1690909055,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1186995515,
     'invitorUserId': 1893952720,
     'displayName': 'test_pdp1@sony.com - via dl 2023-05-05',
     'userName': 'test_pdp1@sony.com',
     'emailAddress': 'test_pdp1@sony.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683316280393,
     'created': 1683306572,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1204317927,
     'invitorUserId': 316139172,
     'displayName': 'Indya Enoch',
     'userName': 'indya.enoch@domo.com',
     'emailAddress': 'indya.enoch@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1706209886712,
     'created': 1665179652,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1205363669,
     'invitorUserId': 1893952720,
     'displayName': 'Mariano Russo',
     'userName': 'mariano.russo@findasense.com',
     'emailAddress': 'mariano.russo@findasense.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618849695547,
     'created': 1618579011,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1209365095,
     'invitorUserId': 583215149,
     'displayName': 'Jacob Peterson',
     'userName': 'jacob.peterson@domo.com',
     'emailAddress': 'jacob.peterson@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1681954056993,
     'created': 1681954057,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1210115465,
     'invitorUserId': 1430590895,
     'displayName': 'Michael Shevelson',
     'userName': 'michael.shevelson@nationalmi.com',
     'emailAddress': 'michael.shevelson@nationalmi.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1692047719114,
     'created': 1692047719,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1212253766,
     'invitorUserId': 617808774,
     'displayName': 'Kimberlee Brazell',
     'userName': 'kbrazell@nmsif.org',
     'emailAddress': 'kbrazell@nmsif.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686155308963,
     'created': 1686155078,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1213747030,
     'invitorUserId': 1893952720,
     'displayName': 'Andy Beier',
     'userName': 'andy.beier@domo.com',
     'emailAddress': 'andy.beier@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1619512005,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1216550715,
     'invitorUserId': 1893952720,
     'displayName': '8:26 - go to sleep',
     'department': 'test',
     'userName': 'test4@domo.com',
     'emailAddress': 'test4@domo.com',
     'phoneNumber': '152',
     'accepted': False,
     'userType': 'USER',
     'modified': 1718758313069,
     'created': 1664938821,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1217337920,
     'invitorUserId': 416285069,
     'displayName': 'Imesh Ujith',
     'userName': 'imesh@visionwrights.com',
     'emailAddress': 'imesh@visionwrights.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1673366879419,
     'created': 1673366879,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1221527375,
     'invitorUserId': 583215149,
     'displayName': 'Ivori Harewood',
     'userName': 'iharewood@netflix.com',
     'emailAddress': 'iharewood@netflix.com',
     'accepted': False,
     'userType': 'USER',
     'title': 'Legal Ops Manager',
     'modified': 1683047105000,
     'created': 1683047105,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1226251082,
     'invitorUserId': 617808774,
     'displayName': 'James Yu',
     'userName': 'jyy2140@columbia.edu',
     'emailAddress': 'jyy2140@columbia.edu',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029459000,
     'created': 1712029459,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1227422648,
     'invitorUserId': 587894148,
     'displayName': 'Martin Bolaños',
     'department': '',
     'userName': 'mjbm.bomar@gmail.com',
     'emailAddress': 'mjbm.bomar@gmail.com',
     'phoneNumber': '+526641804217',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'timeZone': 'America/Los_Angeles',
     'modified': 1619029483000,
     'created': 1603484971,
     'roleId': 2097317660,
     'alternateEmail': '',
     'employeeLocation': 'Tijuana Mexico',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Tijuana Mexico',
     'active': True},
    {'id': 1228812242,
     'invitorUserId': 1893952720,
     'displayName': 'Test User 2 - updated 2024-03-21 07:04:03.047482',
     'userName': 'test_automate2@sony.com',
     'emailAddress': 'test_automate2@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1711004644490,
     'created': 1710983814,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1229264718,
     'invitorUserId': 587894148,
     'displayName': 'Matthew Newsom',
     'userName': 'Matthew.Newsom@perficient.com',
     'emailAddress': 'matthew.newsom@domo.com',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'America/New_York',
     'modified': 1720470682171,
     'created': 1588960523,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1235331366,
     'invitorUserId': 583215149,
     'displayName': 'Kate Kranz',
     'userName': 'kate.kranz@domo.com',
     'emailAddress': 'kate.kranz@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699896688308,
     'created': 1681953632,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1235683338,
     'invitorUserId': 1893952720,
     'displayName': 'Ken H',
     'userName': 'Ken.Hirakawa@sony.com',
     'emailAddress': 'Ken.Hirakawa@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1653667995135,
     'created': 1653667995,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1235890693,
     'invitorUserId': 126614595,
     'displayName': 'jennifer.hoang',
     'userName': 'jennifer.hoang@withmehealth.com',
     'emailAddress': 'jennifer.hoang@withmehealth.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686769919631,
     'created': 1686769919,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1235909185,
     'invitorUserId': 587894148,
     'displayName': 'David Cunningham',
     'userName': 'david.cunningham@aarcorp.com',
     'emailAddress': 'david.cunningham@aarcorp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1680117641590,
     'created': 1680117641,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1237181717,
     'invitorUserId': 617808774,
     'displayName': 'Janmejay Mohanty',
     'userName': 'jmohanty@stevens.edu',
     'emailAddress': 'jmohanty@stevens.edu',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712669468000,
     'created': 1712029466,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'alternateEmail': 'janmejaymohanty28899@gmail.com',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1238561642,
     'invitorUserId': 1893952720,
     'displayName': 'sowmya Nallapareddy',
     'userName': 'sowmyareddy26@gmail.com',
     'emailAddress': 'sowmyareddy26@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579025000,
     'created': 1618579024,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1240937786,
     'invitorUserId': 1768567034,
     'displayName': 'Andrew Shadle',
     'userName': 'Andrew.Shadle@caemilusa.com',
     'emailAddress': 'Andrew.Shadle@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699979818349,
     'created': 1694105120,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1241615551,
     'invitorUserId': 1893952720,
     'displayName': 'Marc Douglas',
     'userName': 'marc.douglas@worldrugby.org',
     'emailAddress': 'marc.douglas@worldrugby.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579038000,
     'created': 1618579038,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1247436431,
     'invitorUserId': 617808774,
     'displayName': 'Simarjit Singh Pannu',
     'userName': 'simarjitpannu2021@gmail.com',
     'emailAddress': 'simarjitpannu2021@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029466000,
     'created': 1712029465,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1247979899,
     'invitorUserId': 583215149,
     'displayName': 'Mike Gardner',
     'userName': 'mike.gardner@domo.com',
     'emailAddress': 'mike.gardner@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1683211484588,
     'created': 1683211484,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1248851961,
     'invitorUserId': 583215149,
     'displayName': 'Alexandra Fotis',
     'userName': 'aefotis@gmail.com',
     'emailAddress': 'aefotis@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Manager,  Data Science & Analytics ',
     'modified': 1683219475964,
     'created': 1683047104,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1249795924,
     'invitorUserId': 1783864164,
     'displayName': 'Shantele Sorys',
     'userName': 'ssorys@msdist.com',
     'emailAddress': 'ssorys@msdist.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729111006841,
     'created': 1714070946,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1250299904,
     'invitorUserId': 587894148,
     'displayName': 'Elena Jones',
     'department': '',
     'userName': 'elena@adjusterpro.com',
     'emailAddress': 'elena@adjusterpro.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'hireDate': 1679461200000,
     'modified': 1698176738751,
     'created': 1679521894,
     'roleId': 2097317660,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1251168784,
     'invitorUserId': 1893952720,
     'displayName': 'Andre Wieczorkiewicz',
     'department': '',
     'userName': 'andre@clearinsight.fr',
     'emailAddress': 'andre@clearinsight.fr',
     'phoneNumber': '+33663472589',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1620393980619,
     'created': 1618852049,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'alternateEmail': '',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1254925023,
     'invitorUserId': 795553497,
     'displayName': 'David Verdon',
     'userName': 'david.verdon@ipghealth.com',
     'emailAddress': 'david.verdon@ipghealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699867336889,
     'created': 1696847115,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1255733840,
     'invitorUserId': 617808774,
     'displayName': 'Kris Aylett',
     'userName': 'k.s.aylett@outlook.com',
     'emailAddress': 'k.s.aylett@outlook.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713186264610,
     'created': 1712029455,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1256560737,
     'invitorUserId': 1893952720,
     'displayName': 'Maria Campisi',
     'userName': 'mcampisi@bitbang.com',
     'emailAddress': 'mcampisi@bitbang.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512005000,
     'created': 1619512005,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1258396799,
     'invitorUserId': 1893952720,
     'displayName': 'Camille Lefebvre',
     'userName': 'camille.lefebvre@loreal.com',
     'emailAddress': 'camille.lefebvre@loreal.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1620727008995,
     'created': 1619511946,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1261799105,
     'invitorUserId': 583215149,
     'displayName': 'Ervin Arceo',
     'userName': 'ervin.arceo@emerson.com',
     'emailAddress': 'ervin.arceo@emerson.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704380371876,
     'created': 1694121849,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1264728842,
     'invitorUserId': 1893952720,
     'displayName': 'JJ Persaud',
     'userName': 'JJ.Persaud@domo.com',
     'emailAddress': 'JJ.Persaud@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1619511975,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 126614595,
     'invitorUserId': 583215149,
     'displayName': 'Maggie Chiang',
     'userName': 'maggie.chiang@withmehealth.com',
     'emailAddress': 'maggie.chiang@withmehealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1688572580428,
     'created': 1686001014,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 126620914,
     'invitorUserId': 1893952720,
     'displayName': 'Joel Egge',
     'userName': 'joel.egge@target.com',
     'emailAddress': 'joel.egge@target.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512011000,
     'created': 1619512011,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1267242239,
     'invitorUserId': 583215149,
     'displayName': 'Milena Lozina',
     'userName': 'milena.lozina@yu.edu',
     'emailAddress': 'milena.lozina@yu.edu',
     'accepted': True,
     'userType': 'USER',
     'title': 'Assistant Director of Graduate Marketing',
     'modified': 1686758684191,
     'created': 1683047109,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1276250555,
     'invitorUserId': 617808774,
     'displayName': 'Sabin Adhikari',
     'userName': 'adhikarisabin258@gmail.com',
     'emailAddress': 'adhikarisabin258@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712669093928,
     'created': 1712029456,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1276363831,
     'invitorUserId': 1893952720,
     'displayName': 'Chris Sweeney',
     'userName': 'chris.sweeney@domo.com',
     'emailAddress': 'chris.sweeney@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717076281089,
     'created': 1711390312,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 127872581,
     'invitorUserId': 583215149,
     'displayName': 'Jon Morozowski',
     'userName': 'Jon_Morozowski@conair.com',
     'emailAddress': 'Jon_Morozowski@conair.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699882264823,
     'created': 1690382293,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1280127799,
     'invitorUserId': 583215149,
     'displayName': 'Shaleen Lynce',
     'userName': 'slynce@unitedwayhouston.org',
     'emailAddress': 'slynce@unitedwayhouston.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690554337166,
     'created': 1686072148,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1283622745,
     'invitorUserId': 392468792,
     'displayName': 'Trent Parkinson',
     'userName': 'trent@busybusy.com',
     'emailAddress': 'trent@busybusy.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680024846323,
     'created': 1679668577,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 128405750,
     'invitorUserId': 1783864164,
     'displayName': 'Jeff Hart',
     'userName': 'jhart@mckeerisk.com',
     'emailAddress': 'jhart@mckeerisk.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717786362494,
     'created': 1717784876,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 128618865,
     'invitorUserId': 1893952720,
     'displayName': '9:02 - no really go to bed',
     'userName': 'test6@domo.com',
     'emailAddress': 'test6@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665172830293,
     'created': 1664939027,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1288451189,
     'invitorUserId': 509534198,
     'displayName': 'Joe Canning',
     'userName': 'Joe.canning@domo.com',
     'emailAddress': 'Joe.canning@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704981175505,
     'created': 1687336300,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 128862746,
     'invitorUserId': 1893952720,
     'displayName': 'CALEB GOODWIN',
     'userName': 'cgoodwin@regionalonehealth.org',
     'emailAddress': 'cgoodwin@regionalonehealth.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579008000,
     'created': 1618579007,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1289380886,
     'invitorUserId': 1695991852,
     'displayName': 'Riley Petersen',
     'userName': 'riley.petersen@domo.com',
     'emailAddress': 'riley.petersen@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1677266610932,
     'created': 1677263876,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1291352979,
     'invitorUserId': 694942127,
     'displayName': 'Paul Navasard',
     'userName': 'paul.navasard@domo.com',
     'emailAddress': 'paul.navasard@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1682636143503,
     'created': 1682636143,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1291523817,
     'invitorUserId': 694942127,
     'displayName': 'Stephen Barkis',
     'userName': 'stephen_barkis@vfc.com',
     'emailAddress': 'stephen_barkis@vfc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1677688148670,
     'created': 1664389637,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1294899258,
     'invitorUserId': 958797472,
     'displayName': 'Savannah West',
     'userName': 'savannah.west@domo.com',
     'emailAddress': 'savannah.west@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699377935266,
     'created': 1686077843,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 129697674,
     'invitorUserId': 587894148,
     'displayName': 'jstephenson@mistercarwash.com',
     'userName': 'jstephenson@mistercarwash.com',
     'emailAddress': 'jstephenson@mistercarwash.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680557525950,
     'created': 1680375552,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 129708464,
     'invitorUserId': 583215149,
     'displayName': 'Jonas Apuokas',
     'userName': 'jonas.apuokas@abbott.com',
     'emailAddress': 'jonas.apuokas@abbott.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686001028000,
     'created': 1686001028,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1297456291,
     'invitorUserId': 392468792,
     'displayName': 'Dean Pangelinan',
     'userName': 'dpangelinan@mergeworld.com',
     'emailAddress': 'dpangelinan@mergeworld.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717773341574,
     'created': 1677005085,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1300285022,
     'invitorUserId': 1893952720,
     'displayName': 'César Sancho',
     'userName': 'cesar.sancho@bbva.com',
     'emailAddress': 'cesar.sancho@bbva.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579112000,
     'created': 1618579111,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1300567568,
     'invitorUserId': 1893952720,
     'displayName': 'Nicholas Hutchens',
     'userName': 'nhutchens@good2grow.com',
     'emailAddress': 'nhutchens@good2grow.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579056000,
     'created': 1618579055,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1300688163,
     'invitorUserId': 1893952720,
     'displayName': 'Rob Moore',
     'userName': 'rob.moore@listers.co.uk',
     'emailAddress': 'rob.moore@listers.co.uk',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619187887230,
     'created': 1618579071,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1307127140,
     'invitorUserId': 583215149,
     'displayName': 'Leo Lo',
     'userName': 'leo.lo@frankandoak.com',
     'emailAddress': 'leo.lo@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699845715911,
     'created': 1698668807,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1309325628,
     'invitorUserId': 2088255083,
     'displayName': 'Karrah Baker',
     'userName': 'karrah.baker@domo.com',
     'emailAddress': 'karrah.baker@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1679694474480,
     'created': 1679694474,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1311515624,
     'invitorUserId': 416285069,
     'displayName': 'Amani Zanoon',
     'userName': 'amani@visionwrights.com',
     'emailAddress': 'amani@visionwrights.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699884966440,
     'created': 1673366798,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1314495818,
     'invitorUserId': 583215149,
     'displayName': 'Jen Langley',
     'userName': 'jen_langley@facinghistory.org',
     'emailAddress': 'jen_langley@facinghistory.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694178653094,
     'created': 1694121850,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 131538312,
     'invitorUserId': 1204317927,
     'displayName': 'shannon.phelps',
     'userName': 'shannon.phelps@ncino.com',
     'emailAddress': 'shannon.phelps@ncino.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1677627645722,
     'created': 1677627645,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1317416535,
     'invitorUserId': 583215149,
     'displayName': 'Devin Miranda',
     'userName': 'devin.miranda@greenchef.com',
     'emailAddress': 'devin.miranda@greenchef.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690383364000,
     'created': 1690382287,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1318781111,
     'invitorUserId': 587894148,
     'displayName': 'Mohammed Aaser',
     'userName': 'Mohammed.Aaser@domo.com',
     'emailAddress': 'Mohammed.Aaser@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1644014469,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1322230863,
     'invitorUserId': 1893952720,
     'displayName': 'Ines JAAFAR',
     'userName': 'ines.jaafar@loreal.com',
     'emailAddress': 'ines.jaafar@loreal.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619449147698,
     'created': 1618579114,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1323265289,
     'invitorUserId': 583215149,
     'displayName': 'Tanner Larsen',
     'userName': 'tanner.larsen@domo.com',
     'emailAddress': 'tanner.larsen@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691512252269,
     'created': 1689875398,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1331938026,
     'invitorUserId': 583215149,
     'displayName': 'Gabriel Lopez',
     'userName': 'glopez@juanitasfoods.com',
     'emailAddress': 'glopez@juanitasfoods.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697559456426,
     'created': 1697054733,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1332358800,
     'invitorUserId': 583215149,
     'displayName': 'Jamil Darwiche',
     'userName': 'jamil.darwiche@reveraliving.com',
     'emailAddress': 'jamil.darwiche@reveraliving.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Analyst,  Asset Management',
     'modified': 1683821568389,
     'created': 1683047113,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1332881296,
     'invitorUserId': 2088255083,
     'displayName': 'Randall Combs',
     'userName': 'randall.combs@domo.com',
     'emailAddress': 'randall.combs@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1679690752574,
     'created': 1679690752,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1334846498,
     'invitorUserId': 587894148,
     'displayName': 'Jonathan Pilafas',
     'userName': 'JPilafas@BTPartners.com',
     'emailAddress': 'JPilafas@BTPartners.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701455772000,
     'created': 1701455428,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1334944649,
     'invitorUserId': 583215149,
     'displayName': 'Namoonga Mantina',
     'userName': 'mantinan@arizona.edu',
     'emailAddress': 'mantinan@arizona.edu',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701118585829,
     'created': 1698948069,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1339082609,
     'invitorUserId': 1893952720,
     'displayName': 'Archan Bhatt',
     'userName': 'archan_bhatt@mckinsey.com',
     'emailAddress': 'archan_bhatt@mckinsey.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1621356157125,
     'created': 1621353271,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 13409734,
     'invitorUserId': 583215149,
     'displayName': 'William Weylman',
     'userName': 'Bill_Weylman@putnam.com',
     'emailAddress': 'Bill_Weylman@putnam.com',
     'phoneNumber': '617-760-1455',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699377436538,
     'created': 1698948063,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1343302620,
     'invitorUserId': 1893952720,
     'displayName': 'Israel Hernanz',
     'userName': 'israel.hernanz@bbva.com',
     'emailAddress': 'israel.hernanz@bbva.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619784472574,
     'created': 1618579076,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1345102715,
     'invitorUserId': 1345408759,
     'displayName': 'McWayne Mumford',
     'userName': 'McWayne.Mumford@domo.com',
     'emailAddress': 'McWayne.Mumford@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1665077918,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1345129084,
     'invitorUserId': 617808774,
     'displayName': 'Timothy Chang',
     'userName': 'timothy@bitaxis.com',
     'emailAddress': 'timothy@bitaxis.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713196767006,
     'created': 1712029470,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1345408759,
     'invitorUserId': 587894148,
     'displayName': 'Alexis Lorenz (DataMaven)',
     'department': 'Owner',
     'userName': 'DataMaven42@gmail.com',
     'emailAddress': 'DataMaven42@gmail.com',
     'phoneNumber': '518-496-4710',
     'accepted': True,
     'userType': 'USER',
     'title': 'Major Domo Support Specialist',
     'hireDate': 1590156374000,
     'modified': 1608744192000,
     'created': 1588960520,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1345737456,
     'invitorUserId': 1893952720,
     'displayName': 'Aditya Jain',
     'userName': 'jain_aditya95@yahoo.com',
     'emailAddress': 'jain_aditya95@yahoo.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680287553000,
     'created': 1619512006,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'alternateEmail': 'aditya@infodata.in',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1346658577,
     'invitorUserId': 392468792,
     'displayName': 'Nick Ludwig',
     'userName': 'Nick.ludwig@domo.com',
     'emailAddress': 'Nick.ludwig@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1677531359549,
     'created': 1677190810,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1348595616,
     'invitorUserId': 583215149,
     'displayName': 'Russell Schultz',
     'userName': 'Schultz.Russell@basco.com',
     'emailAddress': 'Schultz.Russell@basco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699550267000,
     'created': 1698948062,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1349172734,
     'invitorUserId': 583215149,
     'displayName': 'Audrey Tourangeau',
     'userName': 'audrey.tourangeau@frankandoak.com',
     'emailAddress': 'audrey.tourangeau@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698338953166,
     'created': 1697054726,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1350294309,
     'invitorUserId': 583215149,
     'displayName': 'Randall Moya',
     'userName': 'rmoya@ups.com',
     'emailAddress': 'rmoya@ups.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704132275058,
     'created': 1694121855,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1352687765,
     'invitorUserId': 1432167731,
     'displayName': 'Bert Torn',
     'userName': 'bert.torn@metriqzz.com',
     'emailAddress': 'bert.torn@metriqzz.com',
     'phoneNumber': '+31646662210',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717741550494,
     'created': 1717697883,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1354070971,
     'invitorUserId': 587894148,
     'displayName': 'Yehia Said',
     'userName': 'Yehia@datavative.com',
     'emailAddress': 'Yehia@datavative.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1592242231000,
     'created': 1591984150,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1356741733,
     'invitorUserId': 1893952720,
     'displayName': 'Mitchell Olinsky',
     'userName': 'mitchell.olinsky@beonpath.com',
     'emailAddress': 'mitchell.olinsky@beonpath.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512001000,
     'created': 1619512000,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1364898782,
     'invitorUserId': 1893952720,
     'displayName': 'giovanni sgambato',
     'userName': 'gsgambato@bitbang.com',
     'emailAddress': 'gsgambato@bitbang.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579065000,
     'created': 1618579065,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1366439699,
     'invitorUserId': 27,
     'displayName': 'Chuck irwin',
     'userName': 'chuck.irwin@domo.com',
     'emailAddress': 'chuck.irwin@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700518401411,
     'created': 1700518306,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1366575707,
     'invitorUserId': 1893952720,
     'displayName': 'Erik Mason',
     'userName': 'ejmdpg@gmail.com',
     'emailAddress': 'ejmdpg@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1674060694000,
     'created': 1668615342,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 136757335,
     'invitorUserId': 583215149,
     'displayName': 'Jenny Pewtherer',
     'userName': 'jennyp@onyxcorporation.net',
     'emailAddress': 'jennyp@onyxcorporation.net',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699884914546,
     'created': 1697054736,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1368493216,
     'invitorUserId': 1783864164,
     'displayName': 'Abi Fairbrother',
     'userName': 'AFairbrother@conquerww.com',
     'emailAddress': 'AFairbrother@conquerww.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1716565665000,
     'created': 1716493635,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1370941052,
     'invitorUserId': 583215149,
     'displayName': 'Luca Ranela Sabatelli',
     'userName': 'luca.ranelasabatelli@abbott.com',
     'emailAddress': 'luca.ranelasabatelli@abbott.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686001031000,
     'created': 1686001031,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1376601827,
     'invitorUserId': 1893952720,
     'displayName': 'Tyler Major',
     'department': 'Domo Client Services',
     'userName': 'Tyler.major@domo.com',
     'emailAddress': 'Tyler.major@domo.com',
     'phoneNumber': '(801)695-9914',
     'accepted': True,
     'userType': 'USER',
     'title': 'Sr. Customer Success Manager',
     'modified': 1665166064000,
     'created': 1618579074,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1379267200,
     'invitorUserId': 617808774,
     'displayName': 'Celida Solis',
     'userName': 'celida.solis@outlook.com',
     'emailAddress': 'celida.solis@outlook.com',
     'phoneNumber': '4049408834',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712581916880,
     'created': 1712029458,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1387513974,
     'invitorUserId': 958797472,
     'displayName': 'Soren Dahl',
     'userName': 'soren.dahl@domo.com',
     'emailAddress': 'soren.dahl@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686690879891,
     'created': 1686077773,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1392335990,
     'invitorUserId': 583215149,
     'displayName': 'Wilberto Cordero',
     'userName': 'wilberto.cordero@withmehealth.com',
     'emailAddress': 'wilberto.cordero@withmehealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699378122875,
     'created': 1699037657,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1393041743,
     'invitorUserId': 587894148,
     'displayName': 'andrew.meier@optiv.com',
     'userName': 'andrew.meier@optiv.com',
     'emailAddress': 'andrew.meier@optiv.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683433907809,
     'created': 1683131493,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1399847286,
     'invitorUserId': 1893952720,
     'displayName': 'Antoine Calmus',
     'userName': 'ac@calmusconseil.com',
     'emailAddress': 'ac@calmusconseil.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1641211979668,
     'created': 1619511955,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1402389708,
     'invitorUserId': 583215149,
     'displayName': 'Elvira Bannon',
     'userName': 'ebannon@tahoedonner.com',
     'emailAddress': 'ebannon@tahoedonner.com',
     'phoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705354305175,
     'created': 1690382272,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1402488205,
     'invitorUserId': 1893952720,
     'displayName': 'Federico Buffoni',
     'userName': 'federico.buffoni@everli.com',
     'emailAddress': 'federico.buffoni@everli.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512009000,
     'created': 1619512008,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1405422355,
     'invitorUserId': 583215149,
     'displayName': 'Fasal Chaudhary',
     'userName': 'fasal.chaudhary@mintecocarwash.com',
     'emailAddress': 'fasal.chaudhary@mintecocarwash.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699912455060,
     'created': 1698948066,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1406738523,
     'invitorUserId': 583215149,
     'displayName': 'Brooke Warner',
     'userName': 'brooke.warner@directbooks.com',
     'emailAddress': 'brooke.warner@directbooks.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1696964255577,
     'created': 1690382283,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 140733736,
     'invitorUserId': 583215149,
     'displayName': 'Nelita Anonuevo',
     'userName': 'nanonuevo@boastcapital.com',
     'emailAddress': 'nanonuevo@boastcapital.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687364851483,
     'created': 1686001019,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1409092465,
     'invitorUserId': 1893952720,
     'displayName': 'Carlos Casanovas',
     'userName': 'carlos@virtuagym.com',
     'emailAddress': 'carlos@virtuagym.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1620382599356,
     'created': 1619511991,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1410075577,
     'invitorUserId': 617808774,
     'displayName': 'Glenn Howe',
     'userName': 'glennhowe2@gmail.com',
     'emailAddress': 'glennhowe2@gmail.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712711278000,
     'created': 1712029454,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'alternateEmail': 'ghowe2ai@gmail.com',
     'employeeLocation': 'Tigard, Oregon',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Tigard, Oregon',
     'active': True},
    {'id': 1410158005,
     'invitorUserId': 1893952720,
     'displayName': 'Fiona Groha',
     'userName': 'fiona.groha@ringieraxelspringer.ch',
     'emailAddress': 'fiona.groha@ringieraxelspringer.ch',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579018000,
     'created': 1618579017,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1413710032,
     'invitorUserId': 1893952720,
     'displayName': 'Nawel Medjkoune',
     'userName': 'nawel.medjkoune@loreal.com',
     'emailAddress': 'nawel.medjkoune@loreal.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619526717394,
     'created': 1619511940,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1416802348,
     'invitorUserId': 1893952720,
     'displayName': 'Dean',
     'department': '',
     'userName': 'dean.pangelinan@bluemoondigital.co',
     'emailAddress': 'dean.pangelinan@bluemoondigital.co',
     'phoneNumber': '+1 (510) 508-7344',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'timeZone': 'America/Los_Angeles',
     'modified': 1619022930265,
     'created': 1618579051,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1417035913,
     'invitorUserId': 316139172,
     'displayName': 'Fnu Khushboo',
     'userName': 'fnu.khushboo@domo.com',
     'emailAddress': 'fnu.khushboo@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1664922597,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1417635412,
     'invitorUserId': 1893952720,
     'displayName': 'Irene Lanzi',
     'userName': 'ilanzi@bitbang.com',
     'emailAddress': 'ilanzi@bitbang.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717771493800,
     'created': 1619511989,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1419106042,
     'invitorUserId': 1893952720,
     'displayName': 'marc bosvieux',
     'userName': 'mb@dataandbi.com',
     'emailAddress': 'mb@dataandbi.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511957000,
     'created': 1619511957,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1420303726,
     'invitorUserId': 1893952720,
     'displayName': 'James Henderson',
     'userName': 'james.henderson@cision.com',
     'emailAddress': 'james.henderson@cision.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701171653694,
     'created': 1618579066,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1420612807,
     'invitorUserId': 583215149,
     'displayName': 'Antoinette Aburime',
     'userName': 'Antoinette.Aburime@elevancehealth.com',
     'emailAddress': 'Antoinette.Aburime@elevancehealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717782526450,
     'created': 1690396831,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1422201990,
     'invitorUserId': 1893952720,
     'displayName': 'Justin Millheim',
     'userName': 'justin.millheim@domo.com',
     'emailAddress': 'justin.millheim@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1619511978,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1424841970,
     'invitorUserId': 583215149,
     'displayName': 'Aditya Pandey',
     'userName': 'Aditya.pandey@khoros.com',
     'emailAddress': 'Aditya.pandey@khoros.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686153943603,
     'created': 1686001023,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1427340382,
     'invitorUserId': 2088255083,
     'displayName': 'Susie Hidalgo',
     'userName': 'susie.hidalgo@domo.com',
     'emailAddress': 'susie.hidalgo@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680204294566,
     'created': 1679694352,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1428521071,
     'invitorUserId': 583215149,
     'displayName': 'Rahul Deshmukh',
     'userName': 'rdeshmukh@vaughnconstruction.com',
     'emailAddress': 'rdeshmukh@vaughnconstruction.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705959578706,
     'created': 1698948068,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1430135354,
     'invitorUserId': 587894148,
     'displayName': 'pedro.prieto@mastercard.com',
     'userName': 'pedro.prieto@mastercard.com',
     'emailAddress': 'pedro.prieto@mastercard.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1705938879673,
     'created': 1705938879,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1430590895,
     'invitorUserId': 1564544856,
     'displayName': 'David.Wills',
     'userName': 'david.wills@domo.com',
     'emailAddress': 'david.wills@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1669838455000,
     'created': 1663263196,
     'role': 'Editor',
     'roleId': 3,
     'rights': 15,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1432167731,
     'invitorUserId': 587894148,
     'displayName': 'thijs.vanwijngaarden@metriqzz.com',
     'userName': 'thijs.vanwijngaarden@metriqzz.com',
     'emailAddress': 'thijs.vanwijngaarden@metriqzz.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1724678231855,
     'created': 1701360109,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1432566836,
     'invitorUserId': 583215149,
     'displayName': 'Claire Yang',
     'userName': 'clairey@netflix.com',
     'emailAddress': 'clairey@netflix.com',
     'phoneNumber': '2069281561',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697489056206,
     'created': 1683291371,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1433566785,
     'invitorUserId': 617808774,
     'displayName': 'Swathi Hanumanthappa',
     'userName': 'swathiattigunda@gmail.com',
     'emailAddress': 'swathiattigunda@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712795143998,
     'created': 1712029462,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1436695438,
     'invitorUserId': 617808774,
     'displayName': 'Meg Parker',
     'userName': 'Meg.parker@domo.com',
     'emailAddress': 'Meg.parker@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690907488774,
     'created': 1690907426,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1437931806,
     'invitorUserId': 1893952720,
     'displayName': 'Amedeo Maggini',
     'userName': 'amaggini@bitbang.com',
     'emailAddress': 'amaggini@bitbang.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618579288000,
     'created': 1618579008,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1438019680,
     'invitorUserId': 583215149,
     'displayName': 'Hemangi Vibhute',
     'userName': 'Hemangioma.vibhute@craftww.com',
     'emailAddress': 'Hemangioma.vibhute@craftww.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1696599916000,
     'created': 1696599915,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1442284312,
     'invitorUserId': 583215149,
     'displayName': 'Jeff Laughman',
     'userName': 'jeffrey@directbooks.com',
     'emailAddress': 'jeffrey@directbooks.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690383363000,
     'created': 1690382284,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1444085156,
     'invitorUserId': 583215149,
     'displayName': 'Chance Ewell',
     'department': '',
     'userName': 'chance.ewell@domo.com',
     'emailAddress': 'chance.ewell@domo.com',
     'phoneNumber': '4352567527',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'hireDate': 1680847200000,
     'modified': 1681412084020,
     'created': 1680886854,
     'role': 'Editor',
     'roleId': 3,
     'rights': 15,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1445955258,
     'invitorUserId': 1950208331,
     'displayName': 'Walther Tang',
     'userName': 'wtang1@lenovo.com',
     'emailAddress': 'wtang1@lenovo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1713190613414,
     'created': 1713190613,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1446165056,
     'invitorUserId': 587894148,
     'displayName': 'Robyn Linden',
     'department': '',
     'userName': 'Robyn.Linden@broadwayacrossamerica.com',
     'emailAddress': 'Robyn.Linden@broadwayacrossamerica.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1588961028000,
     'created': 1588960525,
     'roleId': 2097317660,
     'alternateEmail': '',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1446658852,
     'invitorUserId': 1893952720,
     'displayName': 'Stefano Di Dato',
     'userName': 'Stefanodidato@hotmail.it',
     'emailAddress': 'Stefanodidato@hotmail.it',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512017000,
     'created': 1619512017,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1447079740,
     'invitorUserId': 68216396,
     'displayName': 'Hayden Pugmire',
     'userName': 'hayden.pugmire@podium.com',
     'emailAddress': 'hayden.pugmire@podium.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1643406591807,
     'created': 1643406591,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1447682110,
     'invitorUserId': 583215149,
     'displayName': 'Aaron Brown',
     'userName': 'abrown@aimsplus.com',
     'emailAddress': 'abrown@aimsplus.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1703800953877,
     'created': 1698948070,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 144861307,
     'invitorUserId': 617808774,
     'displayName': 'Samuel Turner',
     'userName': 'sam.t.prof@gmail.com',
     'emailAddress': 'sam.t.prof@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1715613599002,
     'created': 1712029466,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1448762979,
     'invitorUserId': 587894148,
     'displayName': 'JacobSpecht',
     'userName': 'JacobSpecht@BTPartners.com',
     'emailAddress': 'JacobSpecht@BTPartners.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1594666660433,
     'created': 1594666660,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1450482043,
     'invitorUserId': 583215149,
     'displayName': 'Pedro Medina',
     'userName': 'pedro.medina@hellofresh.com',
     'emailAddress': 'pedro.medina@hellofresh.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691763492296,
     'created': 1690382306,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1452681622,
     'invitorUserId': 583215149,
     'displayName': 'Justin McCurley',
     'userName': 'jmccurley@impactlife.org',
     'emailAddress': 'jmccurley@impactlife.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712248799026,
     'created': 1697054739,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1454084985,
     'invitorUserId': 583215149,
     'displayName': 'Scott Barnett',
     'userName': 'scott.barnett@conduent.com',
     'emailAddress': 'scott.barnett@conduent.com',
     'phoneNumber': '8013523308',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686250566165,
     'created': 1680551159,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1454491099,
     'invitorUserId': 1707466008,
     'displayName': 'Pris Lam',
     'userName': 'pris.lam@domo.com',
     'emailAddress': 'pris.lam@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1675900573104,
     'created': 1665007113,
     'role': 'Editor',
     'roleId': 3,
     'rights': 15,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1456864572,
     'invitorUserId': 583215149,
     'displayName': 'Roxana Boboescu',
     'userName': 'rboboescu@cenegenics.com',
     'emailAddress': 'rboboescu@cenegenics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695916570082,
     'created': 1694121855,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1460304297,
     'invitorUserId': 617808774,
     'displayName': 'Lauren Lacy',
     'userName': 'lauren@one-analytics.com',
     'emailAddress': 'lauren@one-analytics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1655929207000,
     'created': 1655925929,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1462075216,
     'invitorUserId': 1950208331,
     'displayName': 'Martin Hellhake',
     'userName': 'mhellhake@lenovo.com',
     'emailAddress': 'mhellhake@lenovo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1713190698734,
     'created': 1713190698,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1464199020,
     'invitorUserId': 583215149,
     'displayName': 'Juliene Dolot',
     'userName': 'Juliene.dolot@ipghealth.com',
     'emailAddress': 'Juliene.dolot@ipghealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698780591782,
     'created': 1694121851,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1465911092,
     'invitorUserId': 583215149,
     'displayName': 'Mike Upton',
     'userName': 'Mike.Upton@netspi.com',
     'emailAddress': 'Mike.Upton@netspi.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717770180709,
     'created': 1698948083,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1466717367,
     'invitorUserId': 1893952720,
     'displayName': 'Licia Maron',
     'userName': 'lmaron@bitbang.com',
     'emailAddress': 'lmaron@bitbang.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618579527035,
     'created': 1618579022,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1467802853,
     'invitorUserId': 1893952720,
     'displayName': 'Holly Rackham',
     'userName': 'holly.rackham@nccgroup.com',
     'emailAddress': 'holly.rackham@nccgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512002000,
     'created': 1619512002,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1473066133,
     'invitorUserId': 583215149,
     'displayName': 'Paul Hancock',
     'userName': 'paul.hancock@domo.com',
     'emailAddress': 'paul.hancock@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1700576110506,
     'created': 1700576110,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1473183764,
     'invitorUserId': 587894148,
     'displayName': 'tyler.clark@domo.com',
     'userName': 'tyler.clark@domo.com',
     'emailAddress': 'tyler.clark@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717771760477,
     'created': 1701360071,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1474057380,
     'invitorUserId': 1893952720,
     'displayName': 'Luisa Abate',
     'userName': 'labate@bitbang.com',
     'emailAddress': 'labate@bitbang.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511982000,
     'created': 1619511982,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1475401356,
     'invitorUserId': 583215149,
     'displayName': 'Jan Hoard',
     'userName': 'jhoard@gacities.com',
     'emailAddress': 'jhoard@gacities.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690906524005,
     'created': 1690382293,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1475938947,
     'invitorUserId': 1430590895,
     'displayName': 'Dexter Jones',
     'userName': 'dexter.jones@domo.com',
     'emailAddress': 'dexter.jones@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1675965107600,
     'created': 1675965030,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1481936434,
     'invitorUserId': 392468792,
     'displayName': 'Jenna Meier',
     'userName': 'jenna.meier@domo.com',
     'emailAddress': 'jenna.meier@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699568369789,
     'created': 1695998251,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1482815038,
     'invitorUserId': 958086679,
     'displayName': 'Michael Jordan',
     'userName': 'nate.bear+3@sony.com',
     'emailAddress': 'nate.bear+3@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712948520879,
     'created': 1712806807,
     'role': 'Participant',
     'roleId': 4,
     'rights': 1,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1482875007,
     'invitorUserId': 1893952720,
     'displayName': 'Minh-Hieu Pham',
     'userName': 'hieupm.it90@gmail.com',
     'emailAddress': 'hieupm.it90@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511991000,
     'created': 1619511990,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1484679935,
     'invitorUserId': 929460847,
     'displayName': 'Pasi Halatokoua',
     'userName': 'pasi.halatokoua@domo.com',
     'emailAddress': 'pasi.halatokoua@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1716498024304,
     'created': 1716497826,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1486961550,
     'invitorUserId': 617808774,
     'displayName': 'Kedar Deodhar',
     'userName': 'deodhar.kedar@brunswicknews.com',
     'emailAddress': 'deodhar.kedar@brunswicknews.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1656071128260,
     'created': 1655925869,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 148885605,
     'invitorUserId': 587894148,
     'displayName': 'Jeff Hart',
     'userName': 'jeff.hart@sagesure.com',
     'emailAddress': 'jeff.hart@sagesure.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1693838513613,
     'created': 1680299224,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1489262484,
     'invitorUserId': 1893952720,
     'displayName': 'Bard Higgins',
     'userName': 'bard@lookoutbi.com',
     'emailAddress': 'bard@lookoutbi.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1727796269264,
     'created': 1618579019,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1490253691,
     'invitorUserId': 617808774,
     'displayName': 'James Whitehead',
     'userName': 'James.whitehead@conduent.com',
     'emailAddress': 'James.whitehead@conduent.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686321477104,
     'created': 1686155292,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1491630095,
     'invitorUserId': 583215149,
     'displayName': 'Brandon Ramsey',
     'userName': 'bramsey@restaurant365.com',
     'emailAddress': 'bramsey@restaurant365.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691080563954,
     'created': 1690382299,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1492355789,
     'invitorUserId': 583215149,
     'displayName': 'Justin Hartzell',
     'userName': 'justin.hartzell@hellofresh.com',
     'emailAddress': 'justin.hartzell@hellofresh.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691674739524,
     'created': 1690382286,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1496003336,
     'invitorUserId': 754132743,
     'displayName': 'Kiran Singh',
     'userName': 'kiran.alexander.singh@gmail.com',
     'emailAddress': 'kiran.alexander.singh@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701119211644,
     'created': 1619107552,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 149943626,
     'invitorUserId': 587894148,
     'displayName': 'Gary Grigoryan',
     'userName': 'kgrigoryan@gmail.com',
     'emailAddress': 'kgrigoryan@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712009776396,
     'created': 1603483378,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1504505648,
     'invitorUserId': 1345408759,
     'displayName': 'Ken Lorenz',
     'department': '',
     'userName': 'ken@datamavenllc.io',
     'emailAddress': 'ken@datamavenllc.io',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1594330303000,
     'created': 1590156446,
     'roleId': 2097317660,
     'alternateEmail': '',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1504906779,
     'invitorUserId': 1768567034,
     'displayName': 'Carla Valerio',
     'userName': 'carla.valerio@cae.com',
     'emailAddress': 'carla.valerio@cae.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1689017552733,
     'created': 1687959284,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1505119319,
     'invitorUserId': 1893952720,
     'displayName': 'Ryan Graff',
     'userName': 'ryan.graff@target.com',
     'emailAddress': 'ryan.graff@target.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512011000,
     'created': 1619512010,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 150888404,
     'invitorUserId': 1752469262,
     'displayName': 'Kate.Duckham',
     'userName': 'Kate.Duckham@sony.com',
     'emailAddress': 'Kate.Duckham@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1697487520251,
     'created': 1697487520,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1510087228,
     'invitorUserId': 1728973208,
     'displayName': 'Kurt Meyer',
     'userName': 'kurtmeyers@gmail.com',
     'emailAddress': 'kurtmeyers@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1728390419610,
     'created': 1723037930,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1510707998,
     'invitorUserId': 583215149,
     'displayName': 'Stewart Johnson',
     'userName': 'stewartjohnson@esmc.org',
     'emailAddress': 'stewartjohnson@esmc.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686154912652,
     'created': 1686001011,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1511056863,
     'invitorUserId': 1893952720,
     'displayName': 'Mario Trabucco',
     'userName': 'mario.trabucco@indepenent.co.uk',
     'emailAddress': 'mario.trabucco@indepenent.co.uk',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579003000,
     'created': 1618579002,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1511288929,
     'invitorUserId': 583215149,
     'displayName': 'Damian Martinez',
     'userName': 'damianm@hourly.io',
     'emailAddress': 'damianm@hourly.io',
     'phoneNumber': '57 3004654364',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695138291333,
     'created': 1694121848,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1511706270,
     'invitorUserId': 583215149,
     'displayName': 'Kunal Gupta',
     'userName': 'kunal.gupta@khoros.com',
     'emailAddress': 'kunal.gupta@khoros.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687844836560,
     'created': 1686001022,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1515357536,
     'invitorUserId': 583215149,
     'displayName': 'Helen Yu',
     'userName': 'hailun.yu@a4media.com',
     'emailAddress': 'hailun.yu@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714673831511,
     'created': 1680633336,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1516100683,
     'invitorUserId': 617808774,
     'displayName': 'Brady Ulloa',
     'userName': 'brady.ulloa@rsl.com',
     'emailAddress': 'brady.ulloa@rsl.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686155187351,
     'created': 1686154622,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1518327550,
     'invitorUserId': 583215149,
     'displayName': 'Dave Willson',
     'userName': 'dave@provencfo.com',
     'emailAddress': 'dave@provencfo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711726941812,
     'created': 1680551170,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1521147588,
     'invitorUserId': 1893952720,
     'displayName': 'Paul Roche',
     'userName': 'paul.roche@loreal.com',
     'emailAddress': 'paul.roche@loreal.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511942000,
     'created': 1619511941,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1526226447,
     'invitorUserId': 587894148,
     'displayName': 'IsraelDuran@outlook.com',
     'userName': 'IsraelDuran@outlook.com',
     'emailAddress': 'IsraelDuran@outlook.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1706276604398,
     'created': 1699908353,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1526670194,
     'invitorUserId': 1893952720,
     'displayName': 'reza moohebat',
     'userName': 'reza@starred.com',
     'emailAddress': 'reza@starred.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512004000,
     'created': 1619512004,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 152768850,
     'invitorUserId': 475856860,
     'displayName': 'Heath Pulham',
     'userName': 'heath.pulham@domo.com',
     'emailAddress': 'heath.pulham@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700519006873,
     'created': 1700517910,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1528879682,
     'invitorUserId': 1227422648,
     'displayName': 'arturo.moctezuma',
     'userName': 'arturo.moctezuma@icumed.com',
     'emailAddress': 'arturo.moctezuma@icumed.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1688657510370,
     'created': 1688657510,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1530098431,
     'invitorUserId': 583215149,
     'displayName': 'Marleny Ortiz',
     'userName': 'marleny_ortiz@conair.com',
     'emailAddress': 'marleny_ortiz@conair.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Manager,  FP&A Systems',
     'modified': 1683048368094,
     'created': 1680551167,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1531309335,
     'invitorUserId': 583215149,
     'displayName': 'Simoné Wright',
     'userName': 'swright@turnitin.com',
     'emailAddress': 'swright@turnitin.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691033237758,
     'created': 1690382277,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1536620274,
     'invitorUserId': 583215149,
     'displayName': 'Deepak Gupta',
     'userName': 'deepak.gupta@conduent.com',
     'emailAddress': 'deepak.gupta@conduent.com',
     'phoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681153467000,
     'created': 1680551159,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1540120881,
     'invitorUserId': 583215149,
     'displayName': 'Chris Hanlon',
     'userName': 'chris@directbooks.com',
     'emailAddress': 'chris@directbooks.com',
     'phoneNumber': '9146291727',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690465617290,
     'created': 1690382281,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1542225148,
     'invitorUserId': 1893952720,
     'displayName': 'Adam Landefeld ',
     'userName': 'Adam.Landefeld@domo.com',
     'emailAddress': 'Adam.Landefeld@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1693590493425,
     'created': 1618299284,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1542489020,
     'invitorUserId': 587894148,
     'displayName': 'victor1601so@gmail.com',
     'userName': 'victor1601so@gmail.com',
     'emailAddress': 'victor1601so@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1676655307216,
     'created': 1676655307,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1542505954,
     'invitorUserId': 1893952720,
     'displayName': 'Marialisa Manuzzi',
     'department': '',
     'userName': 'mmanuzzi@bitbang.com',
     'emailAddress': 'mmanuzzi@bitbang.com',
     'phoneNumber': '00393297938250',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1642693090220,
     'created': 1618579030,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'alternateEmail': '',
     'employeeLocation': 'Bologna, Italy',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Bologna, Italy',
     'active': True},
    {'id': 1545439064,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager5@fz.com',
     'userName': 'RestaurantManager5@fz.com',
     'emailAddress': 'RestaurantManager5@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869277120,
     'created': 1704259969,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '5',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1548024167,
     'invitorUserId': 1783864164,
     'displayName': 'Eddie Small Jr',
     'userName': 'ejsmalljr@gmail.com',
     'emailAddress': 'ejsmalljr@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713977794667,
     'created': 1713977751,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1548628586,
     'invitorUserId': 819498402,
     'displayName': 'Mike Zollinger',
     'userName': 'mike.zollinger@domo.com',
     'emailAddress': 'mike.zollinger@domo.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1673630409000,
     'created': 1668536288,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1549405309,
     'invitorUserId': 583215149,
     'displayName': 'Jeff Croskrey',
     'userName': 'Jeff_Croskrey@conair.com',
     'emailAddress': 'Jeff_Croskrey@conair.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698772589835,
     'created': 1690382296,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1550403143,
     'invitorUserId': 1562222983,
     'displayName': 'Dan Slivka',
     'userName': 'dslivka@vistaequitypartners.com',
     'emailAddress': 'dslivka@vistaequitypartners.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1676649106518,
     'created': 1675196110,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1550483411,
     'invitorUserId': 1893952720,
     'displayName': 'Enrico Pirazzini',
     'userName': 'enpirazzini@bitbang.com',
     'emailAddress': 'enpirazzini@bitbang.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1642693826127,
     'created': 1619511959,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1550854416,
     'invitorUserId': 617808774,
     'displayName': 'Perry Taylor',
     'userName': 'perry.taylor144@gmail.com',
     'emailAddress': 'perry.taylor144@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029464000,
     'created': 1712029463,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1554308974,
     'invitorUserId': 587894148,
     'displayName': 'MBektas',
     'userName': 'mbektas@heartlandhsc.com',
     'emailAddress': 'mbektas@heartlandhsc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680120790732,
     'created': 1673545971,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1560188402,
     'invitorUserId': 1866341252,
     'displayName': 'Kevin Maahs',
     'userName': 'kevin.maahs@retailinsightsllc.com',
     'emailAddress': 'kevin.maahs@retailinsightsllc.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1714057540123,
     'created': 1714057540,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1561128256,
     'invitorUserId': 583215149,
     'displayName': 'Jay Sadis',
     'userName': 'jay.sadis@a4media.com',
     'emailAddress': 'jay.sadis@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1682012093657,
     'created': 1680808173,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1561518565,
     'invitorUserId': 1893952720,
     'displayName': "Andrea D'Antonio",
     'userName': 'andreapio.dantonio@everli.com',
     'emailAddress': 'andreapio.dantonio@everli.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512027000,
     'created': 1619512026,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1562222983,
     'invitorUserId': 587894148,
     'displayName': 'hrogers@vistaequitypartners.com',
     'userName': 'hrogers@vistaequitypartners.com',
     'emailAddress': 'hrogers@vistaequitypartners.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680183956759,
     'created': 1667403149,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1564544856,
     'invitorUserId': 694942127,
     'displayName': 'shana.brennan',
     'userName': 'shana.brennan@domo.com',
     'emailAddress': 'shana.brennan@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1728410001247,
     'created': 1663194915,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1571557745,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager16@fz.com',
     'userName': 'RestaurantManager16@fz.com',
     'emailAddress': 'RestaurantManager16@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869345282,
     'created': 1704259972,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '16',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1575177145,
     'invitorUserId': 27,
     'displayName': 'Carolynn Daskalakis',
     'userName': 'carolynn.daskalakis@domo.com',
     'emailAddress': 'carolynn.daskalakis@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1588356525,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1576143491,
     'invitorUserId': 1950208331,
     'displayName': 'David Dandar',
     'userName': 'puffmagichindu@gmail.com',
     'emailAddress': 'puffmagichindu@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1724546367885,
     'created': 1724546367,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1579300917,
     'invitorUserId': 416285069,
     'displayName': 'Tharuka Gunasekara',
     'userName': 'tharuka@visionwrights.com',
     'emailAddress': 'tharuka@visionwrights.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690945221650,
     'created': 1673366848,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1580059641,
     'invitorUserId': 617808774,
     'displayName': 'KOFFI GANU',
     'userName': 'gagalison@gmail.com',
     'emailAddress': 'gagalison@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712094116819,
     'created': 1712029459,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1585681892,
     'invitorUserId': 587894148,
     'displayName': 'jdoak@onemagnify.com',
     'userName': 'jdoak@onemagnify.com',
     'emailAddress': 'jdoak@onemagnify.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1722866076591,
     'created': 1722866076,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 158618860,
     'invitorUserId': 749054906,
     'displayName': 'Aarzoo Dhillon',
     'userName': 'aarzoo.dhillon@domo.com',
     'emailAddress': 'aarzoo.dhillon@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1693522802176,
     'created': 1693412363,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1592852084,
     'invitorUserId': 583215149,
     'displayName': 'Maddie Wells',
     'userName': 'maddie.wells@domo.com',
     'emailAddress': 'maddie.wells@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705514170527,
     'created': 1697054450,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1593765755,
     'invitorUserId': 1893952720,
     'displayName': 'Divyal Choudhary',
     'userName': 'divyalchoudhary@outlook.com',
     'emailAddress': 'divyalchoudhary@outlook.com',
     'phoneNumber': '8982804881',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698339387306,
     'created': 1697817411,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1593927405,
     'invitorUserId': 749054906,
     'displayName': 'Kristine Friday',
     'userName': 'kristine.friday@domo.com',
     'emailAddress': 'kristine.friday@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1692917925332,
     'created': 1692917925,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 159409372,
     'invitorUserId': 1893952720,
     'displayName': 'muhammad abdulkafarov',
     'userName': 'muhammad.abdulkafarov@insurance-supermarket.com',
     'emailAddress': 'muhammad.abdulkafarov@insurance-supermarket.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1668379740346,
     'created': 1668379740,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1596130321,
     'invitorUserId': 68216396,
     'displayName': 'Dale Churchill',
     'userName': 'dale.churchill5@gmail.com',
     'emailAddress': 'dale.churchill5@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1718817117535,
     'created': 1718817075,
     'role': 'Editor',
     'roleId': 3,
     'rights': 15,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1596455782,
     'invitorUserId': 68216396,
     'displayName': 'kunal.kuldeep',
     'userName': 'kunal.kuldeep@deposco.com',
     'emailAddress': 'kunal.kuldeep@deposco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1708117992574,
     'created': 1675444753,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1596755774,
     'invitorUserId': 1893952720,
     'displayName': 'Ana Pulido',
     'userName': 'ana.pulido@ashton-tate.com',
     'emailAddress': 'ana.pulido@ashton-tate.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1625692972391,
     'created': 1625692972,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 15967693,
     'invitorUserId': 1893952720,
     'displayName': 'scott bybee',
     'userName': 'scott.bybee@caemilusa.com',
     'emailAddress': 'scott.bybee@caemilusa.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579014000,
     'created': 1618579014,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1598636809,
     'invitorUserId': 1725780094,
     'displayName': 'Ana Gomez Sanchez',
     'userName': 'ana.gomezsa@domo.com',
     'emailAddress': 'ana.gomezsa@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1701081073552,
     'created': 1701081073,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1599328022,
     'invitorUserId': 1893952720,
     'displayName': 'Sumeet Thapar',
     'userName': 'sumeet.thapar@ubp.com',
     'emailAddress': 'sumeet.thapar@ubp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579058000,
     'created': 1618579058,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1599436385,
     'invitorUserId': 316139172,
     'displayName': 'Ed Pettersson',
     'department': '',
     'userName': 'Ed.Pettersson@domo.com',
     'emailAddress': 'Ed.Pettersson@domo.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'hireDate': 1705388400000,
     'modified': 1705422448000,
     'created': 1665179652,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'employeeLocation': 'Domo HQ',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Domo HQ',
     'active': True},
    {'id': 1601139623,
     'invitorUserId': 374388983,
     'displayName': 'O. gurubaxani',
     'userName': 'omprakashbasant.gurubaxani@sony.com',
     'emailAddress': 'omprakashbasant.gurubaxani@sony.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713284364201,
     'created': 1711393536,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1604848787,
     'invitorUserId': 68216396,
     'displayName': 'Joe Reynolds',
     'userName': 'j7f7r7@gmail.com',
     'emailAddress': 'j7f7r7@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705454365892,
     'created': 1683054513,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1605094930,
     'invitorUserId': 583215149,
     'displayName': 'Bikram Hazarika',
     'userName': 'bikram.hazarika@khoros.com',
     'emailAddress': 'bikram.hazarika@khoros.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686155259267,
     'created': 1686053704,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1605155302,
     'invitorUserId': 1783864164,
     'displayName': 'James Gossling',
     'userName': 'james@bispoke.io',
     'emailAddress': 'james@bispoke.io',
     'accepted': False,
     'userType': 'USER',
     'modified': 1725470451163,
     'created': 1725470451,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1605839238,
     'invitorUserId': 1345408759,
     'displayName': 'Jennifer Noyce',
     'userName': 'jnoyce@sharkninja.com',
     'emailAddress': 'jnoyce@sharkninja.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1595950000170,
     'created': 1595950000,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1611395476,
     'invitorUserId': 1783864164,
     'displayName': 'Patrick',
     'userName': 'pnegron@onemagnify.com',
     'emailAddress': 'pnegron@onemagnify.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711147421617,
     'created': 1711141999,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1611416873,
     'invitorUserId': 583215149,
     'displayName': 'Bob Clark',
     'userName': 'bob.clark@worktrucksolutions.com',
     'emailAddress': 'bob.clark@worktrucksolutions.com',
     'phoneNumber': '5305216270',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695408941164,
     'created': 1694121843,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1612175103,
     'invitorUserId': 1893952720,
     'displayName': 'Cristin Blanco',
     'userName': 'cristina.blanco@audibene.de',
     'emailAddress': 'cristina.blanco@audibene.de',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579023000,
     'created': 1618579022,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1614252468,
     'invitorUserId': 583215149,
     'displayName': 'Jennifer Sprow',
     'userName': 'jennifer.sprow@snp-rx.com',
     'emailAddress': 'jennifer.sprow@snp-rx.com',
     'phoneNumber': '626-262-1584',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683786312665,
     'created': 1683150244,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1614267487,
     'invitorUserId': 1950208331,
     'displayName': 'David Dandar',
     'userName': 'daviddandardomo@gmail.com',
     'emailAddress': 'daviddandardomo@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'America/Detroit',
     'modified': 1729521230269,
     'created': 1728995911,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1615206694,
     'invitorUserId': 68216396,
     'displayName': 'David Cunningham',
     'userName': 'dlcunnin3@gmail.com',
     'emailAddress': 'dlcunnin3@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1726079581289,
     'created': 1713457801,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 161757523,
     'invitorUserId': 148885605,
     'displayName': 'Juan Arenas',
     'userName': 'juan.arenas@sagesure.com',
     'emailAddress': 'juan.arenas@sagesure.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686328632482,
     'created': 1686328632,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1623315820,
     'invitorUserId': 587894148,
     'displayName': 'Adnan Usman',
     'userName': 'ausman@accordion.com',
     'emailAddress': 'ausman@accordion.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1674063319118,
     'created': 1673646115,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1627644702,
     'invitorUserId': 316139172,
     'displayName': 'Scott Sheffield',
     'userName': 'Scott.Sheffield@domo.com',
     'emailAddress': 'Scott.Sheffield@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1670344465785,
     'created': 1665179653,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1628021317,
     'invitorUserId': 617808774,
     'displayName': 'Aaron Dean',
     'userName': 'aaron.dean@rxa.io',
     'emailAddress': 'aaron.dean@rxa.io',
     'accepted': True,
     'userType': 'USER',
     'modified': 1693590493425,
     'created': 1655998912,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1628812063,
     'invitorUserId': 509534198,
     'displayName': 'Amelia Bentley',
     'userName': 'amelia.bentley@domo.com',
     'emailAddress': 'amelia.bentley@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1689236559546,
     'created': 1689236402,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1630318017,
     'invitorUserId': 307632801,
     'displayName': 'Dan Brinton 2',
     'userName': 'daniel.brinton@gmail.com',
     'emailAddress': 'daniel.brinton@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1673477887000,
     'created': 1673477573,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1639548482,
     'invitorUserId': 694942127,
     'displayName': 'Jason Longhurst',
     'userName': 'jason.longhurst@domo.com',
     'emailAddress': 'jason.longhurst@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1678824029739,
     'created': 1678824029,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1641144375,
     'invitorUserId': 1893952720,
     'displayName': 'Stefan Schumann',
     'userName': 'stefan.schumann@kafe.rocks',
     'emailAddress': 'stefan.schumann@kafe.rocks',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619434156723,
     'created': 1618579112,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1643055542,
     'invitorUserId': 583215149,
     'displayName': 'Tyler DeMeuse ',
     'userName': 'DeMeuse.Tyler@basco.com',
     'emailAddress': 'DeMeuse.Tyler@basco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698335667814,
     'created': 1697054728,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1643448567,
     'invitorUserId': 617808774,
     'displayName': 'Vineeth Amsham',
     'userName': 'amshamvineeth@gmail.com',
     'emailAddress': 'amshamvineeth@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029468000,
     'created': 1712029467,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1643805121,
     'invitorUserId': 1893952720,
     'displayName': 'test_editor',
     'userName': 'test_editor@domo.com',
     'emailAddress': 'test_editor@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1633645160795,
     'created': 1603811538,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1648883370,
     'invitorUserId': 583215149,
     'displayName': 'John Cannizzaro',
     'userName': 'jcannizzaro@w2ogroup.com',
     'emailAddress': 'jcannizzaro@w2ogroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690383366000,
     'created': 1690382303,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1653650421,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager6@fz.com',
     'userName': 'RestaurantManager6@fz.com',
     'emailAddress': 'RestaurantManager6@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869283299,
     'created': 1704259969,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '6',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1656078706,
     'invitorUserId': 1893952720,
     'displayName': 'Grace Brockwell',
     'userName': 'grace.brockwell@bluemoondigital.co',
     'emailAddress': 'grace.brockwell@bluemoondigital.co',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579054000,
     'created': 1618579053,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1659710621,
     'invitorUserId': 617808774,
     'displayName': 'Samhitha Nuka',
     'userName': 'snuka@iu.edu',
     'emailAddress': 'snuka@iu.edu',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712975236385,
     'created': 1712029451,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1660239002,
     'invitorUserId': 617808774,
     'displayName': 'Duy Le',
     'userName': 'duyleanh1998@gmail.com',
     'emailAddress': 'duyleanh1998@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1709847975211,
     'created': 1709847746,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1660543077,
     'invitorUserId': 958086679,
     'displayName': 'Jae Test',
     'userName': 'nate.bear+40@sony.com',
     'emailAddress': 'nate.bear+40@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1713284675508,
     'created': 1713284675,
     'role': 'Participant',
     'roleId': 4,
     'rights': 1,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1660576736,
     'invitorUserId': 583215149,
     'displayName': 'Inessa Fridman',
     'userName': 'inessa_fridman@conair.com',
     'emailAddress': 'inessa_fridman@conair.com',
     'accepted': False,
     'userType': 'USER',
     'title': 'Sr.Functional Analyst',
     'modified': 1683047101000,
     'created': 1680551168,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1663510552,
     'invitorUserId': 583215149,
     'displayName': 'Veronica Genco',
     'userName': 'vgenco@everydayhealthgroup.com',
     'emailAddress': 'vgenco@everydayhealthgroup.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700154345297,
     'created': 1698948077,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1664064133,
     'invitorUserId': 583215149,
     'displayName': 'Tiffany Green',
     'userName': 'tgreen@bacoproperties.com',
     'emailAddress': 'tgreen@bacoproperties.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695745379101,
     'created': 1694121860,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1665112798,
     'invitorUserId': 583215149,
     'displayName': 'Roberto Torres',
     'userName': 'roberto.torres@snp-rx.com',
     'emailAddress': 'roberto.torres@snp-rx.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'IT - Software specialist ',
     'modified': 1685031051663,
     'created': 1683047115,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1666073542,
     'invitorUserId': 1893952720,
     'displayName': 'Pedro Cordon',
     'userName': 'pedro.cordon@nccgroup.com',
     'emailAddress': 'pedro.cordon@nccgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511952000,
     'created': 1619511951,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1667733724,
     'invitorUserId': 68216396,
     'displayName': 'Murielle Kake',
     'userName': 'murielle.kake@greenanalyticsllc.com',
     'emailAddress': 'murielle.kake@greenanalyticsllc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680028769189,
     'created': 1678895693,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1669239819,
     'invitorUserId': 583215149,
     'displayName': 'Katarzyna Grudziaz',
     'userName': 'grudziaz.k@pg.com',
     'emailAddress': 'grudziaz.k@pg.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691078718965,
     'created': 1690382273,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1669497648,
     'invitorUserId': 1893952720,
     'displayName': 'James Fearnley',
     'userName': 'james.fearnley@nccgroup.com',
     'emailAddress': 'james.fearnley@nccgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511996000,
     'created': 1619511995,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1670130309,
     'invitorUserId': 158618860,
     'displayName': 'Mehrdad Mousapour',
     'userName': 'mehrdad.mousapour@harcourts.net',
     'emailAddress': 'mehrdad.mousapour@harcourts.net',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712186551267,
     'created': 1693522883,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1674308740,
     'invitorUserId': 583215149,
     'displayName': 'Brandon Ediger',
     'userName': 'brandon.ediger@lockton.com',
     'emailAddress': 'brandon.ediger@lockton.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699886827275,
     'created': 1694121844,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1674821429,
     'invitorUserId': 1893952720,
     'displayName': 'Mateusz Krzy?anowski',
     'userName': 'mateusz.krzyzanowski@lingarogroup.com',
     'emailAddress': 'mateusz.krzyzanowski@lingarogroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511966000,
     'created': 1619511965,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1675127148,
     'invitorUserId': 617808774,
     'displayName': 'Weilin Cheng',
     'userName': 'wncheng1225@gmail.com',
     'emailAddress': 'wncheng1225@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713557927411,
     'created': 1712029452,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1680781770,
     'invitorUserId': 583215149,
     'displayName': 'Kurt Jung',
     'userName': 'kjung@vaughnconstruction.com',
     'emailAddress': 'kjung@vaughnconstruction.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704743848208,
     'created': 1698948061,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1681443709,
     'invitorUserId': 1893952720,
     'displayName': 'test 3 - updated 2024-08-23',
     'userName': 'test3@test.com',
     'emailAddress': 'test3@test.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1724418887500,
     'created': 1664936244,
     'roleId': 810756122,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1695991852,
     'invitorUserId': 749054906,
     'displayName': 'Travis Thompson',
     'userName': 'travis.thompson@domo.com',
     'emailAddress': 'travis.thompson@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1677263846894,
     'created': 1677263741,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1698756799,
     'invitorUserId': 617808774,
     'displayName': 'Deona Easterson',
     'userName': 'deona.easterson@avb.net',
     'emailAddress': 'deona.easterson@avb.net',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691682878102,
     'created': 1690909140,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1700271359,
     'invitorUserId': 1893952720,
     'displayName': 'catherine sql',
     'userName': 'catherine.choe@sony.com',
     'emailAddress': 'catherine.choe@sony.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1675200775261,
     'created': 1674158564,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1701373377,
     'invitorUserId': 316139172,
     'displayName': 'Scott Pulley',
     'userName': 'scott.pulley@domo.com',
     'emailAddress': 'scott.pulley@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1706212446746,
     'created': 1668537861,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1702863473,
     'invitorUserId': 1893952720,
     'displayName': 'Michael Johnson',
     'userName': 'michael.johnson@bluemoondigital.co',
     'emailAddress': 'michael.johnson@bluemoondigital.co',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579061000,
     'created': 1618579060,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1703205755,
     'invitorUserId': 958797472,
     'displayName': 'Colby Duce',
     'userName': 'colby.duce@domo.com',
     'emailAddress': 'colby.duce@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712681327767,
     'created': 1686077752,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1703821116,
     'invitorUserId': 694942127,
     'displayName': 'tanner.brockbank',
     'userName': 'tanner.brockbank@domo.com',
     'emailAddress': 'tanner.brockbank@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1676490125497,
     'created': 1661370051,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1705945348,
     'invitorUserId': 158618860,
     'displayName': 'Jarard Thompson',
     'userName': 'jarard.thompson@harcourts.net',
     'emailAddress': 'jarard.thompson@harcourts.net',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704752593226,
     'created': 1693522908,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1706726125,
     'invitorUserId': 1768567034,
     'displayName': 'Ryan Berg',
     'userName': 'ryan.berg@caemilusa.com',
     'emailAddress': 'ryan.berg@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1726071838497,
     'created': 1721337777,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1707178274,
     'invitorUserId': 583215149,
     'displayName': 'Abby Fan',
     'userName': 'zhilin.fan@a4media.com',
     'emailAddress': 'zhilin.fan@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680787017257,
     'created': 1680551170,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 170736805,
     'invitorUserId': 1430590895,
     'displayName': 'josh lee',
     'userName': 'leejj@familysearch.org',
     'emailAddress': 'leejj@familysearch.org',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'America/Denver',
     'modified': 1704158758705,
     'created': 1690478486,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1707466008,
     'invitorUserId': 1893952720,
     'displayName': 'Zack Cameron',
     'userName': 'zack.cameron@domo.com',
     'emailAddress': 'zack.cameron@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717784508137,
     'created': 1650041754,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1708706984,
     'invitorUserId': 148885605,
     'displayName': 'Xavier Uzomah',
     'userName': 'xavier.uzomah@sagesure.com',
     'emailAddress': 'xavier.uzomah@sagesure.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686328493132,
     'created': 1686328493,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 171097580,
     'invitorUserId': 68216396,
     'displayName': 'Ryan Bates',
     'userName': 'ryan.bates@domo.com',
     'emailAddress': 'ryan.bates@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699299089960,
     'created': 1699298897,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 171155629,
     'invitorUserId': 1893952720,
     'displayName': 'Sameer Patel',
     'userName': 'sameer.patel@ubp.com',
     'emailAddress': 'sameer.patel@ubp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579051000,
     'created': 1618579050,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1714737020,
     'invitorUserId': 958086679,
     'displayName': 'Justin Jefferson',
     'userName': 'nate.bear+4@sony.com',
     'emailAddress': 'nate.bear+4@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712948531436,
     'created': 1712806817,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1716113104,
     'invitorUserId': 583215149,
     'displayName': 'Liz Goodman',
     'userName': 'liz.g.goodman@lowes.com',
     'emailAddress': 'liz.g.goodman@lowes.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695916894975,
     'created': 1695145798,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1717459054,
     'invitorUserId': 416285069,
     'displayName': 'Nuzhi Meyen',
     'userName': 'nuzhi@visionwrights.com',
     'emailAddress': 'nuzhi@visionwrights.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1673366865200,
     'created': 1673366865,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1718663434,
     'invitorUserId': 1783864164,
     'displayName': 'Brenda Doyon',
     'userName': 'bdoyon@archgp.com',
     'emailAddress': 'bdoyon@archgp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1728058538584,
     'created': 1728058538,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1719195338,
     'invitorUserId': 583215149,
     'displayName': 'Sarah Jimenez',
     'userName': 'sarah.jimenez@domo.com',
     'emailAddress': 'sarah.jimenez@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1689948940660,
     'created': 1689948940,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 171953057,
     'invitorUserId': 583215149,
     'displayName': 'Oliver Lange',
     'userName': 'oliver.lange@domo.com',
     'emailAddress': 'oliver.lange@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1681953726226,
     'created': 1681953726,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1720733213,
     'invitorUserId': 583215149,
     'displayName': 'Jerald Caffey',
     'userName': 'jcaffey@arml.org',
     'emailAddress': 'jcaffey@arml.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691682660432,
     'created': 1690382296,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1724492157,
     'invitorUserId': 583215149,
     'displayName': 'Andrew Justice',
     'userName': 'andrewjustice@iowaleague.org',
     'emailAddress': 'andrewjustice@iowaleague.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690468072456,
     'created': 1690382304,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1725780094,
     'invitorUserId': 1893952720,
     'displayName': 'Brett Gibson',
     'department': '',
     'userName': 'Brett.Gibson@domo.com',
     'emailAddress': 'Brett.Gibson@domo.com',
     'phoneNumber': '111',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1665166064000,
     'created': 1618299286,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1728973208,
     'invitorUserId': 475856860,
     'displayName': 'Peter Shull',
     'userName': 'shullp05@gmail.com',
     'emailAddress': 'shullp05@gmail.com',
     'phoneNumber': '706-294-3231',
     'accepted': True,
     'userType': 'USER',
     'modified': 1723134065000,
     'created': 1708549288,
     'roleId': 2097317660,
     'employeeLocation': 'North Augusta, SC',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'North Augusta, SC',
     'active': True},
    {'id': 1730716954,
     'invitorUserId': 583215149,
     'displayName': 'Etienne Roy-liard',
     'userName': 'etienne.roy-liard@frankandoak.com',
     'emailAddress': 'etienne.roy-liard@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699465982096,
     'created': 1698668815,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1731503192,
     'invitorUserId': 1227422648,
     'displayName': 'rene.macias.h',
     'userName': 'rene.macias.h@gmail.com',
     'emailAddress': 'rene.macias.h@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1652870731430,
     'created': 1652870731,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 173326437,
     'invitorUserId': 583215149,
     'displayName': 'Caroline Rothfield',
     'userName': 'caroline.rothfield@abbott.com',
     'emailAddress': 'caroline.rothfield@abbott.com',
     'phoneNumber': '',
     'deskPhoneNumber': '+1 224-416-3188',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'America/Chicago',
     'modified': 1698950978000,
     'created': 1698948073,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'employeeLocation': 'Chicago, IL',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Chicago, IL',
     'active': True},
    {'id': 1734948150,
     'invitorUserId': 1707466008,
     'displayName': 'Thomas Bruno',
     'userName': 'Thomas.Bruno@elevancehealth.com',
     'emailAddress': 'Thomas.Bruno@elevancehealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705532503743,
     'created': 1705424701,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1735590743,
     'invitorUserId': 1893952720,
     'displayName': 'Alessia Di Blasi',
     'userName': 'alessia.diblasi@everli.com',
     'emailAddress': 'alessia.diblasi@everli.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618588445612,
     'created': 1618579083,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1735973578,
     'invitorUserId': 1893952720,
     'displayName': 'Joshua Stan',
     'userName': 'jstan@ctifoods.com',
     'emailAddress': 'jstan@ctifoods.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618580502156,
     'created': 1618579084,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1736997538,
     'invitorUserId': 583215149,
     'displayName': 'Alissa Teves',
     'userName': 'ATeves@72sold.com',
     'emailAddress': 'ATeves@72sold.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1710953877572,
     'created': 1697054722,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1738612075,
     'invitorUserId': 1783864164,
     'displayName': 'Larry Mullins',
     'userName': 'larry.mullins@westrockcoffee.com',
     'emailAddress': 'larry.mullins@westrockcoffee.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729100496156,
     'created': 1717784846,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1743239604,
     'invitorUserId': 1893952720,
     'displayName': 'Carolina Pulido',
     'userName': 'carolina.pulido@ashton-tate.com',
     'emailAddress': 'carolina.pulido@ashton-tate.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1625692991525,
     'created': 1625692991,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1745734282,
     'invitorUserId': 587894148,
     'displayName': 'Samuel Donabedian',
     'userName': 's.donabedian@osjl.com',
     'emailAddress': 's.donabedian@osjl.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699021785967,
     'created': 1697816446,
     'roleId': 2097317660,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1745734598,
     'invitorUserId': 617808774,
     'displayName': 'Dharti Patel',
     'userName': 'dharu6327@gmail.com',
     'emailAddress': 'dharu6327@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029468000,
     'created': 1712029468,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1746885226,
     'invitorUserId': 805649835,
     'displayName': 'Jacob Folsom',
     'userName': 'jacob.folsom@domo.com',
     'emailAddress': 'jacob.folsom@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711393710532,
     'created': 1673024731,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1748840822,
     'invitorUserId': 958797472,
     'displayName': 'Taylor Faas',
     'userName': 'taylor.faas@domo.com',
     'emailAddress': 'taylor.faas@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686689111498,
     'created': 1686078024,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1752469262,
     'invitorUserId': 1893952720,
     'displayName': 'Jesus Gonzalez',
     'department': 'Data',
     'userName': 'Jesus.Gonzalez@sony.com',
     'emailAddress': 'Jesus.Gonzalez@sony.com',
     'phoneNumber': '-',
     'accepted': True,
     'userType': 'USER',
     'title': 'TPM | SM',
     'hireDate': 1703086866000,
     'modified': 1703086866350,
     'created': 1695756891,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1753446731,
     'invitorUserId': 617808774,
     'displayName': 'Tritia Ary',
     'userName': 'tritia.ary@snp-rx.com',
     'emailAddress': 'tritia.ary@snp-rx.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683217669003,
     'created': 1683217411,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1754553876,
     'invitorUserId': 583215149,
     'displayName': 'Patrick Fuller',
     'userName': 'jpfuller@restaurant365.com',
     'emailAddress': 'jpfuller@restaurant365.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1696353665864,
     'created': 1690382298,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 175496244,
     'invitorUserId': 1893952720,
     'displayName': 'Yingkun Zhu',
     'userName': 'yingkun@treez.io',
     'emailAddress': 'yingkun@treez.io',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579094000,
     'created': 1618579093,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1755736914,
     'invitorUserId': 1893952720,
     'displayName': 'Jeremy Higgs',
     'department': '',
     'userName': 'jeremy.higgs@caemilusa.com',
     'emailAddress': 'jeremy.higgs@caemilusa.com',
     'phoneNumber': '5015428070',
     'accepted': True,
     'userType': 'USER',
     'title': 'Data Technician',
     'modified': 1618933526209,
     'created': 1618579009,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1756066802,
     'invitorUserId': 583215149,
     'displayName': 'Brendan Daly',
     'userName': 'Brendan.Daly@ipghealth.com',
     'emailAddress': 'Brendan.Daly@ipghealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699891947441,
     'created': 1694121846,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1756298872,
     'invitorUserId': 1893952720,
     'displayName': 'Lacey Rogers',
     'userName': 'Lacey.Cook@domo.com',
     'emailAddress': 'Lacey.Cook@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618299283,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1758333940,
     'invitorUserId': 1893952720,
     'displayName': 'Giacomo Genovese',
     'userName': 'ggenove1@forddirect.com',
     'emailAddress': 'ggenove1@forddirect.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619467700346,
     'created': 1618579078,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1760805267,
     'invitorUserId': 583215149,
     'displayName': 'Liz Melendez',
     'userName': 'lmelendez@flcities.com',
     'emailAddress': 'lmelendez@flcities.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687363901282,
     'created': 1686001016,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1763459532,
     'invitorUserId': 1893952720,
     'displayName': 'Justice Aluya',
     'userName': 'justice.aluya@modulrfinance.com',
     'emailAddress': 'justice.aluya@modulrfinance.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579005000,
     'created': 1618579004,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1765447389,
     'invitorUserId': 583215149,
     'displayName': 'Erin Tomczyk',
     'userName': 'erin@elysianbuilt.com',
     'emailAddress': 'erin@elysianbuilt.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681412415762,
     'created': 1680551157,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1768121870,
     'invitorUserId': 583215149,
     'displayName': 'Katrina Stephens',
     'userName': 'katrina.stephens@elevancehealth.com',
     'emailAddress': 'katrina.stephens@elevancehealth.com',
     'phoneNumber': '4042349887',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683217106012,
     'created': 1683064185,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1768567034,
     'invitorUserId': 587894148,
     'displayName': 'Ashleigh Stevenson',
     'userName': 'Ashleigh.Stevenson@caemilusa.com',
     'emailAddress': 'Ashleigh.Stevenson@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729731711552,
     'created': 1588960524,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1769260964,
     'invitorUserId': 583215149,
     'displayName': 'Nick Celis',
     'userName': 'ncelis@suncommunities.com',
     'emailAddress': 'ncelis@suncommunities.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1702402469695,
     'created': 1698948071,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1771178911,
     'invitorUserId': 1783864164,
     'displayName': 'Emir Ozdemir',
     'userName': 'emir.ozdemir@domo.com',
     'emailAddress': 'emir.ozdemir@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714164279943,
     'created': 1714162341,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1774387618,
     'invitorUserId': 1898323170,
     'displayName': 'Cadell Falconer',
     'userName': 'cadell.falconer@domo.com',
     'emailAddress': 'cadell.falconer@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1634777100,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 177583908,
     'invitorUserId': 1893952720,
     'displayName': 'hunter.brown',
     'userName': 'hunter.brown@tstelemed.com',
     'emailAddress': 'hunter.brown@tstelemed.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1728915304565,
     'created': 1689771452,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1777136407,
     'invitorUserId': 587894148,
     'displayName': 'matthew.goehausen@optiv.com',
     'userName': 'matthew.goehausen@optiv.com',
     'emailAddress': 'matthew.goehausen@optiv.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1683131570192,
     'created': 1683131570,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1781257044,
     'invitorUserId': 583215149,
     'displayName': 'Nikolas Webb',
     'userName': 'nikolas.webb@reveraliving.com',
     'emailAddress': 'nikolas.webb@reveraliving.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Data Analytics',
     'modified': 1685030473316,
     'created': 1683047111,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1782656484,
     'invitorUserId': 453523183,
     'displayName': 'david.furness',
     'userName': 'david.furness@craftww.com',
     'emailAddress': 'david.furness@craftww.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698663711826,
     'created': 1698663711,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1783658226,
     'invitorUserId': 68216396,
     'displayName': 'Michael Crecca',
     'userName': 'Michael.Crecca@getbuilt.com',
     'emailAddress': 'Michael.Crecca@getbuilt.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1645580344653,
     'created': 1645580344,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1783864164,
     'invitorUserId': 1768567034,
     'displayName': 'Eddie Small',
     'userName': 'Eddie.small@domo.com',
     'emailAddress': 'Eddie.small@domo.com',
     'phoneNumber': '3176906250',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701974609009,
     'created': 1664400068,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1786266563,
     'invitorUserId': 617808774,
     'displayName': 'Adam Gill',
     'userName': 'adam.douglas.gill@gmail.com',
     'emailAddress': 'adam.douglas.gill@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712029451000,
     'created': 1712029451,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1786804487,
     'invitorUserId': 27,
     'displayName': 'Khushboo',
     'userName': 'khushboo@domo.com',
     'emailAddress': 'khushboo@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701291697710,
     'created': 1700518291,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 178731478,
     'invitorUserId': 617808774,
     'displayName': 'Carlos Kemeny',
     'userName': 'carlos@procureml.com',
     'emailAddress': 'carlos@procureml.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1649885949631,
     'created': 1644001398,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1788357829,
     'invitorUserId': 583215149,
     'displayName': 'Amanda Rose',
     'userName': 'arose@directpathhealth.com',
     'emailAddress': 'arose@directpathhealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691513108602,
     'created': 1690395988,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1789075946,
     'invitorUserId': 1893952720,
     'displayName': 'David Pazmino',
     'userName': 'david.pazmino@ashton-tate.com',
     'emailAddress': 'david.pazmino@ashton-tate.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1625692959300,
     'created': 1625692959,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 179439276,
     'invitorUserId': 583215149,
     'displayName': 'Wendy Lupton',
     'userName': 'wlupton@impactlife.org',
     'emailAddress': 'wlupton@impactlife.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699980939680,
     'created': 1698948065,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1797205472,
     'invitorUserId': 2088255083,
     'displayName': 'Rachel Richards',
     'userName': 'rrichards@visualedge.com',
     'emailAddress': 'rrichards@visualedge.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680004981434,
     'created': 1679947400,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1798117326,
     'invitorUserId': 617808774,
     'displayName': 'Ankit Patel',
     'userName': 'ankit.patel@telus.com',
     'emailAddress': 'ankit.patel@telus.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1656428460074,
     'created': 1655925563,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1798945942,
     'invitorUserId': 148885605,
     'displayName': 'Cody Cooper',
     'userName': 'cody.cooper@sagesure.com',
     'emailAddress': 'cody.cooper@sagesure.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686328199223,
     'created': 1686328199,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1799092117,
     'invitorUserId': 1893952720,
     'displayName': 'Ell Shroff',
     'userName': 'ecs@ugroup.co.uk',
     'emailAddress': 'ecs@ugroup.co.uk',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618842514988,
     'created': 1618579048,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 17995996,
     'invitorUserId': 1893952720,
     'displayName': 'Federico Bassi',
     'userName': 'fbassi@bitbang.com',
     'emailAddress': 'fbassi@bitbang.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618579247603,
     'created': 1618579063,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1799629516,
     'invitorUserId': 1893952720,
     'displayName': 'Jason Prasad',
     'userName': 'jasonp@starsgroup.com',
     'emailAddress': 'jasonp@starsgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579047000,
     'created': 1618579046,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1800882529,
     'invitorUserId': 583215149,
     'displayName': 'Kethra Keeling',
     'userName': 'kethrakeeling@proassurance.com',
     'emailAddress': 'kethrakeeling@proassurance.com',
     'phoneNumber': '4157352016',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699284402379,
     'created': 1698948060,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1802832310,
     'invitorUserId': 1893952720,
     'displayName': 'thomas sql',
     'userName': 'thomas.murphy@sony.com',
     'emailAddress': 'thomas.murphey@sony.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1674158650216,
     'created': 1674158581,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1802840904,
     'invitorUserId': 1893952720,
     'displayName': 'test23@test.com - via dl 2023-03-16',
     'userName': 'test23@test.com',
     'emailAddress': 'test23@test.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869108063,
     'created': 1679010842,
     'role': 'Participant',
     'roleId': 4,
     'rights': 1,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1805731885,
     'invitorUserId': 587894148,
     'displayName': 'hworsham@onemagnify.com',
     'userName': 'hworsham@onemagnify.com',
     'emailAddress': 'hworsham@onemagnify.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1721924255474,
     'created': 1721924255,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1806398279,
     'invitorUserId': 1893952720,
     'displayName': 'corien van den Brandeler',
     'userName': 'corien.vandenbrandeler@talpanetwork.com',
     'emailAddress': 'corien.vandenbrandeler@talpanetwork.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512022000,
     'created': 1619512021,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1806588371,
     'invitorUserId': 587894148,
     'displayName': 'diegop.analytics@gmail.com',
     'userName': 'diegop.analytics@gmail.com',
     'emailAddress': 'diegop.analytics@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1710444148650,
     'created': 1657742326,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1811602058,
     'invitorUserId': 1950208331,
     'displayName': 'Tom Heritage',
     'userName': 'theritage@lenovo.com',
     'emailAddress': 'theritage@lenovo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1713190559815,
     'created': 1713190559,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1811636355,
     'invitorUserId': 583215149,
     'displayName': 'Katie Silguero',
     'userName': 'katie.silguero@khoroso.com',
     'emailAddress': 'katie.silguero@khoros.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686756837269,
     'created': 1686001021,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1813699598,
     'invitorUserId': 587894148,
     'displayName': 'bshifrin@btpartners.com',
     'userName': 'bshifrin@btpartners.com',
     'emailAddress': 'bshifrin@btpartners.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1715027051116,
     'created': 1686322781,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1814731034,
     'invitorUserId': 583215149,
     'displayName': 'Ben Kocsis',
     'userName': 'bkocsis4@ford.com',
     'emailAddress': 'bkocsis4@ford.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700141037028,
     'created': 1698948084,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1817189445,
     'invitorUserId': 1893952720,
     'displayName': 'Keerthi Kommuri',
     'userName': 'keerthi.kommuri@everli.com',
     'emailAddress': 'keerthi.kommuri@everli.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579099000,
     'created': 1618579098,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1819193468,
     'invitorUserId': 1893952720,
     'displayName': 'Anthony Williams',
     'userName': 'anthony.williams@listers.co.uk',
     'emailAddress': 'anthony.williams@listers.co.uk',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618579895105,
     'created': 1618579079,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1819752006,
     'invitorUserId': 1893952720,
     'displayName': 'akanksha sabharwal',
     'userName': 'akanksha.sabharwal@unilever.com',
     'emailAddress': 'akanksha.sabharwal@unilever.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618813282005,
     'created': 1618579021,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 182025737,
     'invitorUserId': 617808774,
     'displayName': 'Tyler Lachney',
     'userName': 'tlachney.tl@gmail.com',
     'emailAddress': 'tlachney.tl@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714137455649,
     'created': 1712029456,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1822176796,
     'invitorUserId': 1797205472,
     'displayName': 'Kimberly Hocking',
     'userName': 'khocking@visualedge.com',
     'emailAddress': 'khocking@visualedge.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1680005072223,
     'created': 1680005072,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1823590023,
     'invitorUserId': 583215149,
     'displayName': 'Surya Gupta',
     'userName': 'gupta.s.63@pg.com',
     'emailAddress': 'gupta.s.63@pg.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1694121859000,
     'created': 1694121858,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1823837054,
     'invitorUserId': 583215149,
     'displayName': 'Brennan Hickok',
     'userName': 'brennanh@amljia.org',
     'emailAddress': 'brennanh@amljia.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686001016000,
     'created': 1686001016,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1825354355,
     'invitorUserId': 583215149,
     'displayName': 'Aaron Lemley',
     'userName': 'alemley@thisisoutcast.com',
     'emailAddress': 'alemley@thisisoutcast.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695312442040,
     'created': 1694121840,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1826194919,
     'invitorUserId': 27,
     'displayName': 'Tanner Garrett',
     'userName': 'Tanner.Garrett@domo.com',
     'emailAddress': 'Tanner.Garrett@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717774653805,
     'created': 1715190807,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1827807231,
     'invitorUserId': 587894148,
     'displayName': 'adrien.lahaye@koodomobile.com',
     'userName': 'adrien.lahaye@koodomobile.com',
     'emailAddress': 'adrien.lahaye@koodomobile.com',
     'phoneNumber': '4184562863',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'America/Montreal',
     'modified': 1676735849533,
     'created': 1676655179,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1827996033,
     'invitorUserId': 583215149,
     'displayName': 'Dustin Jones',
     'userName': 'dustin@unifiedcommercegroup.com',
     'emailAddress': 'dustin@unifiedcommercegroup.com',
     'accepted': False,
     'userType': 'USER',
     'title': 'CEO',
     'modified': 1698668807000,
     'created': 1698668806,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1831527649,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager15@fz.com',
     'userName': 'RestaurantManager15@fz.com',
     'emailAddress': 'RestaurantManager15@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869339055,
     'created': 1704259972,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '15',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1833256765,
     'invitorUserId': 694942127,
     'displayName': 'Aaron Schofield',
     'userName': 'aaron.schofield@domo.com',
     'emailAddress': 'aaron.schofield@domo.com',
     'phoneNumber': '8014943897',
     'accepted': True,
     'userType': 'USER',
     'modified': 1668445729954,
     'created': 1664398323,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1835516806,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager10@fz.com',
     'userName': 'RestaurantManager10@fz.com',
     'emailAddress': 'RestaurantManager10@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869308055,
     'created': 1704259971,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '10',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1838657427,
     'invitorUserId': 68216396,
     'displayName': 'casey.sussman',
     'userName': 'casey.sussman@gmail.com',
     'emailAddress': 'casey.sussman@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729555389262,
     'created': 1673644501,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1843503485,
     'invitorUserId': 1893952720,
     'displayName': 'Minh-Hieu Pham',
     'userName': 'minh-hieu.pham@loreal.com',
     'emailAddress': 'minh-hieu.pham@loreal.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511945000,
     'created': 1619511944,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1844820961,
     'invitorUserId': 583215149,
     'displayName': 'Scott Soderstrom',
     'userName': 'scott@lgit.org',
     'emailAddress': 'scott@lgit.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691512299068,
     'created': 1690382279,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1845792835,
     'invitorUserId': 1575177145,
     'displayName': 'Shelly Morrison',
     'userName': 'Shelley.morrison@hotmail.com',
     'emailAddress': 'Shelley.morrison@hotmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1609788590330,
     'created': 1608575618,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1847316376,
     'invitorUserId': 583215149,
     'displayName': 'Diane Becker',
     'userName': 'diane.becker@larmpool.org',
     'emailAddress': 'diane.becker@larmpool.org',
     'phoneNumber': '4023146827',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690830025885,
     'created': 1690382270,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1851274304,
     'invitorUserId': 583215149,
     'displayName': 'Shawn Phonechaleun',
     'userName': 'shawn.phonechaleun@reveraliving.com',
     'emailAddress': 'shawn.phonechaleun@reveraliving.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Director,  Revenue Management',
     'modified': 1727106013192,
     'created': 1683047112,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1853825438,
     'invitorUserId': 1893952720,
     'displayName': 'Test User 1 - updated 2024-03-21 07:04:03.047473',
     'userName': 'test_automate@sony.com',
     'emailAddress': 'test_automate@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1711004643221,
     'created': 1710949236,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1855865982,
     'invitorUserId': 1893952720,
     'displayName': 'Nana Wilson',
     'userName': 'Nana.wilson@cision.com',
     'emailAddress': 'Nana.wilson@cision.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619086411272,
     'created': 1618579068,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1857675503,
     'invitorUserId': 1752469262,
     'displayName': 'Jesus Gonzalez',
     'userName': 'jesus.gonzalez@rady.ucsd.edu',
     'emailAddress': 'jesus.gonzalez@rady.ucsd.edu',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699747541000,
     'created': 1699747244,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1860458599,
     'invitorUserId': 1893952720,
     'displayName': 'Chiara Rotolo',
     'userName': 'Amtchiara@gmail.com',
     'emailAddress': 'Amtchiara@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1706119949692,
     'created': 1619512025,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1862949161,
     'invitorUserId': 514559307,
     'displayName': 'Janice Wang',
     'userName': 'jwang16@wsgc.com',
     'emailAddress': 'jwang16@wsgc.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1678230803659,
     'created': 1678230803,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1863616231,
     'invitorUserId': 1893952720,
     'displayName': 'Sofia Rocha',
     'userName': 'sofia.rocha@edp.com',
     'emailAddress': 'sofia.rocha@edp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511973000,
     'created': 1619511973,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1863976775,
     'invitorUserId': 1405422355,
     'displayName': 'Mint IT Admin',
     'userName': 'it@mintecocarwash.com',
     'emailAddress': 'it@mintecocarwash.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699912690276,
     'created': 1699912127,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1865099622,
     'invitorUserId': 1345408759,
     'displayName': 'Ben Schein',
     'userName': 'Ben.Schein@domo.com',
     'emailAddress': 'Ben.Schein@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729798531428,
     'created': 1594224885,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1866341252,
     'invitorUserId': 1430590895,
     'displayName': 'Ashley Humpherys',
     'userName': 'Ashley.humpherys@retailinsightsllc.com',
     'emailAddress': 'Ashley.humpherys@retailinsightsllc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717773699244,
     'created': 1690918754,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1870751862,
     'invitorUserId': 617808774,
     'displayName': 'Lyndon Bye',
     'userName': 'Lyndon.bye@conduent.com',
     'emailAddress': 'Lyndon.bye@conduent.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1693817755089,
     'created': 1686762589,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1870908158,
     'invitorUserId': 583215149,
     'displayName': 'Nicola West',
     'userName': 'nicola.west@medius.com',
     'emailAddress': 'nicola.west@medius.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695137607578,
     'created': 1694121853,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1879536064,
     'invitorUserId': 1893952720,
     'displayName': 'Muhammad Anzer',
     'userName': 'muhammad.anzer@tstelemed.com',
     'emailAddress': 'muhammad.anzer@tstelemed.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1682685236334,
     'created': 1677779582,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1884872332,
     'invitorUserId': 583215149,
     'displayName': 'Crystal Stumpo',
     'userName': 'crystal.stumpo@reveraliving.com',
     'emailAddress': 'crystal.stumpo@reveraliving.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Manager - Business Analytics',
     'modified': 1685031502033,
     'created': 1683047114,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1884982085,
     'invitorUserId': 583215149,
     'displayName': 'Daryl Hyde',
     'userName': 'daryl.hyde@craftww.com',
     'emailAddress': 'daryl.hyde@craftww.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704278847625,
     'created': 1690382292,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1886272687,
     'invitorUserId': 583215149,
     'displayName': 'Harold Shewell',
     'userName': 'harold.shewell@domo.com',
     'emailAddress': 'harold.shewell@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1697569946766,
     'created': 1697569946,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1892854889,
     'invitorUserId': 1893952720,
     'displayName': 'Mike Ford',
     'userName': 'mford110@forddirect.com',
     'emailAddress': 'mford110@forddirect.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579087000,
     'created': 1618579086,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1893952720,
     'invitorUserId': 587894148,
     'displayName': 'Jae Wilson1',
     'department': 'Business Improvement',
     'userName': 'jae@onyxreporting.com',
     'emailAddress': 'jae@datacrew.space',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729792381869,
     'created': 1588960518,
     'roleId': 810756122,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1894642361,
     'invitorUserId': 392468792,
     'displayName': 'Mike Tong',
     'userName': 'mike.tong@domo.com',
     'emailAddress': 'mike.tong@domo.com',
     'phoneNumber': '312-479-7863',
     'accepted': True,
     'userType': 'USER',
     'modified': 1696532019392,
     'created': 1695415726,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1894829946,
     'invitorUserId': 68216396,
     'displayName': 'Michael Johnson',
     'userName': 'mkjohnson@protonmail.com',
     'emailAddress': 'mkjohnson@protonmail.com',
     'phoneNumber': '434-945-0019',
     'accepted': True,
     'userType': 'USER',
     'modified': 1715191087266,
     'created': 1675445976,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1895530863,
     'invitorUserId': 1893952720,
     'displayName': 'Dario Formica',
     'userName': 'dformica@bitbang.com',
     'emailAddress': 'dformica@bitbang.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619174421791,
     'created': 1618579056,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1898323170,
     'invitorUserId': 1893952720,
     'displayName': 'Creed Smith',
     'userName': 'creed.smith@domo.com',
     'emailAddress': 'creed.smith@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1667236492776,
     'created': 1631298594,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1901097935,
     'invitorUserId': 1893952720,
     'displayName': 'Gaspare Mura',
     'userName': 'gaspare.mura@atelier.technology',
     'emailAddress': 'gaspare.mura@atelier.technology',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579110000,
     'created': 1618579110,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1902279940,
     'invitorUserId': 587894148,
     'displayName': 'emmanuel.harry@vepcontrator.com',
     'userName': 'emmanuel.harry@vepcontrator.com',
     'emailAddress': 'emmanuel.harry@vepcontrator.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1676655094165,
     'created': 1676655094,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1902508626,
     'invitorUserId': 583215149,
     'displayName': 'Emile Luma',
     'userName': 'elumas@ups.com',
     'emailAddress': 'elumas@ups.com',
     'phoneNumber': '972-746-0980',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690393853279,
     'created': 1690391475,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1906627316,
     'invitorUserId': 1893952720,
     'displayName': 'test_participant',
     'userName': 'test_participant@domo.com',
     'emailAddress': 'test_participant@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1620421729918,
     'created': 1603811014,
     'role': 'Participant',
     'roleId': 4,
     'rights': 1,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1907873006,
     'invitorUserId': 1204317927,
     'displayName': 'William',
     'userName': 'William.ton-that@transport.nsw.gov.au',
     'emailAddress': 'William.ton-that@transport.nsw.gov.au',
     'accepted': True,
     'userType': 'USER',
     'modified': 1675450460221,
     'created': 1675450354,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1908234603,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager4@fz.com',
     'userName': 'RestaurantManager4@fz.com',
     'emailAddress': 'RestaurantManager4@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869270923,
     'created': 1704259969,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '4',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 190916666,
     'invitorUserId': 1893952720,
     'displayName': 'Sierra Smith',
     'userName': 'sierra.smith@roberthalf.com',
     'emailAddress': 'sierra.smith@roberthalf.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579089000,
     'created': 1618579088,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1909441383,
     'invitorUserId': 617808774,
     'displayName': 'Dave Hunt',
     'userName': 'dave.hunt@domo.com',
     'emailAddress': 'dave.hunt@domo.com',
     'phoneNumber': '8888888888',
     'accepted': True,
     'userType': 'USER',
     'modified': 1692031007847,
     'created': 1691707546,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 191198922,
     'invitorUserId': 583215149,
     'displayName': 'Teri Dawso',
     'userName': 'tdawso@ups.com',
     'emailAddress': 'tdawso@ups.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690906384182,
     'created': 1690382280,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1915469585,
     'invitorUserId': 1227422648,
     'displayName': 'arturo.moctezuma',
     'userName': 'arturo.moctezuma@gmail.com',
     'emailAddress': 'arturo.moctezuma@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1688657663030,
     'created': 1688657663,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1920237552,
     'invitorUserId': 1768567034,
     'displayName': 'Sarah Ajaeb',
     'userName': 'sarah.ajaeb@caemilusa.com',
     'emailAddress': 'sarah.ajaeb@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1719413576031,
     'created': 1718046926,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1921150296,
     'invitorUserId': 1204317927,
     'displayName': 'Daniella Romanaggi',
     'userName': 'daniella@keynesdigital.com',
     'emailAddress': 'daniella@keynesdigital.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1675447669896,
     'created': 1675447629,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1927492621,
     'invitorUserId': 388564516,
     'displayName': 'Marcus Jenkins',
     'userName': 'Marcus.jenkins@medius.com',
     'emailAddress': 'Marcus.jenkins@medius.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714407875514,
     'created': 1710442056,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1928626440,
     'invitorUserId': 1893952720,
     'displayName': 'Klifford Holly',
     'userName': 'klifford.holly@guidepointsecurity.com',
     'emailAddress': 'klifford.holly@guidepointsecurity.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512003000,
     'created': 1619512003,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1930483214,
     'invitorUserId': 587894148,
     'displayName': 'nikki@basebrands.com',
     'userName': 'nikki@basebrands.com',
     'emailAddress': 'nikki@basebrands.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1727960808852,
     'created': 1705939032,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1930954970,
     'invitorUserId': 583215149,
     'displayName': 'Signe Pastrani',
     'userName': 'Signe.Pastran@domo.com',
     'emailAddress': 'Signe.Pastran@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698669716943,
     'created': 1698669716,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1933172894,
     'invitorUserId': 583215149,
     'displayName': 'Efe Ogufere',
     'userName': 'efe@ulula.com',
     'emailAddress': 'efe@ulula.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697057661871,
     'created': 1697054731,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1935496824,
     'invitorUserId': 1893952720,
     'displayName': 'Luca Frazzoni',
     'userName': 'lfrazzoni@bitbang.com',
     'emailAddress': 'lfrazzoni@bitbang.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619186443929,
     'created': 1618579069,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1937166519,
     'invitorUserId': 416285069,
     'displayName': 'Lynda Kroeger',
     'userName': 'lynda@visionwrights.com',
     'emailAddress': 'lynda@visionwrights.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717769009615,
     'created': 1706294883,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1937892219,
     'invitorUserId': 1893952720,
     'displayName': 'Cristina Valent',
     'userName': 'cvalent@bitbang.com',
     'emailAddress': 'cvalent@bitbang.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511981000,
     'created': 1619511981,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1939536265,
     'invitorUserId': 1893952720,
     'displayName': 'Abby Zimmerman',
     'userName': 'abby@freightos.com',
     'emailAddress': 'abby@freightos.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579010000,
     'created': 1618579010,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1940512896,
     'invitorUserId': 68216396,
     'displayName': 'Maxwell Isley',
     'userName': 'maxwellisley@gmail.com',
     'emailAddress': 'maxwellisley@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1702246916887,
     'created': 1702246916,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1943381220,
     'invitorUserId': 583215149,
     'displayName': 'Julia Rossi',
     'userName': 'julia.rossi@frankandoak.com',
     'emailAddress': 'julia.rossi@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698338100155,
     'created': 1697054739,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1946374552,
     'invitorUserId': 583215149,
     'displayName': 'Ben Karpas',
     'userName': 'ben.karpas@directbooks.com',
     'emailAddress': 'ben.karpas@directbooks.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691683603039,
     'created': 1690382282,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1946667072,
     'invitorUserId': 587894148,
     'displayName': 'jon.mendenhall@domo.com',
     'userName': 'jon.mendenhall@domo.com',
     'emailAddress': 'jon.mendenhall@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1676655386838,
     'created': 1676655345,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1950208331,
     'invitorUserId': 68216396,
     'displayName': 'Justin Walsh',
     'userName': 'jwalsh3@lenovo.com',
     'emailAddress': 'jwalsh3@lenovo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729040635919,
     'created': 1712941062,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1951475044,
     'invitorUserId': 583215149,
     'displayName': 'Michael Pepper',
     'userName': 'michael_pepper@conair.com',
     'emailAddress': 'michael_pepper@conair.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'SAP Architect',
     'modified': 1694458686817,
     'created': 1683047095,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1951890629,
     'invitorUserId': 958797472,
     'displayName': 'Loni Fa',
     'userName': 'Loni.fa@domo.com',
     'emailAddress': 'Loni.fa@domo.com',
     'phoneNumber': '9255881353',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687989657947,
     'created': 1686078579,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1952630085,
     'invitorUserId': 583215149,
     'displayName': 'John Sanchez',
     'userName': 'john@rugiet.com',
     'emailAddress': 'john@rugiet.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698948087000,
     'created': 1698948086,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1955960782,
     'invitorUserId': 587894148,
     'displayName': 'Caio Pimenta',
     'userName': 'cpimenta@soldejaneiro.com',
     'emailAddress': 'cpimenta@soldejaneiro.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1728930466394,
     'created': 1668183668,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1957334859,
     'invitorUserId': 1893952720,
     'displayName': 'fz_CEO1@fz.com',
     'userName': 'CEO1@fz.com',
     'emailAddress': 'CEO1@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869252334,
     'created': 1704258433,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '1',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1957552134,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager17@fz.com',
     'userName': 'RestaurantManager17@fz.com',
     'emailAddress': 'RestaurantManager17@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869351492,
     'created': 1704259972,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '17',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1957615361,
     'invitorUserId': 68216396,
     'displayName': 'Robert Sutton',
     'userName': 'Robert@teamworksgroup.com',
     'emailAddress': 'Robert@teamworksgroup.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1671225914320,
     'created': 1671225821,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 19623317,
     'invitorUserId': 587894148,
     'displayName': 'tanner.tilby@domo.com',
     'userName': 'tanner.tilby@domo.com',
     'emailAddress': 'tanner.tilby@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686324443699,
     'created': 1686324443,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1965787872,
     'invitorUserId': 1893952720,
     'displayName': 'Milán Balázs',
     'userName': 'milan@iihnordic.com',
     'emailAddress': 'milan@iihnordic.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1623071655668,
     'created': 1618579107,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1965815240,
     'invitorUserId': 587894148,
     'displayName': 'Colemen Wilson',
     'userName': 'colemenw@gmail.com',
     'emailAddress': 'colemenw@gmail.com',
     'phoneNumber': '801-824-1169',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701648743000,
     'created': 1696440555,
     'roleId': 2097317660,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 1966345729,
     'invitorUserId': 587894148,
     'displayName': 'jake.butterfield@ferebeelane.com',
     'userName': 'jake.butterfield@ferebeelane.com',
     'emailAddress': 'jake.butterfield@ferebeelane.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712171793289,
     'created': 1699908330,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1967686990,
     'invitorUserId': 1893952720,
     'displayName': 'fz_Owner12@fz.com',
     'userName': 'Owner12@fz.com',
     'emailAddress': 'Owner12@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869320468,
     'created': 1704258434,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '12',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1968583093,
     'invitorUserId': 583215149,
     'displayName': 'Curtis Philipp',
     'department': '',
     'userName': 'curtis.phillip@domo.com',
     'emailAddress': 'curtis.philipp@domo.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': False,
     'userType': 'USER',
     'title': '',
     'hireDate': 1681880400000,
     'modified': 1681954387282,
     'created': 1681954021,
     'roleId': 2097317660,
     'employeeLocation': '',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'location': '',
     'active': True},
    {'id': 1968947252,
     'invitorUserId': 587894148,
     'displayName': 'cfrost@hsdmetrics.com',
     'userName': 'cfrost@hsdmetrics.com',
     'emailAddress': 'cfrost@hsdmetrics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701115420753,
     'created': 1687364283,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 196911065,
     'invitorUserId': 1893952720,
     'displayName': 'Mark Green',
     'userName': 'mark.green@domo.com',
     'emailAddress': 'mark.green@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1619511974,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 197037442,
     'invitorUserId': 583215149,
     'displayName': 'LImin Lu',
     'userName': 'limin.lu@abbott.com',
     'emailAddress': 'limin.lu@abbott.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686756046720,
     'created': 1686001025,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1975818067,
     'invitorUserId': 1893952720,
     'displayName': 'Stephanie Galfano',
     'userName': 'stephanie.galfano@ge.com',
     'emailAddress': 'stephanie.galfano@ge.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579050000,
     'created': 1618579050,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1978433201,
     'invitorUserId': 583215149,
     'displayName': 'Liz Spencer',
     'userName': 'ESpencer3@ameritfleet.com',
     'emailAddress': 'ESpencer3@ameritfleet.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1697054742000,
     'created': 1697054742,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1980514385,
     'invitorUserId': 1893952720,
     'displayName': 'Michael Mayer',
     'userName': 'Michael@businessaffinityconsulting.com',
     'emailAddress': 'Michael@businessaffinityconsulting.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618580395538,
     'created': 1618579061,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1983575142,
     'invitorUserId': 1893952720,
     'displayName': 'Vishwesh Deore',
     'userName': 'Vishwesh.deore@domo.com',
     'emailAddress': 'Vishwesh.deore@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714135048211,
     'created': 1618579087,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1984590300,
     'invitorUserId': 587894148,
     'displayName': 'Ryan Nathenson',
     'userName': 'RNathenson@BTPartners.com',
     'emailAddress': 'RNathenson@BTPartners.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1636561919658,
     'created': 1636561919,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 1984776325,
     'invitorUserId': 392468792,
     'displayName': 'Lexi Allsop',
     'userName': 'lexiallsop@harmonsgrocery.com',
     'emailAddress': 'lexiallsop@harmonsgrocery.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683040860437,
     'created': 1681926528,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1985157190,
     'invitorUserId': 583215149,
     'displayName': 'Sachin Jha',
     'userName': 'Sachin.jha@coviacorp.com',
     'emailAddress': 'Sachin.jha@coviacorp.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1706285629714,
     'created': 1686001018,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 1986430038,
     'invitorUserId': 29257675,
     'displayName': 'Shivam Desai',
     'userName': 'desaishvm@gmail.com',
     'emailAddress': 'desaishvm@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729263318639,
     'created': 1716564159,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2003932862,
     'invitorUserId': 617808774,
     'displayName': 'Poe Myint',
     'userName': 'poemy.18@gmail.com',
     'emailAddress': 'poemy.18@gmail.com',
     'phoneNumber': '4075347293',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714152538153,
     'created': 1712029464,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2007069911,
     'invitorUserId': 617808774,
     'displayName': 'William Greco',
     'userName': 'William.greco@conduent.com',
     'emailAddress': 'William.greco@conduent.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686758579451,
     'created': 1686155189,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2007615410,
     'invitorUserId': 583215149,
     'displayName': 'Jordan Agnew',
     'userName': 'JAgnew@ameritfleet.com',
     'emailAddress': 'JAgnew@ameritfleet.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1715706902276,
     'created': 1697054738,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2008958856,
     'invitorUserId': 416285069,
     'displayName': 'Shannon Isaacs',
     'userName': 'shannon@visionwrights.com',
     'emailAddress': 'shannon@visionwrights.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712762673275,
     'created': 1712762673,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2009312032,
     'invitorUserId': 1893952720,
     'displayName': 'Nihar Namjoshi',
     'userName': 'Nihar.Namjoshi@domo.com',
     'emailAddress': 'Nihar.Namjoshi@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618299290,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2016764033,
     'invitorUserId': 68216396,
     'displayName': 'elliott',
     'userName': 'elliott@hack-a-thon.com',
     'emailAddress': 'elliott@hack-a-thon.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711575028000,
     'created': 1674078388,
     'role': 'Editor',
     'roleId': 3,
     'rights': 15,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2017773233,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager9@fz.com',
     'userName': 'RestaurantManager9@fz.com',
     'emailAddress': 'RestaurantManager9@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869301856,
     'created': 1704259971,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '9',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2021204172,
     'invitorUserId': 1204317927,
     'displayName': 'Aaron.Taylor',
     'userName': 'Aaron.Taylor@beonpath.com',
     'emailAddress': 'Aaron.Taylor@beonpath.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1678118675430,
     'created': 1677627689,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2024185027,
     'invitorUserId': 583215149,
     'displayName': 'Taylor Hamm',
     'userName': 'Hamm.Taylor@basco.com',
     'emailAddress': 'Hamm.Taylor@basco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717769331921,
     'created': 1697054734,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2024984490,
     'invitorUserId': 1893952720,
     'displayName': 'Clément Houvet',
     'userName': 'clement.houvet@loreal.com',
     'emailAddress': 'clement.houvet@loreal.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511953000,
     'created': 1619511952,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2027352206,
     'invitorUserId': 1893952720,
     'displayName': 'Sanjeev Johal',
     'userName': 'sanjeev.johal@sony.com',
     'emailAddress': 'sanjeev.johal@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579080000,
     'created': 1618579080,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2032566514,
     'invitorUserId': 583215149,
     'displayName': 'Taylor Vought',
     'userName': 'taylor.vought@worktrucksolutions.com',
     'emailAddress': 'taylor.vought@worktrucksolutions.com',
     'phoneNumber': '5309653146',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697558743123,
     'created': 1697054748,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 203312292,
     'invitorUserId': 583215149,
     'displayName': 'Bradley Manor',
     'userName': 'Manor.Bradley@basco.com',
     'emailAddress': 'Manor.Bradley@basco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1724948771765,
     'created': 1697054743,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2033821527,
     'invitorUserId': 583215149,
     'displayName': 'Daman Hoar',
     'userName': 'dhoar@jriusa.com',
     'emailAddress': 'dhoar@jriusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686154036225,
     'created': 1686001010,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2037040717,
     'invitorUserId': 587894148,
     'displayName': 'aquib.mehdad@wool.com',
     'userName': 'aquib.mehdad@wool.com',
     'emailAddress': 'aquib.mehdad@9x5.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1718233717806,
     'created': 1701360251,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2038425160,
     'invitorUserId': 1893952720,
     'displayName': 'Nick DeWaal',
     'userName': 'Nick.DeWaal@domo.com',
     'emailAddress': 'Nick.DeWaal@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618299279,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 204012057,
     'invitorUserId': 1893952720,
     'displayName': 'DuncanDomo',
     'department': '',
     'userName': 'duncan.wood22@gmail.com',
     'emailAddress': 'duncan.wood22@gmail.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': 'Business Insights Analyst',
     'modified': 1649746499587,
     'created': 1619689849,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'alternateEmail': '',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 2041273894,
     'invitorUserId': 583215149,
     'displayName': 'Mel Ramos',
     'userName': 'mel.ramos@skillednursingpharmacy.com',
     'emailAddress': 'mel.ramos@skillednursingpharmacy.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Director of Billing',
     'modified': 1683822463912,
     'created': 1683047114,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 204148642,
     'invitorUserId': 1893952720,
     'displayName': 'Roberta Grech',
     'userName': 'roberta.grech@tipico.com',
     'emailAddress': 'roberta.grech@tipico.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579017000,
     'created': 1618579016,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2043039295,
     'invitorUserId': 583215149,
     'displayName': 'Lindsay Sheffield',
     'userName': 'lindsaysheffield@segrocers.com',
     'emailAddress': 'lindsaysheffield@segrocers.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1682019791434,
     'created': 1680551164,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2045716426,
     'invitorUserId': 617808774,
     'displayName': 'Adarsh Muraleedharan',
     'userName': 'adarsh.Muraleedharan@fmr.com',
     'emailAddress': 'adarsh.Muraleedharan@fmr.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1670514148459,
     'created': 1665418970,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2049193313,
     'invitorUserId': 1893952720,
     'displayName': 'Cynthia Julian Rex',
     'userName': 'cynthia@daasly.com',
     'emailAddress': 'cynthia@daasly.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579090000,
     'created': 1618579089,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2050434505,
     'invitorUserId': 583215149,
     'displayName': 'Amanda Rose',
     'userName': 'amanda.rose@optavise.com',
     'emailAddress': 'amanda.rose@optavise.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690383366000,
     'created': 1690382302,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2052596821,
     'invitorUserId': 1893952720,
     'displayName': 'Sarah Hayward-May',
     'userName': 'sarah.haywardmay@domo.com',
     'emailAddress': 'sarah.haywardmay@domo.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700086037000,
     'created': 1618579054,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'employeeLocation': 'Melbourne, Australia',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Melbourne, Australia',
     'active': True},
    {'id': 2053411736,
     'invitorUserId': 587894148,
     'displayName': 'barry.smith@learnbehavioral.com',
     'userName': 'barry.smith@learnbehavioral.com',
     'emailAddress': 'barry.smith@learnbehavioral.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704817061950,
     'created': 1704474569,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2055861446,
     'invitorUserId': 1893952720,
     'displayName': 'Domenico Porcelli',
     'userName': 'dporcelli@hotmail.it',
     'emailAddress': 'dporcelli@hotmail.it',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619512018000,
     'created': 1619512018,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2056077938,
     'invitorUserId': 1768567034,
     'displayName': 'Li Shuang Zhao',
     'userName': 'li.zhao@cae.com',
     'emailAddress': 'li.zhao@cae.com',
     'phoneNumber': '5146534178',
     'accepted': True,
     'userType': 'USER',
     'modified': 1688083895656,
     'created': 1687959009,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2058388058,
     'invitorUserId': 583215149,
     'displayName': 'Tyran Robbins',
     'userName': 'tyran.robbins@domo.com',
     'emailAddress': 'tyran.robbins@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700071559381,
     'created': 1680886952,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2058521903,
     'invitorUserId': 1893952720,
     'displayName': 'Catarina Lazarino',
     'userName': 'catarinajorgelazarino.everis@edp.com',
     'emailAddress': 'catarinajorgelazarino.everis@edp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579101000,
     'created': 1618579100,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2059383812,
     'invitorUserId': 587894148,
     'displayName': 'jmccoy@vistaequitypartners.com',
     'userName': 'jmccoy@vistaequitypartners.com',
     'emailAddress': 'jmccoy@vistaequitypartners.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1676655104667,
     'created': 1676655104,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2066274468,
     'invitorUserId': 1893952720,
     'displayName': 'Michael James',
     'userName': 'michael.james@eyecademy.com',
     'emailAddress': 'michael.james@eyecademy.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619512906493,
     'created': 1619511960,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2067291301,
     'invitorUserId': 1893952720,
     'displayName': 'Chris Borek',
     'userName': 'chris.borek@coxautoinc.com',
     'emailAddress': 'chris.borek@coxautoinc.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512023000,
     'created': 1619512022,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2067419841,
     'invitorUserId': 1893952720,
     'displayName': 'Joshua Boyle',
     'userName': 'joshua.boyle@nccgroup.com',
     'emailAddress': 'joshua.boyle@nccgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579114000,
     'created': 1618579113,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2067643379,
     'invitorUserId': 1204317927,
     'displayName': 'Ashley McGuane',
     'userName': 'ashley.mcguane@harvardbusiness.org',
     'emailAddress': 'ashley.mcguane@harvardbusiness.org',
     'phoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680113808000,
     'created': 1675447590,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 206823980,
     'invitorUserId': 1893952720,
     'displayName': 'kari adrover',
     'userName': 'kadrover@cae.co.uk',
     'emailAddress': 'kadrover@cae.co.uk',
     'phoneNumber': '620281372',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699871146745,
     'created': 1619511966,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2070002244,
     'invitorUserId': 158618860,
     'displayName': 'Nick Jewitt',
     'userName': 'nick.jewitt@harcourts.net',
     'emailAddress': 'nick.jewitt@harcourts.net',
     'accepted': True,
     'userType': 'USER',
     'modified': 1693783443445,
     'created': 1693458583,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2072302260,
     'invitorUserId': 587894148,
     'displayName': 'Josh Lowry',
     'userName': 'jlowry@realestateone.com',
     'emailAddress': 'jlowry@realestateone.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1593026861446,
     'created': 1588960526,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2072616249,
     'invitorUserId': 1893952720,
     'displayName': 'anna sql',
     'userName': 'anna.favis@sony.co',
     'emailAddress': 'annacarissa.favis@sony.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729799093103,
     'created': 1674158531,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2073032142,
     'invitorUserId': 583215149,
     'displayName': 'Ray Alvarez-Torre',
     'userName': 'ralvareztorre@ups.com',
     'emailAddress': 'ralvareztorre@ups.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690906844421,
     'created': 1690391433,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2074422502,
     'invitorUserId': 1893952720,
     'displayName': 'Bard Higgins',
     'userName': 'bard.higgins@gmail.com',
     'emailAddress': 'bard.higgins@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'America/Denver',
     'modified': 1679675329647,
     'created': 1614264874,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2075954718,
     'invitorUserId': 583215149,
     'displayName': 'Suzanne Reyes',
     'userName': 'suzanne.reyes@skillednursingpharmacy.com',
     'emailAddress': 'suzanne.reyes@skillednursingpharmacy.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683218229665,
     'created': 1683146570,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2076863414,
     'invitorUserId': 583215149,
     'displayName': 'Yongmei Lu',
     'userName': 'yongmei_lu@conair.com',
     'emailAddress': 'yongmei_lu@conair.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687808800515,
     'created': 1680551167,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2076893136,
     'invitorUserId': 583215149,
     'displayName': 'Mary La Point',
     'userName': 'mary.lapoint@okendo.io',
     'emailAddress': 'mary.lapoint@okendo.io',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687366053588,
     'created': 1687365971,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2079863704,
     'invitorUserId': 1095515127,
     'displayName': 'Nick Hudson',
     'userName': 'nick@argoanalytics.ai',
     'emailAddress': 'nick@argoanalytics.ai',
     'accepted': False,
     'userType': 'USER',
     'modified': 1696534385291,
     'created': 1696534385,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 208038823,
     'invitorUserId': 583215149,
     'displayName': 'Jade Lee',
     'userName': 'jade.lee@reveraliving.com',
     'emailAddress': 'jade.lee@reveraliving.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1684425924914,
     'created': 1683146458,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2082060406,
     'invitorUserId': 587894148,
     'displayName': 'mycah.dunlop@cornerstonecu.com',
     'userName': 'mycah.dunlop@cornerstonecu.com',
     'emailAddress': 'mycah.dunlop@cornerstonecu.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701119584666,
     'created': 1697816544,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2083164466,
     'invitorUserId': 617808774,
     'displayName': 'Adarsh Kudithipati',
     'userName': 'adarshk@pdx.edu',
     'emailAddress': 'adarshk@pdx.edu',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712029461000,
     'created': 1712029461,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2084853822,
     'invitorUserId': 617808774,
     'displayName': 'Brian Fentress',
     'userName': 'brian.fentress@domo.com',
     'emailAddress': 'brian.fentress@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679315372371,
     'created': 1661273818,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2087243500,
     'invitorUserId': 1707466008,
     'displayName': 'Kelly MacAvaney',
     'userName': 'macavaney@proton.me',
     'emailAddress': 'macavaney@proton.me',
     'accepted': True,
     'userType': 'USER',
     'modified': 1719941017293,
     'created': 1715268319,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2088203166,
     'invitorUserId': 1893952720,
     'displayName': 'Ade Ogunbufunmi',
     'userName': 'ade.ogunbufunmi@audibene.de',
     'emailAddress': 'ade.ogunbufunmi@audibene.de',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511999000,
     'created': 1619511998,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2088255083,
     'invitorUserId': 749054906,
     'displayName': 'Christy Lizarraga',
     'userName': 'christy.lizarraga@domo.com',
     'emailAddress': 'christy.lizarraga@domo.com',
     'phoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679947519000,
     'created': 1679689400,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2088345189,
     'invitorUserId': 583215149,
     'displayName': 'Yash Joshi',
     'userName': 'yash.joshi@a4media.com',
     'emailAddress': 'yash.joshi@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680700139806,
     'created': 1680551172,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2096641889,
     'invitorUserId': 1893952720,
     'displayName': 'Catarina Conceição',
     'userName': 'catarina.neves.conceicao@everis.com',
     'emailAddress': 'catarina.neves.conceicao@everis.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579064000,
     'created': 1618579064,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2106582747,
     'invitorUserId': 1893952720,
     'displayName': 'Lindsay Jap',
     'userName': 'lsunhendrajap@sephora.sg',
     'emailAddress': 'lsunhendrajap@sephora.sg',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511958000,
     'created': 1619511958,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2107498105,
     'invitorUserId': 1893952720,
     'displayName': 'Kevin Sparks',
     'userName': 'kevin.sparks@bluemoondigital.co',
     'emailAddress': 'kevin.sparks@bluemoondigital.co',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619021522843,
     'created': 1618579047,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2114883250,
     'invitorUserId': 587894148,
     'displayName': 'daniel.kutschman@kellogg.northwestern.edu',
     'userName': 'daniel.kutschman@kellogg.northwestern.edu',
     'emailAddress': 'daniel.kutschman@kellogg.northwestern.edu',
     'accepted': False,
     'userType': 'USER',
     'modified': 1701360529108,
     'created': 1701360529,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2117185558,
     'invitorUserId': 1893952720,
     'displayName': 'Marta Matos',
     'userName': 'martamatos.cgi@edp.com',
     'emailAddress': 'martamatos.cgi@edp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511995000,
     'created': 1619511994,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2118125007,
     'invitorUserId': 587894148,
     'displayName': 'Kurt Tan',
     'userName': 'kurt.tan@msd.com',
     'emailAddress': 'kurt.tan@msd.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704156901301,
     'created': 1684512629,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2118598787,
     'invitorUserId': 1095515127,
     'displayName': 'Carter Beck',
     'userName': 'carter@argoanalytics.ai',
     'emailAddress': 'carter@argoanalytics.ai',
     'accepted': True,
     'userType': 'USER',
     'modified': 1696977327451,
     'created': 1696534228,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2120286023,
     'invitorUserId': 509534198,
     'displayName': 'Dilesh Peiris',
     'userName': 'dilesh.peiris@gmail.com',
     'emailAddress': 'dilesh.peiris@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1707225102480,
     'created': 1687523112,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2120623179,
     'invitorUserId': 1783864164,
     'displayName': 'David Terrazas',
     'userName': 'David.Terrazas@domo.com',
     'emailAddress': 'David.Terrazas@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714671170370,
     'created': 1714162320,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2121861625,
     'invitorUserId': 1893952720,
     'displayName': 'Alexandre Stam',
     'userName': 'alexandre.stam@loreal.com',
     'emailAddress': 'alexandre.stam@loreal.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511948000,
     'created': 1619511947,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2122394776,
     'invitorUserId': 583215149,
     'displayName': 'Devin Coleman',
     'userName': 'devin.coleman@frankandoak.com',
     'emailAddress': 'devin.coleman@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700237126025,
     'created': 1697054730,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2124994254,
     'invitorUserId': 583215149,
     'displayName': 'Sharon Turrey',
     'userName': 'sharon.turrey@grandcanyonresort.com',
     'emailAddress': 'sharon.turrey@grandcanyonresort.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1697054747000,
     'created': 1697054746,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2125494212,
     'invitorUserId': 1893952720,
     'displayName': 'Dave Luna',
     'userName': 'david.luna@caemilusa.com',
     'emailAddress': 'david.luna@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618929399360,
     'created': 1618579013,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2129297797,
     'invitorUserId': 1893952720,
     'displayName': 'John Stevens',
     'userName': 'john@crystalballers.ai',
     'emailAddress': 'john@crystalballers.ai',
     'accepted': True,
     'userType': 'USER',
     'modified': 1616175276000,
     'created': 1616175133,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2131674559,
     'invitorUserId': 587894148,
     'displayName': 'Chris Jarski',
     'userName': 'jarskicpa@hey.com',
     'emailAddress': 'jarskicpa@hey.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701970524357,
     'created': 1701969810,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2133008025,
     'invitorUserId': 583215149,
     'displayName': 'Ethan Carmack',
     'userName': 'ethan.carmack@domo.com',
     'emailAddress': 'ethan.carmack@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698669652110,
     'created': 1698669652,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2134510010,
     'invitorUserId': 583215149,
     'displayName': 'Jennifer Gaynor',
     'userName': 'jgaynor@rwilogistics.com',
     'emailAddress': 'jgaynor@rwilogistics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690977339463,
     'created': 1690382297,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2139862078,
     'invitorUserId': 587894148,
     'displayName': 'lwarner@firstam.com',
     'userName': 'lwarner@firstam.com',
     'emailAddress': 'lwarner@firstam.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1673625178764,
     'created': 1673546113,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2140076978,
     'invitorUserId': 1893952720,
     'displayName': 'Devin Mabra',
     'userName': 'dnmabra12@gmail.com',
     'emailAddress': 'dnmabra12@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512002000,
     'created': 1619512001,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 2142004350,
     'invitorUserId': 1893952720,
     'displayName': 'ANDREW DOSS',
     'userName': 'andydoss@vt.edu',
     'emailAddress': 'andydoss@vt.edu',
     'accepted': True,
     'userType': 'USER',
     'modified': 1662520074000,
     'created': 1618578998,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2142937372,
     'invitorUserId': 583215149,
     'displayName': 'JJ Jarnagin',
     'userName': 'jarnagin@gmail.com',
     'emailAddress': 'jarnagin@gmail.com',
     'phoneNumber': '6822610094',
     'accepted': True,
     'userType': 'USER',
     'modified': 1710504103949,
     'created': 1680800735,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2144185095,
     'invitorUserId': 1893952720,
     'displayName': 'Ben Ainscough',
     'userName': 'Ben.Ainscough@domo.com',
     'emailAddress': 'Ben.Ainscough@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618257584,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 2144558191,
     'invitorUserId': 1893952720,
     'displayName': 'Victoria Winslett',
     'userName': 'victoria.winslett@bluemoondigital.co',
     'emailAddress': 'victoria.winslett@bluemoondigital.co',
     'accepted': True,
     'userType': 'USER',
     'modified': 1620848146914,
     'created': 1618579058,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 217486776,
     'invitorUserId': 1783864164,
     'displayName': 'Jack Serda',
     'userName': 'jserda@archgp.com',
     'emailAddress': 'jserda@archgp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1728058565829,
     'created': 1728058565,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 219603826,
     'invitorUserId': 587894148,
     'displayName': 'r-naziya.sulthana@capgemini.com',
     'userName': 'r-naziya.sulthana@capgemini.com',
     'emailAddress': 'r-naziya.sulthana@capgemini.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1727444704502,
     'created': 1705939096,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 21963932,
     'invitorUserId': 1893952720,
     'displayName': 'Jiten Lad',
     'userName': 'jiten.lad@nccgroup.com',
     'emailAddress': 'jiten.lad@nccgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511993000,
     'created': 1619511993,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 223050776,
     'invitorUserId': 68216396,
     'displayName': 'Scott Kuhnen',
     'userName': 'scott.kuhnen@podium.com',
     'emailAddress': 'scott.kuhnen@podium.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1643406102778,
     'created': 1643405804,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 223659089,
     'invitorUserId': 583215149,
     'displayName': 'Terrance Oreilly',
     'userName': 'Terrance.OReilly@craftww.com',
     'emailAddress': 'Terrance.OReilly@craftww.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694122001313,
     'created': 1694121859,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 22517258,
     'invitorUserId': 583215149,
     'displayName': 'Calvin Otis',
     'userName': 'Calvin.otis@ipghealth.com',
     'emailAddress': 'Calvin.otis@ipghealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1696974262897,
     'created': 1696599913,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 226070803,
     'invitorUserId': 1893952720,
     'displayName': 'Marcelo Carvalho',
     'userName': 'marcelo.carvalho@grupolusiaves.pt',
     'emailAddress': 'marcelo.carvalho@grupolusiaves.pt',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619513112347,
     'created': 1619511970,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 227145670,
     'invitorUserId': 583215149,
     'displayName': 'Will Chipman',
     'userName': 'will.chipman@domo.com',
     'emailAddress': 'will.chipman@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1694116964977,
     'created': 1694116964,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 22814017,
     'invitorUserId': 694942127,
     'displayName': 'Daren Thayne',
     'userName': 'Daren.Thayne@domo.com',
     'emailAddress': 'Daren.Thayne@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701805664537,
     'created': 1701805536,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 232290953,
     'invitorUserId': 583215149,
     'displayName': 'Joe Laabs',
     'userName': 'joe.laabs@forissolutions.com',
     'emailAddress': 'joe.laabs@forissolutions.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686758198680,
     'created': 1686001020,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 232754469,
     'invitorUserId': 1893952720,
     'displayName': 'Inês Feiteira',
     'userName': 'inesfeiteira.everis@edp.com',
     'emailAddress': 'inesfeiteira.everis@edp.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619602162278,
     'created': 1618579070,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 234674439,
     'invitorUserId': 587894148,
     'displayName': 'Marian Eerens',
     'userName': 'marian.eerens@randstadsourceright.be',
     'emailAddress': 'marian.eerens@randstadsourceright.be',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679555678000,
     'created': 1679521932,
     'roleId': 2097317660,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 235252533,
     'invitorUserId': 1893952720,
     'displayName': 'Sara Francesca Pichierri',
     'userName': 'sara.fra.pichierri@gmail.com',
     'emailAddress': 'sara.fra.pichierri@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512019000,
     'created': 1619512018,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 23592318,
     'invitorUserId': 583215149,
     'displayName': 'Pankti Patel',
     'userName': 'panktip@netflix.com',
     'emailAddress': 'panktip@netflix.com',
     'accepted': False,
     'userType': 'USER',
     'title': 'Risk Analyst',
     'modified': 1683047108000,
     'created': 1683047107,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 237681378,
     'invitorUserId': 1893952720,
     'displayName': 'Andrzej Michalski',
     'userName': 'andrzej@concreteplatform.com',
     'emailAddress': 'andrzej@concreteplatform.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579004000,
     'created': 1618579003,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 238259602,
     'invitorUserId': 583215149,
     'displayName': 'Bekky Macdonald',
     'userName': 'Becky.macdonald@ipghealth.com',
     'emailAddress': 'Becky.macdonald@ipghealth.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1696599912000,
     'created': 1696599912,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 243893801,
     'invitorUserId': 2088255083,
     'displayName': 'Casey Dorman',
     'userName': 'casey.dorman@domoc.om',
     'emailAddress': 'casey.dorman@domoc.om',
     'accepted': False,
     'userType': 'USER',
     'modified': 1679690772686,
     'created': 1679690772,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 244750981,
     'invitorUserId': 68216396,
     'displayName': 'Gordon Pont',
     'userName': 'gordon@clearsquare.co',
     'emailAddress': 'gordonepont@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729780319779,
     'created': 1674690621,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 245758384,
     'invitorUserId': 583215149,
     'displayName': 'Cole Sanders',
     'userName': 'cole.sanders@domo.com',
     'emailAddress': 'cole.sanders@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697492886254,
     'created': 1697396708,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 248570266,
     'invitorUserId': 27,
     'displayName': "Tanner's test",
     'userName': 'tddanis@gmail.com',
     'emailAddress': 'tddanis@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1726081969060,
     'created': 1726081027,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 248641709,
     'invitorUserId': 694942127,
     'displayName': 'Ellen Lingwall',
     'userName': 'Ellen.Lingwall@domo.com',
     'emailAddress': 'Ellen.Lingwall@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694537366159,
     'created': 1687386874,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 250002294,
     'invitorUserId': 416285069,
     'displayName': 'Chulaka Perera',
     'userName': 'chulaka@visionwrights.com',
     'emailAddress': 'chulaka@visionwrights.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1673368049765,
     'created': 1673366812,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 251596940,
     'invitorUserId': 694942127,
     'displayName': 'Sid Henkel',
     'userName': 'sid.henkel@domo.com',
     'emailAddress': 'sid.henkel@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1677105186358,
     'created': 1677101976,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 251728064,
     'invitorUserId': 583215149,
     'displayName': 'Sierra Griffin',
     'userName': 'sierra@tlcops.com',
     'emailAddress': 'sierra@tlcops.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690926497170,
     'created': 1690471413,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 252868567,
     'invitorUserId': 587894148,
     'displayName': 'cmersinger@vaughnconstruction.com',
     'userName': 'cmersinger@vaughnconstruction.com',
     'emailAddress': 'cmersinger@vaughnconstruction.com',
     'phoneNumber': '2104100926',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705965521327,
     'created': 1705938920,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 252907668,
     'invitorUserId': 1893952720,
     'displayName': 'Fabio Fantoni',
     'userName': 'ffantoni@bitbang.com',
     'emailAddress': 'ffantoni@bitbang.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618931887083,
     'created': 1618579045,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 25522868,
     'invitorUserId': 1893952720,
     'displayName': 'Andrés Pinzon',
     'userName': 'andres.pinzon@findasense.com',
     'emailAddress': 'andres.pinzon@findasense.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619104718126,
     'created': 1618579015,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 261748279,
     'invitorUserId': 1893952720,
     'displayName': 'Farzaneh Najafi',
     'userName': 'farzaneh.najafi@audibene.de',
     'emailAddress': 'farzaneh.najafi@audibene.de',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618579603166,
     'created': 1618579037,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 263469872,
     'invitorUserId': 617808774,
     'displayName': 'Daniel Ha',
     'userName': 'dannyha@outlook.com',
     'emailAddress': 'dannyha@outlook.com',
     'phoneNumber': '805-574-5180',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1710121380000,
     'created': 1709697470,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 269129820,
     'invitorUserId': 587894148,
     'displayName': 'Aaron Sorensen',
     'department': '',
     'userName': 'asorensen@emocha.com',
     'emailAddress': 'asorensen@emocha.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1670007944000,
     'created': 1595006401,
     'roleId': 2097317660,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 271775584,
     'invitorUserId': 583215149,
     'displayName': 'Jason Stout',
     'userName': 'JStout@ameritfleet.com',
     'emailAddress': 'JStout@ameritfleet.com',
     'phoneNumber': '9254407678',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697558226329,
     'created': 1697054735,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 27228135,
     'invitorUserId': 617808774,
     'displayName': 'Xiangyu Cui',
     'userName': 'xiangyucui@outlook.com',
     'emailAddress': 'xiangyucui@outlook.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712548525322,
     'created': 1712029471,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 274257573,
     'invitorUserId': 1893952720,
     'displayName': 'Matthew Jeffs',
     'userName': 'm.s.jeffs50@gmail.com',
     'emailAddress': 'm.s.jeffs50@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579106000,
     'created': 1618579105,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 274485918,
     'invitorUserId': 1893952720,
     'displayName': 'Mike Hislop',
     'userName': 'mike.hislop@worldrugby.org',
     'emailAddress': 'mike.hislop@worldrugby.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579036000,
     'created': 1618579036,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 277400412,
     'invitorUserId': 583215149,
     'displayName': 'Selenek ',
     'userName': 'selenek@netflix.com',
     'emailAddress': 'selenek@netflix.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698948074000,
     'created': 1697054745,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 278268339,
     'invitorUserId': 583215149,
     'displayName': 'Mike Brinkman',
     'userName': 'mike.brinkman@elevancehealth.com',
     'emailAddress': 'mike.brinkman@elevancehealth.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1683208342147,
     'created': 1683208342,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 278549927,
     'invitorUserId': 805649835,
     'displayName': 'Mason Brockbank',
     'userName': 'mason.brockbank@domo.com',
     'emailAddress': 'mason.brockbank@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679593167000,
     'created': 1679592174,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 283501172,
     'invitorUserId': 617808774,
     'displayName': 'Patrick Fenton',
     'userName': 'patrick.fenton.4.19@gmail.com',
     'emailAddress': 'patrick.fenton.4.19@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029449000,
     'created': 1712029449,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 284756277,
     'invitorUserId': 583215149,
     'displayName': 'Aroshi Amarasinghe',
     'userName': 'aroshi@ulula.com',
     'emailAddress': 'aroshi@ulula.com',
     'phoneNumber': '000000',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697559422948,
     'created': 1697054724,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 286176487,
     'invitorUserId': 583215149,
     'displayName': 'Justin Fisher',
     'userName': 'justin.fisher@yu.edu',
     'emailAddress': 'justin.fisher@yu.edu',
     'phoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': 'Director of Marketing Intelligence',
     'modified': 1690205533469,
     'created': 1683047108,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 28892157,
     'invitorUserId': 1893952720,
     'displayName': 'Raushanara Begum',
     'userName': 'raushanara.begum@nccgroup.com',
     'emailAddress': 'raushanara.begum@nccgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579109000,
     'created': 1618579108,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 291892309,
     'invitorUserId': 583215149,
     'displayName': 'Ryan Armenti',
     'userName': 'ryan.armenti@greenchef.com',
     'emailAddress': 'ryan.armenti@greenchef.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1694121857000,
     'created': 1694121856,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 292506035,
     'invitorUserId': 1893952720,
     'displayName': 'Kelly Tagtow',
     'department': '',
     'userName': 'Kelly.tagtow@stelter.com',
     'emailAddress': 'Kelly.tagtow@stelter.com',
     'phoneNumber': '5159575887',
     'accepted': True,
     'userType': 'USER',
     'title': 'Analytics and Digital Strategy Director',
     'modified': 1619096247006,
     'created': 1590167705,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 29257675,
     'invitorUserId': 587894148,
     'displayName': 'Shivam Desai - BTP',
     'userName': 'SDesai@btpartners.com',
     'emailAddress': 'SDesai@btpartners.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729287198791,
     'created': 1705938770,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 293704698,
     'invitorUserId': 583215149,
     'displayName': 'Nithila AnandaPadmanabhan',
     'userName': 'nithila_padmanabhan@manulife.ca',
     'emailAddress': 'nithila_padmanabhan@manulife.ca',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686153548744,
     'created': 1686001009,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 294996492,
     'invitorUserId': 1893952720,
     'displayName': 'Cesar SIlva',
     'userName': 'cesaralexandrejs@gmail.com',
     'emailAddress': 'cesaralexandrejs@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619522013075,
     'created': 1619511969,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 295094655,
     'invitorUserId': 583215149,
     'displayName': 'Yves Mellet',
     'userName': 'ymellet@unitedwayhouston.org',
     'emailAddress': 'ymellet@unitedwayhouston.org',
     'phoneNumber': '2818505493',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686716223777,
     'created': 1686152628,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 299317591,
     'invitorUserId': 587894148,
     'displayName': 'bsaldana@mdanderson.org',
     'userName': 'bsaldana@mdanderson.org',
     'emailAddress': 'bsaldana@mdanderson.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1705939193095,
     'created': 1705939193,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 300078206,
     'invitorUserId': 583215149,
     'displayName': 'Brandon Roche',
     'userName': 'broche@cenegenics.com',
     'emailAddress': 'broche@cenegenics.com',
     'phoneNumber': '7028079256',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695139974361,
     'created': 1694121845,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 305251463,
     'invitorUserId': 583215149,
     'displayName': 'Lindsay Manci',
     'userName': 'lmanci@impactlife.org',
     'emailAddress': 'lmanci@impactlife.org',
     'phoneNumber': '2178363353',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698961889729,
     'created': 1698948079,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 306484945,
     'invitorUserId': 475856860,
     'displayName': 'Dale Whitchurch',
     'userName': 'dale.whitchurch@ipghealth.com',
     'emailAddress': 'dale.whitchurch@ipghealth.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729797784868,
     'created': 1729797784,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 307632801,
     'invitorUserId': 617808774,
     'displayName': 'Dan Brinton',
     'userName': 'Dan.Brinton@domo.com',
     'emailAddress': 'Dan.Brinton@domo.com',
     'phoneNumber': '8016992701',
     'accepted': True,
     'userType': 'USER',
     'modified': 1674845204331,
     'created': 1654897099,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 308013573,
     'invitorUserId': 958797472,
     'displayName': 'Jack Crandall',
     'userName': 'jack.crandall@domo.com',
     'emailAddress': 'jack.crandall@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1715101658419,
     'created': 1686078565,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 308783524,
     'invitorUserId': 1893952720,
     'displayName': 'test1',
     'userName': 'test1@test.com',
     'emailAddress': 'test1@test.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1717682537606,
     'created': 1664931963,
     'roleId': 1563101750,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 310645919,
     'invitorUserId': 583215149,
     'displayName': 'Kris Gandillon',
     'userName': 'kris.gandillon@mastercard.com',
     'emailAddress': 'kris.gandillon@mastercard.com',
     'phoneNumber': '3146143896',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681155403400,
     'created': 1680551166,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 313167177,
     'invitorUserId': 68216396,
     'displayName': 'Patrick Rainey',
     'userName': 'patrick.rainey@getbuilt.com',
     'emailAddress': 'patrick.rainey@getbuilt.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1647364442035,
     'created': 1647364376,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 313985951,
     'invitorUserId': 55874022,
     'displayName': 'Love Bindal',
     'userName': 'love.bindal@rovemarketing.ca',
     'emailAddress': 'love.bindal@rovemarketing.ca',
     'accepted': True,
     'userType': 'USER',
     'modified': 1676994426404,
     'created': 1676992695,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 314095382,
     'invitorUserId': 583215149,
     'displayName': 'Brooke Murray',
     'userName': 'brooke.murray@teasdalefoods.com',
     'emailAddress': 'brooke.murray@teasdalefoods.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698697369373,
     'created': 1697054727,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 315118889,
     'invitorUserId': 583215149,
     'displayName': 'Kelvin Martinez',
     'userName': 'kelvin.martinez@gocanvas.com',
     'emailAddress': 'kelvin.martinez@gocanvas.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1694121852000,
     'created': 1694121851,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 316139172,
     'invitorUserId': 617808774,
     'displayName': 'Matt Tannyhill',
     'userName': 'Matt.Tannyhill@domo.com',
     'emailAddress': 'Matt.Tannyhill@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1660858281,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 320047072,
     'invitorUserId': 587894148,
     'displayName': 'it@elitemodelworld.com',
     'userName': 'it@elitemodelworld.com',
     'emailAddress': 'it@elitemodelworld.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680179818208,
     'created': 1680013309,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 321795113,
     'invitorUserId': 583215149,
     'displayName': 'Thomas Todd',
     'userName': 'tomt@neighborcare.org',
     'emailAddress': 'tomt@neighborcare.org',
     'accepted': True,
     'userType': 'USER',
     'title': 'Manager of Data and Analytics',
     'modified': 1685030531773,
     'created': 1683047109,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 322568655,
     'invitorUserId': 583215149,
     'displayName': 'Cory Cummings',
     'userName': 'cory.cummings@razorfish.com',
     'emailAddress': 'cory.cummings@razorfish.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681997954589,
     'created': 1680903852,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 324905103,
     'invitorUserId': 583215149,
     'displayName': 'Jason Gluck',
     'userName': 'jason.gluck@hellofresh.com',
     'emailAddress': 'jason.gluck@hellofresh.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691068014602,
     'created': 1690382289,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 325350277,
     'invitorUserId': 617808774,
     'displayName': 'Chadwick Jeanmary',
     'userName': 'Chadwick.Jeanmary@gmail.com',
     'emailAddress': 'Chadwick.Jeanmary@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1716222482807,
     'created': 1712029461,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 329783264,
     'invitorUserId': 617808774,
     'displayName': 'Yashwanth Vijayaragavan',
     'userName': 'yavijay@iu.edu',
     'emailAddress': 'yavijay@iu.edu',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029454000,
     'created': 1712029454,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 330587181,
     'invitorUserId': 583215149,
     'displayName': 'Gunjan Sharma',
     'userName': 'Gunjan.Sharma@medica.com',
     'emailAddress': 'Gunjan.Sharma@medica.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690383361000,
     'created': 1686001012,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 334700892,
     'invitorUserId': 583215149,
     'displayName': 'Kathy Mikolajczak',
     'userName': 'kathy.mikolajczak@1naturalway.com',
     'emailAddress': 'kathy.mikolajczak@1naturalway.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698948083000,
     'created': 1698948082,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 3385967,
     'invitorUserId': 583215149,
     'displayName': 'Anna Moy',
     'userName': 'anna.moy@hellofresh.com',
     'emailAddress': 'anna.moy@hellofresh.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691520486325,
     'created': 1690382288,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 341823835,
     'invitorUserId': 1432167731,
     'displayName': 'Martin Hoost',
     'userName': 'martin.hoost@metriqzz.com',
     'emailAddress': 'martin.hoost@metriqzz.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717698113266,
     'created': 1717697901,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 344553325,
     'invitorUserId': 1893952720,
     'displayName': 'Ryan Draughn',
     'userName': 'rdraughn@nlcmutual.com',
     'emailAddress': 'rdraughn@nlcmutual.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511986000,
     'created': 1619511985,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 348233905,
     'invitorUserId': 1783864164,
     'displayName': 'Chris Augustinack',
     'userName': 'caugustinack@msdist.com',
     'emailAddress': 'caugustinack@msdist.com',
     'phoneNumber': '682-207-4419',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714150504531,
     'created': 1714055791,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 348727040,
     'invitorUserId': 1893952720,
     'displayName': 'Kensie Rowell',
     'userName': 'kensie@mlpt.com',
     'emailAddress': 'kensie@mlpt.com',
     'phoneNumber': '4358308330',
     'accepted': True,
     'userType': 'USER',
     'modified': 1677686955615,
     'created': 1676569470,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 351874351,
     'invitorUserId': 1893952720,
     'displayName': 'Marc-Anton Clavel',
     'userName': 'Marc-Anton.Clavel@domo.com',
     'emailAddress': 'Marc-Anton.Clavel@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1613645132,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 353255644,
     'invitorUserId': 587894148,
     'displayName': 'Michelle Hamad',
     'userName': 'mhamad@rwilogistics.com',
     'emailAddress': 'mhamad@rwilogistics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1664816787000,
     'created': 1664816627,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 353925131,
     'invitorUserId': 1204317927,
     'displayName': 'Marcus Richards',
     'userName': 'marcusr@aspenskilledhealth.com',
     'emailAddress': 'marcusr@aspenskilledhealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1675447829850,
     'created': 1675447675,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 358184938,
     'invitorUserId': 587894148,
     'displayName': 'chosier@cherryhillprograms.com',
     'userName': 'chosier@cherryhillprograms.com',
     'emailAddress': 'chosier@cherryhillprograms.com',
     'phoneNumber': '8722324334',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717768561967,
     'created': 1673546057,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 363397932,
     'invitorUserId': 1893952720,
     'displayName': 'Brian Christensen',
     'department': 'Business Improvement',
     'userName': 'brian.christensen@coxautoinc.com',
     'emailAddress': 'brian.christensen@coxautoinc.com',
     'phoneNumber': '8018426080',
     'accepted': True,
     'userType': 'USER',
     'title': 'Business Intelligence Manager',
     'modified': 1619101546900,
     'created': 1618579094,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 363620917,
     'invitorUserId': 509534198,
     'displayName': 'Syed Mukhtar',
     'userName': 'mukhtar@abtltd.com.sa',
     'emailAddress': 'mukhtar@abtltd.com.sa',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690441906480,
     'created': 1689152702,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 366464815,
     'invitorUserId': 1955960782,
     'displayName': 'Mariam Mohammod',
     'userName': 'mmohammod@soldejaneiro.com',
     'emailAddress': 'mmohammod@soldejaneiro.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711906520747,
     'created': 1705501910,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 367746229,
     'invitorUserId': 617808774,
     'displayName': 'Jim Klym',
     'userName': 'james.klym@fmr.com',
     'emailAddress': 'james.klym@fmr.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701207395637,
     'created': 1665418943,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 370299454,
     'invitorUserId': 617808774,
     'displayName': 'Andrea Keating',
     'userName': 'andrea_keating@trimble.com',
     'emailAddress': 'andrea_keating@trimble.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1655932349000,
     'created': 1655925591,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 370513898,
     'invitorUserId': 1893952720,
     'displayName': 'fz_Owner2@fz.com',
     'userName': 'Owner2@fz.com',
     'emailAddress': 'Owner2@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869258532,
     'created': 1704258433,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '2',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 373024172,
     'invitorUserId': 68216396,
     'displayName': 'Ryan Ricks',
     'userName': 'ryanmricks@gmail.com',
     'emailAddress': 'ryanmricks@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1678384194197,
     'created': 1678384194,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 374388983,
     'invitorUserId': 583215149,
     'displayName': 'Kimberly Perez',
     'userName': 'kimberly.perez@domo.com',
     'emailAddress': 'kimberly.perez@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1725908510688,
     'created': 1697054391,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 375140316,
     'invitorUserId': 587894148,
     'displayName': 'Gregory Kobylinski',
     'userName': 'grzegorz.kobylinski@infor.com',
     'emailAddress': 'grzegorz.kobylinski@infor.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1676037085346,
     'created': 1667224718,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 375460758,
     'invitorUserId': 1893952720,
     'displayName': "Matthew O'Sullivan",
     'userName': 'mps@ugroup.co.uk',
     'emailAddress': 'mps@ugroup.co.uk',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511972000,
     'created': 1619511971,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 38060857,
     'invitorUserId': 587894148,
     'displayName': 'Paul Jones',
     'userName': 'paul.jones@artsoftwaregroup.com',
     'emailAddress': 'paul.jones@artsoftwaregroup.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687421353536,
     'created': 1660234161,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 381807383,
     'invitorUserId': 583215149,
     'displayName': 'Kaytlynn Bhatia',
     'userName': 'kaytlynn.bhatia@cantire.com',
     'emailAddress': 'kaytlynn.bhatia@cantire.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686580222687,
     'created': 1680551174,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 382014996,
     'invitorUserId': 68216396,
     'displayName': 'Patrick Budyn',
     'userName': 'p.budyn2@gmail.com',
     'emailAddress': 'p.budyn2@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1671212524132,
     'created': 1654273771,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 38213767,
     'invitorUserId': 1204317927,
     'displayName': 'Caitlin Markenstein',
     'userName': 'caitlin@baraschmcgarry.com',
     'emailAddress': 'caitlin@baraschmcgarry.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698948080000,
     'created': 1675447653,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 382550235,
     'invitorUserId': 583215149,
     'displayName': 'Sheila Martinez',
     'userName': 'sheilamartinez@ups.com',
     'emailAddress': 'sheilamartinez@ups.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698335760460,
     'created': 1697054747,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 384663973,
     'invitorUserId': 583215149,
     'displayName': 'Sandra Kuvlo',
     'userName': 'sandra.kuvlo@coviacorp.com',
     'emailAddress': 'sandra.kuvlo@coviacorp.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686075077557,
     'created': 1686001015,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 387600969,
     'invitorUserId': 68216396,
     'displayName': 'Chris Coyne',
     'userName': 'chris.coyne@getbuilt.com',
     'emailAddress': 'chris.coyne@getbuilt.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1657574278737,
     'created': 1645560427,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 388564516,
     'invitorUserId': 583215149,
     'displayName': 'Branden Jenkins',
     'userName': 'branden.jenkins@medius.com',
     'emailAddress': 'branden.jenkins@medius.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711914335185,
     'created': 1697054727,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 389781527,
     'invitorUserId': 1893952720,
     'displayName': 'Maria Garcia',
     'userName': 'maria.garciagil@everli.com',
     'emailAddress': 'maria.garciagil@everli.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579081000,
     'created': 1618579080,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 392468792,
     'invitorUserId': 587894148,
     'displayName': 'Paul Mccusker',
     'userName': 'paul.mccusker@domo.com',
     'emailAddress': 'paul.mccusker@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1724276834099,
     'created': 1676655067,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 393359717,
     'invitorUserId': 1893952720,
     'displayName': 'Riley Stahura',
     'userName': 'riley.stahura@domo.com',
     'emailAddress': 'riley.stahura@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711390262619,
     'created': 1711389828,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 396783523,
     'invitorUserId': 1893952720,
     'displayName': 'Pierre Girard',
     'userName': 'Pierre.Girard@triumph.co.uk',
     'emailAddress': 'Pierre.Girard@triumph.co.uk',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511980000,
     'created': 1619511980,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 397036832,
     'invitorUserId': 392468792,
     'displayName': 'Scott Bartholomew',
     'userName': 'scott.bartholomew@domo.com',
     'emailAddress': 'scott.bartholomew@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1696001907521,
     'created': 1695998275,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 400830795,
     'invitorUserId': 1893952720,
     'displayName': 'Nikki Timmers',
     'userName': 'nikki.timmers@talpanetwork.com',
     'emailAddress': 'nikki.timmers@talpanetwork.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512017000,
     'created': 1619512012,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 405225188,
     'invitorUserId': 617808774,
     'displayName': 'Nitya Joshy',
     'userName': 'nitya.joshy@fmr.com',
     'emailAddress': 'nitya.joshy@fmr.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665428476866,
     'created': 1665418928,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 406792913,
     'invitorUserId': 583215149,
     'displayName': 'Matt Ankney',
     'userName': 'matt@greenleafohio.com',
     'emailAddress': 'matt@greenleafohio.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699883993408,
     'created': 1690382302,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 408081,
     'invitorUserId': 583215149,
     'displayName': 'Joanna Bankowska',
     'userName': 'bankowska.j@pg.com',
     'emailAddress': 'bankowska.j@pg.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691651972894,
     'created': 1690382291,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 408282746,
     'invitorUserId': 587894148,
     'displayName': 'dengx@advisory.com',
     'userName': 'dengx@advisory.com',
     'emailAddress': 'dengx@advisory.com',
     'phoneNumber': '2026703366',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697057072953,
     'created': 1697055488,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 409176773,
     'invitorUserId': 68216396,
     'displayName': 'Andrew Kimball',
     'userName': 'andrewckimball@gmail.com',
     'emailAddress': 'andrewckimball@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1666288535000,
     'created': 1665177384,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 413951985,
     'invitorUserId': 752937626,
     'displayName': 'Jathin Paul',
     'userName': 'Jathin.Paul@harman.com',
     'emailAddress': 'Jathin.Paul@harman.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701788419415,
     'created': 1701092802,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 416285069,
     'invitorUserId': 1893952720,
     'displayName': 'Meghan Rogers',
     'userName': 'meghan@visionwrights.com',
     'emailAddress': 'meghan@visionwrights.com',
     'phoneNumber': '4043689498',
     'accepted': True,
     'userType': 'USER',
     'modified': 1659459192182,
     'created': 1657119194,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 421610852,
     'invitorUserId': 958086679,
     'displayName': 'Wayne Gretzky',
     'userName': 'nate.bear+2@sony.com',
     'emailAddress': 'nate.bear+2@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712948506601,
     'created': 1712805437,
     'role': 'Editor',
     'roleId': 3,
     'rights': 15,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 421800440,
     'invitorUserId': 1768567034,
     'displayName': 'Kaylee Nallan',
     'userName': 'kaylee.nallan@caemilusa.com',
     'emailAddress': 'kaylee.nallan@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1718812967572,
     'created': 1707747789,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 421973368,
     'invitorUserId': 587894148,
     'displayName': 'matt.torline@domo.com',
     'userName': 'matt.torline@domo.com',
     'emailAddress': 'matt.torline@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705009243616,
     'created': 1701451480,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 422938272,
     'invitorUserId': 583215149,
     'displayName': 'Shane Dolan',
     'userName': 'shane.dolan@a4media.com',
     'emailAddress': 'shane.dolan@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681155340030,
     'created': 1680551173,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 423248731,
     'invitorUserId': 1893952720,
     'displayName': 'Antonella Ranieri',
     'userName': 'ANTONELLA.RANIERI@everli.com',
     'emailAddress': 'ANTONELLA.RANIERI@everli.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579083000,
     'created': 1618579082,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 426129058,
     'invitorUserId': 1893952720,
     'displayName': 'Jason Fitch',
     'userName': 'fitch526@hotmail.com',
     'emailAddress': 'fitch526@hotmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511975000,
     'created': 1619511974,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 427089328,
     'invitorUserId': 583215149,
     'displayName': 'Rania Badr',
     'userName': 'rbadr@ups.com',
     'emailAddress': 'rbadr@ups.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691672671615,
     'created': 1690471800,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 427363308,
     'invitorUserId': 1548628586,
     'displayName': 'John Spencer',
     'userName': 'john.spencer@domo.com',
     'emailAddress': 'john.spencer@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1682433734776,
     'created': 1682355773,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 427539828,
     'invitorUserId': 392468792,
     'displayName': 'Shawn Bunderson',
     'userName': 'Shawn.bunderson@domo.com',
     'emailAddress': 'Shawn.bunderson@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686323432392,
     'created': 1677190896,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 429382701,
     'invitorUserId': 587894148,
     'displayName': 'Nick Muoh',
     'userName': 'nickspirit3@gmail.com',
     'emailAddress': 'nickspirit3@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680295409000,
     'created': 1680288559,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 429636762,
     'invitorUserId': 1783864164,
     'displayName': 'Diana Torres',
     'userName': 'dtorres@msdist.com',
     'emailAddress': 'dtorres@msdist.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1718052720500,
     'created': 1712766391,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 431162856,
     'invitorUserId': 958797472,
     'displayName': 'Trenton Custer',
     'userName': 'trenton.custer@domo.com',
     'emailAddress': 'trenton.custer@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687896271195,
     'created': 1686077710,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 43219035,
     'invitorUserId': 583215149,
     'displayName': 'Val Neumaier',
     'userName': 'Valerie.Neumaier@kcgcompanies.com',
     'emailAddress': 'Valerie.Neumaier@kcgcompanies.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705521800525,
     'created': 1697054749,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 435876821,
     'invitorUserId': 204012057,
     'displayName': 'Nick Shively',
     'userName': 'nick.shively@predictix.com',
     'emailAddress': 'nick.shively@predictix.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1620414124821,
     'created': 1620414124,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 436035368,
     'invitorUserId': 583215149,
     'displayName': 'Erin Mullenix',
     'userName': 'erinmullenix@iowaleague.org',
     'emailAddress': 'erinmullenix@iowaleague.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697727918869,
     'created': 1697054732,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 440017659,
     'invitorUserId': 583215149,
     'displayName': 'Misti Ackeberg',
     'userName': 'mackeberg@impactlife.org',
     'emailAddress': 'mackeberg@impactlife.org',
     'phoneNumber': '15632653146',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699377244200,
     'created': 1698948079,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 440282646,
     'invitorUserId': 1893952720,
     'displayName': 'Anastasia Putilina',
     'userName': 'aputilina@bitbang.com',
     'emailAddress': 'aputilina@bitbang.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511989000,
     'created': 1619511988,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 441867017,
     'invitorUserId': 749848850,
     'displayName': 'Chad Salstrom',
     'userName': 'chad@visionwrights.com',
     'emailAddress': 'chad@visionwrights.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1681762652105,
     'created': 1681762652,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 445086955,
     'invitorUserId': 583215149,
     'displayName': 'William Meador',
     'userName': 'Meador.William@basco.com',
     'emailAddress': 'Meador.William@basco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699377790736,
     'created': 1698948075,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 448077151,
     'invitorUserId': 583215149,
     'displayName': 'Nadia Famularo',
     'userName': 'nadia.famularo@frankandoak.com',
     'emailAddress': 'nadia.famularo@frankandoak.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698668814000,
     'created': 1698668813,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 448447535,
     'invitorUserId': 583215149,
     'displayName': 'Joel Cole',
     'userName': 'joel@onyxcorporation.net',
     'emailAddress': 'joel@onyxcorporation.net',
     'accepted': False,
     'userType': 'USER',
     'modified': 1687306740599,
     'created': 1687306740,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 453370178,
     'invitorUserId': 583215149,
     'displayName': 'Nicolas Gaitan',
     'userName': 'ngaitan@w2ogroup.com',
     'emailAddress': 'ngaitan@w2ogroup.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691678636113,
     'created': 1690391327,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 453523183,
     'invitorUserId': 583215149,
     'displayName': 'Hemangi Vibhute',
     'userName': 'Hemangi.Vibhute@craftww.com',
     'emailAddress': 'Hemangi.Vibhute@craftww.com',
     'phoneNumber': '9870986680',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'Asia/Kolkata',
     'modified': 1690458720530,
     'created': 1690391376,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 453718916,
     'invitorUserId': 1893952720,
     'displayName': 'David Adams',
     'userName': 'dpadams@island-data.com',
     'emailAddress': 'dpadams@island-data.com',
     'phoneNumber': '831 6214585',
     'accepted': True,
     'userType': 'USER',
     'modified': 1670643208507,
     'created': 1666185673,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 454872817,
     'invitorUserId': 583215149,
     'displayName': 'Mark Phillips',
     'userName': 'mark.phillips@averitaspharma.com',
     'emailAddress': 'mark.phillips@averitaspharma.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690809297709,
     'created': 1690382300,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 458175109,
     'invitorUserId': 68216396,
     'displayName': 'Colin Beaumont',
     'userName': 'colin.beaumont@pa.steephill.com',
     'emailAddress': 'colin.beaumont@pa.steephill.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1707932576150,
     'created': 1676575567,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 458290686,
     'invitorUserId': 583215149,
     'displayName': 'Rachel Robinson',
     'userName': 'rachel@allgood.com',
     'emailAddress': 'rachelrobinsoncreates@gmail.com',
     'phoneNumber': '2089996595',
     'accepted': True,
     'userType': 'USER',
     'modified': 1692365410911,
     'created': 1680551155,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 458380192,
     'invitorUserId': 587894148,
     'displayName': 'David Holman',
     'userName': 'david.holman@wealthcounsel.com',
     'emailAddress': 'david.holman@wealthcounsel.com',
     'phoneNumber': '2358132134',
     'accepted': True,
     'userType': 'USER',
     'modified': 1702927659291,
     'created': 1684528855,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 458806279,
     'invitorUserId': 583215149,
     'displayName': 'McKenzie Thebeau',
     'userName': 'mthebeau@inhometherapy.com',
     'emailAddress': 'mthebeau@inhometherapy.com',
     'phoneNumber': '(704) 396-0695',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697057893034,
     'created': 1694121853,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 459213300,
     'invitorUserId': 694942127,
     'displayName': 'Dan Griffiths',
     'userName': 'dan.griffiths@domo.com',
     'emailAddress': 'dan.griffiths@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1669221901471,
     'created': 1669221456,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 45921843,
     'invitorUserId': 583215149,
     'displayName': 'Brian Pressman',
     'userName': 'brian.pressman@reveraliving.com',
     'emailAddress': 'brian.pressman@reveraliving.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Manager,  Data & Application Integration',
     'modified': 1685029831563,
     'created': 1683047111,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 459279105,
     'invitorUserId': 583215149,
     'displayName': 'Beth Chappell',
     'userName': 'bchappell@arml.org',
     'emailAddress': 'bchappell@arml.org',
     'phoneNumber': '5019786137',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690906878005,
     'created': 1690401409,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 462392893,
     'invitorUserId': 583215149,
     'displayName': 'Drew Swayne',
     'userName': 'SwayneD@spokanevalleyfire.com',
     'emailAddress': 'SwayneD@spokanevalleyfire.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1710362961203,
     'created': 1698948071,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 462744067,
     'invitorUserId': 1893952720,
     'displayName': 'marilisa russo',
     'userName': 'marilisa.russo1990@gmail.com',
     'emailAddress': 'marilisa.russo1990@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619529051231,
     'created': 1619512023,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 462796153,
     'invitorUserId': 1893952720,
     'displayName': 'Clement Ma Phuoc',
     'userName': 'maphuocc@tipico.com',
     'emailAddress': 'maphuocc@tipico.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619526860142,
     'created': 1619511987,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 467327835,
     'invitorUserId': 1893952720,
     'displayName': 'Jeongmin Lee',
     'userName': 'jeongmin.lee@hear.com',
     'emailAddress': 'jeongmin.lee@hear.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511969000,
     'created': 1619511968,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 468329724,
     'invitorUserId': 583215149,
     'displayName': 'James Cassady',
     'userName': 'james.cassady@bms.com',
     'emailAddress': 'james.cassady@bms.com',
     'phoneNumber': '267-644-7995',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686154028221,
     'created': 1686001018,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 468362663,
     'invitorUserId': 1893952720,
     'displayName': 'Kate Jacobs',
     'userName': 'kate.jacobs@bluemoondigital.co',
     'emailAddress': 'kate.jacobs@bluemoondigital.co',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579060000,
     'created': 1618579059,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 468742180,
     'invitorUserId': 1893952720,
     'displayName': 'Vivian Chen',
     'userName': 'vivian@treez.io',
     'emailAddress': 'vivian@treez.io',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579093000,
     'created': 1618579090,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 470456174,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager8@fz.com',
     'userName': 'RestaurantManager8@fz.com',
     'emailAddress': 'RestaurantManager8@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869295675,
     'created': 1704259970,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '8',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 471453161,
     'invitorUserId': 1893952720,
     'displayName': 'John Taft',
     'userName': 'john.taft@sony.com',
     'emailAddress': 'john.taft@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511964000,
     'created': 1619511963,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 471687709,
     'invitorUserId': 583215149,
     'displayName': 'John Durkin',
     'userName': 'JDurkin@onyxcorporation.net',
     'emailAddress': 'JDurkin@onyxcorporation.net',
     'accepted': False,
     'userType': 'USER',
     'modified': 1687306790884,
     'created': 1687306790,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 473863458,
     'invitorUserId': 1893952720,
     'displayName': 'Sonya Egan',
     'userName': 'sonya.egan@arcadebeauty.com',
     'emailAddress': 'sonya.egan@arcadebeauty.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705960727416,
     'created': 1619511996,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 475277305,
     'invitorUserId': 316139172,
     'displayName': 'Josh Thorn',
     'userName': 'josh.thorn@domo.com',
     'emailAddress': 'josh.thorn@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1662505202,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 475856860,
     'invitorUserId': 1893952720,
     'displayName': 'Noah Finberg',
     'userName': 'noah.finberg@domo.com',
     'emailAddress': 'noah.finberg@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1667336422950,
     'created': 1665071846,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 476641103,
     'invitorUserId': 617808774,
     'displayName': 'Aniket Chougule',
     'userName': 'anichougule9@gmail.com',
     'emailAddress': 'anichougule9@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029453000,
     'created': 1712029453,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 478261546,
     'invitorUserId': 583215149,
     'displayName': 'Heather Roberts',
     'userName': 'heatherroberts@iowaleague.org',
     'emailAddress': 'heatherroberts@iowaleague.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691510369816,
     'created': 1690382279,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 478867517,
     'invitorUserId': 1204317927,
     'displayName': 'rsleater',
     'userName': 'rsleater@ehub.com',
     'emailAddress': 'rsleater@ehub.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1677627689108,
     'created': 1677627689,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 48362993,
     'invitorUserId': 1728973208,
     'displayName': 'Kurt Meyer',
     'userName': 'kurtmeyer@gmail.com',
     'emailAddress': 'kurtmeyer@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1723131989152,
     'created': 1723131989,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 486301178,
     'invitorUserId': 583215149,
     'displayName': 'Arman Little',
     'userName': 'ALittle@ameritfleet.com',
     'emailAddress': 'ALittle@ameritfleet.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1697054723000,
     'created': 1697054723,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 487316396,
     'invitorUserId': 1783864164,
     'displayName': 'Derek Wheeler',
     'userName': 'Derek.wheeler@domo.com',
     'emailAddress': 'Derek.wheeler@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1714055737269,
     'created': 1714055737,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 489005238,
     'invitorUserId': 583215149,
     'displayName': 'Julianna White',
     'userName': 'julianna.white@domo.com',
     'emailAddress': 'julianna.white@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695140334358,
     'created': 1694116997,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 490351974,
     'invitorUserId': 68216396,
     'displayName': 'Phil Bohaker',
     'userName': 'phil_bohaker@tsco.org',
     'emailAddress': 'phil_bohaker@tsco.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1682087580032,
     'created': 1681943293,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 49241231,
     'invitorUserId': 316139172,
     'displayName': 'Juliana Avery',
     'userName': 'juliana.avery@domo.com',
     'emailAddress': 'juliana.avery@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701116188704,
     'created': 1664399068,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 49602451,
     'invitorUserId': 1768567034,
     'displayName': 'La Miskey Dillon',
     'userName': 'Lamiskey.Dillon@caemilusa.com',
     'emailAddress': 'Lamiskey.Dillon@caemilusa.com',
     'phoneNumber': '12143341571',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698958053827,
     'created': 1698957704,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 502170574,
     'invitorUserId': 1783864164,
     'displayName': 'Andrew Eilers',
     'userName': 'aeilers@msdist.com',
     'emailAddress': 'aeilers@msdist.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1720632591924,
     'created': 1720632591,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 502278247,
     'invitorUserId': 68216396,
     'displayName': 'alexis.lundberg',
     'userName': 'alexis.lundberg@jamf.com',
     'emailAddress': 'alexis.lundberg@jamf.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1657727370635,
     'created': 1657575303,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 50322846,
     'invitorUserId': 795553497,
     'displayName': 'Bekky Macdonald@ipghealth.com',
     'userName': 'bekky.macdonald@ipghealth.com',
     'emailAddress': 'bekky.macdonald@ipghealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1716205268060,
     'created': 1696847215,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 504807367,
     'invitorUserId': 1095515127,
     'displayName': 'Taylor Green',
     'userName': 'taylor@crystalballers.ai',
     'emailAddress': 'taylor@crystalballers.ai',
     'accepted': True,
     'userType': 'USER',
     'modified': 1669756527941,
     'created': 1662736439,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 50509822,
     'invitorUserId': 1291523817,
     'displayName': 'Wali_Buns',
     'userName': 'Wali_Buns@vfc.com',
     'emailAddress': 'Wali_Buns@vfc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1670449023800,
     'created': 1670448968,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 505651363,
     'invitorUserId': 587894148,
     'displayName': 'domo-admin@gcs-ltd.com',
     'userName': 'domo-admin@gcs-ltd.com',
     'emailAddress': 'domo-admin@gcs-ltd.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1706282029045,
     'created': 1705938938,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 509210870,
     'invitorUserId': 1866341252,
     'displayName': 'Charlie Heim',
     'userName': 'charlie.heim@retailinsightsllc.com',
     'emailAddress': 'charlie.heim@retailinsightsllc.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1714057581164,
     'created': 1714057581,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 50930510,
     'invitorUserId': 583215149,
     'displayName': 'Goodman, Elizabeth',
     'userName': 'elizabeth.g.goodman@lowes.com',
     'emailAddress': 'elizabeth.g.goodman@lowes.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695222025150,
     'created': 1690382276,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 509534198,
     'invitorUserId': 617808774,
     'displayName': 'Ash Sharma',
     'userName': 'ash.sharma@domo.com',
     'emailAddress': 'ash.sharma@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697798652599,
     'created': 1682451485,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 511184051,
     'invitorUserId': 68216396,
     'displayName': 'matt.mecham',
     'userName': 'matt.mecham@domo.com',
     'emailAddress': 'matt.mecham@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1670537193019,
     'created': 1670537193,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 511612035,
     'invitorUserId': 583215149,
     'displayName': 'Sean Duggan',
     'userName': 'sean.duggan@domo.com',
     'emailAddress': 'sean.duggan@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1707840991704,
     'created': 1681498545,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 514559307,
     'invitorUserId': 617808774,
     'displayName': 'Katie Williams',
     'userName': 'KWilliams24@wsgc.com',
     'emailAddress': 'KWilliams24@wsgc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698689316979,
     'created': 1655925787,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 516978807,
     'invitorUserId': 1204317927,
     'displayName': 'ecopp',
     'userName': 'ecopp@ehub.com',
     'emailAddress': 'ecopp@ehub.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1677627615854,
     'created': 1677627615,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 520354829,
     'invitorUserId': 1893952720,
     'displayName': 'Corey Morganstern',
     'userName': 'corey.morganstern@bluemoondigital.co',
     'emailAddress': 'corey.morganstern@bluemoondigital.co',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511994000,
     'created': 1619511994,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 522984988,
     'invitorUserId': 1893952720,
     'displayName': 'Naziya Sulthana',
     'userName': 'naziya.sulthana@consilio.com',
     'emailAddress': 'naziya.sulthana@consilio.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1627914826668,
     'created': 1618579002,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 525592428,
     'invitorUserId': 583215149,
     'displayName': 'Noor Suleiman',
     'userName': 'noor.suleiman@gocanvas.com',
     'emailAddress': 'noor.suleiman@gocanvas.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694411172879,
     'created': 1694121854,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 538518671,
     'invitorUserId': 583215149,
     'displayName': 'Felicia Medrano',
     'userName': 'felicia.medrano@brandsource.com',
     'emailAddress': 'felicia.medrano@brandsource.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691683245995,
     'created': 1690382271,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 539925853,
     'invitorUserId': 1893952720,
     'displayName': 'Adicia Dunlap',
     'userName': 'adicia.dunlap@roberthalf.com',
     'emailAddress': 'adicia.dunlap@roberthalf.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511985000,
     'created': 1619511984,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 540788968,
     'invitorUserId': 1768567034,
     'displayName': 'Chelsi Chavez',
     'userName': 'Chelsi.Chavez@caemilusa.com',
     'emailAddress': 'Chelsi.Chavez@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698752432663,
     'created': 1689179387,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 541128711,
     'invitorUserId': 583215149,
     'displayName': 'Virginie Clusiault',
     'userName': 'virginie.clusiault@frankandoak.com',
     'emailAddress': 'virginie.clusiault@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699465393953,
     'created': 1698668808,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 541789279,
     'invitorUserId': 583215149,
     'displayName': 'Yuke Wu',
     'userName': 'yuke.wu@a4media.com',
     'emailAddress': 'yuke.wu@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714674131018,
     'created': 1683047098,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 543426310,
     'invitorUserId': 1893952720,
     'displayName': 'Simona Bertozzi',
     'userName': 'simona@everli.com',
     'emailAddress': 'simona@everli.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618990144661,
     'created': 1618579026,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 546262753,
     'invitorUserId': 583215149,
     'displayName': 'Christina Marino',
     'userName': 'christina.marino@aenetworks.com',
     'emailAddress': 'christina.marino@aenetworks.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681153315807,
     'created': 1680551163,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 547299980,
     'invitorUserId': 617808774,
     'displayName': 'Abner Alberto Aranda Nassar',
     'userName': 'abner@a3nstudio.com',
     'emailAddress': 'abner@a3nstudio.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029459000,
     'created': 1712029458,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 548138821,
     'invitorUserId': 583215149,
     'displayName': 'Jenny Na',
     'userName': 'jenny.na@razorfish.com',
     'emailAddress': 'jenny.na@razorfish.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Senior Data Instrumentation Analyst',
     'modified': 1685025952361,
     'created': 1683047101,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 556423215,
     'invitorUserId': 1893952720,
     'displayName': 'Mariana Dias',
     'userName': 'marianageraldodias.EVERIS@edp.com',
     'emailAddress': 'marianageraldodias.EVERIS@edp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579068000,
     'created': 1618579067,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 55703651,
     'invitorUserId': 583215149,
     'displayName': 'Christopher Jacobus',
     'userName': 'Christopher.jacobus@ipghealth.com',
     'emailAddress': 'Christopher.jacobus@ipghealth.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1696599917000,
     'created': 1696599916,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 557944752,
     'invitorUserId': 583215149,
     'displayName': 'Miranda Maxwell',
     'userName': 'miranda.maxwell@gocanvas.com',
     'emailAddress': 'miranda.maxwell@gocanvas.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699888922213,
     'created': 1690395253,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 55874022,
     'invitorUserId': 587894148,
     'displayName': 'Grant Smith',
     'department': '',
     'userName': 'grant_smith@sweetwater.com',
     'emailAddress': 'grantsmith@gmail.com',
     'phoneNumber': '0',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'hireDate': 1618632000000,
     'modified': 1724793010361,
     'created': 1588960528,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'alternateEmail': '',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 568212686,
     'invitorUserId': 583215149,
     'displayName': 'Diane Murgittroyd',
     'userName': 'diane.murgittroyd1@a4media.com',
     'emailAddress': 'diane.murgittroyd1@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Manager,  Enterprise Systems',
     'modified': 1683216948000,
     'created': 1683047097,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 570885248,
     'invitorUserId': 583215149,
     'displayName': 'Sarah Missimer',
     'userName': 'sarah@markstein.co',
     'emailAddress': 'sarah@markstein.co',
     'accepted': True,
     'userType': 'USER',
     'modified': 1684347998945,
     'created': 1680551158,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 571408327,
     'invitorUserId': 583215149,
     'displayName': 'Sean Kershaw',
     'userName': 'sean.kershaw@frankandoak.com',
     'emailAddress': 'sean.kershaw@frankandoak.com',
     'accepted': False,
     'userType': 'USER',
     'title': 'Email CRM',
     'modified': 1698668817000,
     'created': 1698668816,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 574244836,
     'invitorUserId': 1893952720,
     'displayName': 'Matthieu Vincenten',
     'userName': 'mvincenten@promedico.nl',
     'emailAddress': 'mvincenten@promedico.nl',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699821416461,
     'created': 1619511972,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 575741188,
     'invitorUserId': 583215149,
     'displayName': 'Brian Lawlor',
     'userName': 'brian_lawlor@conair.com',
     'emailAddress': 'brian_lawlor@conair.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694782673893,
     'created': 1690382294,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 576344324,
     'invitorUserId': 1950208331,
     'displayName': 'Tyler WIlson',
     'userName': 'E.tylerwilson@gmail.com',
     'emailAddress': 'E.tylerwilson@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717261243043,
     'created': 1717261243,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 576893708,
     'invitorUserId': 1366575707,
     'displayName': 'Dean Ariola',
     'userName': 'dariola@castlebiosciences.com',
     'emailAddress': 'dariola@castlebiosciences.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1685485282153,
     'created': 1676505653,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 577951659,
     'invitorUserId': 583215149,
     'displayName': 'Gloriana Diaz',
     'userName': 'gloriana.diaz@rugiet.com',
     'emailAddress': 'gloriana.diaz@rugiet.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699233133284,
     'created': 1697054733,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 578107238,
     'invitorUserId': 1893952720,
     'displayName': 'Rutger Zwaal',
     'userName': 'rutger.zwaal@talpanetwork.com',
     'emailAddress': 'rutger.zwaal@talpanetwork.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579099000,
     'created': 1618579099,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 580083137,
     'invitorUserId': 1893952720,
     'displayName': 'Jinny To',
     'department': '',
     'userName': 'jinny.to@loreal.com',
     'emailAddress': 'jinny.to@loreal.com',
     'phoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'modified': 1701159991795,
     'created': 1618579043,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 581714079,
     'invitorUserId': 583215149,
     'displayName': 'Howard Yang',
     'userName': 'howardy@netflix.com',
     'emailAddress': 'howardy@netflix.com',
     'accepted': False,
     'userType': 'USER',
     'title': 'Manager,  Marketing and IP Legal Operations,  Tools,  and Workflows',
     'modified': 1683047106000,
     'created': 1683047106,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 581759206,
     'invitorUserId': 617808774,
     'displayName': 'Nagendra Hegde',
     'userName': 'hegde.na@northeastern.edu',
     'emailAddress': 'hegde.na@northeastern.edu',
     'phoneNumber': '8573968127',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712861638674,
     'created': 1712029469,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 582688310,
     'invitorUserId': 1893952720,
     'displayName': 'fz_Owner7@fz.com',
     'userName': 'Owner7@fz.com',
     'emailAddress': 'Owner7@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869289459,
     'created': 1704258434,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '7',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 583215149,
     'invitorUserId': 617808774,
     'displayName': 'John Jarnagin',
     'department': 'Domo Customer EX Group',
     'userName': 'John.Jarnagin@domo.com',
     'emailAddress': 'John.Jarnagin@domo.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': 'Sr. Customer Experience Eng.',
     'timeZone': 'America/Mexico_City',
     'hireDate': 1680757200000,
     'modified': 1699279373000,
     'created': 1675118878,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'employeeLocation': 'Dallas, TX',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Dallas, TX',
     'active': True},
    {'id': 584275890,
     'invitorUserId': 583215149,
     'displayName': 'Jason Lee',
     'userName': 'jason.lee@medius.com',
     'emailAddress': 'jason.lee@medius.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697472989525,
     'created': 1694121849,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 584997384,
     'invitorUserId': 583215149,
     'displayName': 'Sandra Quintana-Vargas',
     'userName': 'squintanavargas@ups.com',
     'emailAddress': 'squintanavargas@ups.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694202397483,
     'created': 1694121858,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 585823160,
     'invitorUserId': 1893952720,
     'displayName': 'Piotr Barszcz',
     'userName': 'piotr.barszcz@lingarogroup.com',
     'emailAddress': 'piotr.barszcz@lingarogroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579044000,
     'created': 1618579044,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 586496271,
     'invitorUserId': 583215149,
     'displayName': 'Megan Fortenberry',
     'userName': 'mfortenberry@rwilogistics.com',
     'emailAddress': 'mfortenberry@rwilogistics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690906623917,
     'created': 1690382274,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 587073592,
     'invitorUserId': 583215149,
     'displayName': 'Mallory Jones',
     'userName': 'mallory@utahtrust.gov',
     'emailAddress': 'mallory@utahtrust.gov',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698428171673,
     'created': 1697054743,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 587084188,
     'invitorUserId': 1893952720,
     'displayName': "Zena O'Brien",
     'userName': 'zena.obrien@green-park.co.uk',
     'emailAddress': 'zena.obrien@green-park.co.uk',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619698403710,
     'created': 1618579066,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 587894148,
     'invitorUserId': 1575177145,
     'displayName': 'Bryan Van Kampen',
     'department': 'BT Partners',
     'userName': 'BVanKampen@btpartners.com',
     'emailAddress': 'bryan@bvankampen.net',
     'phoneNumber': '6304647034',
     'accepted': True,
     'userType': 'USER',
     'title': 'Executive Analytics',
     'hireDate': 1588827600000,
     'modified': 1717172707017,
     'created': 1588874267,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 590129555,
     'invitorUserId': 617808774,
     'displayName': 'Matthew Nistler',
     'userName': 'MNistler@WSGC.com',
     'emailAddress': 'MNistler@WSGC.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1670532443964,
     'created': 1655925747,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 591544865,
     'invitorUserId': 1893952720,
     'displayName': 'myo thant',
     'userName': 'myo.thant@informa.com',
     'emailAddress': 'myo.thant@informa.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511978000,
     'created': 1619511977,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 596117551,
     'invitorUserId': 1893952720,
     'displayName': 'Alphons Peter',
     'userName': 'alphons.peter@audibene.de',
     'emailAddress': 'alphons.peter@audibene.de',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579034000,
     'created': 1618579033,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 598311345,
     'invitorUserId': 583215149,
     'displayName': 'Trace Fieseler',
     'userName': 'tracef@cirsa.org',
     'emailAddress': 'tracef@cirsa.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691675862958,
     'created': 1690382278,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 59978761,
     'invitorUserId': 1204317927,
     'displayName': 'Josh Bethers',
     'userName': 'jbethers@ehub.com',
     'emailAddress': 'jbethers@ehub.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1678219880000,
     'created': 1677627645,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 601874628,
     'invitorUserId': 583215149,
     'displayName': 'Joan Gonzalez',
     'userName': 'jgonzalez@unitedwayhouston.org',
     'emailAddress': 'jgonzalez@unitedwayhouston.org',
     'phoneNumber': '713-685-2466',
     'accepted': True,
     'userType': 'USER',
     'modified': 1689170781418,
     'created': 1686078182,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 602535063,
     'invitorUserId': 583215149,
     'displayName': 'Raveen Sharma',
     'userName': 'raveen.sharma@khoros.com',
     'emailAddress': 'raveen.sharma@khoros.com',
     'phoneNumber': '7405444113',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686155366000,
     'created': 1686001024,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 603745660,
     'invitorUserId': 617808774,
     'displayName': 'Kevin Keum',
     'userName': 'kevin.keum@ext.teladochealth.com',
     'emailAddress': 'kevin.keum@ext.teladochealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686154554249,
     'created': 1686154465,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 610286698,
     'invitorUserId': 583215149,
     'displayName': 'Valentina Tapia',
     'userName': 'valentina.tapia@frankandoak.com',
     'emailAddress': 'valentina.tapia@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700067759649,
     'created': 1698668815,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 611290261,
     'invitorUserId': 583215149,
     'displayName': 'Luc Leszczynski',
     'userName': 'Leszczynski.Luc@basco.com',
     'emailAddress': 'Leszczynski.Luc@basco.com',
     'phoneNumber': '4142595333',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699376902598,
     'created': 1698948074,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 612085674,
     'invitorUserId': 1893952720,
     'displayName': 'Oleksii Zakrevskyi',
     'userName': 'zakrevskyi@gmail.com',
     'emailAddress': 'zakrevskyi@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1712697204755,
     'created': 1618579027,
     'roleId': 810756122,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 613520555,
     'invitorUserId': 1893952720,
     'displayName': 'Erica Brown',
     'userName': 'erica.brown@bluemoondigital.co',
     'emailAddress': 'erica.brown@bluemoondigital.co',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619620975531,
     'created': 1619511954,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 615071860,
     'invitorUserId': 1510087228,
     'displayName': 'Sarah Jackson',
     'userName': 'sarahfjackson@yahoo.com',
     'emailAddress': 'sarahfjackson@yahoo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1724439921264,
     'created': 1724439921,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 61634052,
     'invitorUserId': 1833256765,
     'displayName': 'Shane Wright',
     'userName': 'shane.wright@domo.com',
     'emailAddress': 'shane.wright@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1668448684870,
     'created': 1668445772,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 617808774,
     'invitorUserId': 587894148,
     'displayName': 'Richard Carey',
     'userName': 'Richard.Carey@domo.com',
     'emailAddress': 'richard@bcamp.dev',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701736639781,
     'created': 1631899229,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 619912544,
     'invitorUserId': 68216396,
     'displayName': 'Mike Binder',
     'userName': 'mbinder.mail@gmail.com',
     'emailAddress': 'mbinder.mail@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1667511003754,
     'created': 1667510971,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 622836461,
     'invitorUserId': 514559307,
     'displayName': 'Leighton Linton',
     'userName': 'llinton@wsgc.com',
     'emailAddress': 'llinton@wsgc.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1678230821811,
     'created': 1678230821,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 627335536,
     'invitorUserId': 617808774,
     'displayName': 'Elaine Ton',
     'userName': 'ETon1@wsgc.com',
     'emailAddress': 'ETon1@wsgc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681842608017,
     'created': 1655925772,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 633353628,
     'invitorUserId': 583215149,
     'displayName': 'Connie Leeper',
     'userName': 'connie.leeper@gocanvas.com',
     'emailAddress': 'connie.leeper@gocanvas.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1692853025709,
     'created': 1690382305,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 636595238,
     'invitorUserId': 1893952720,
     'displayName': 'Mark Snodgrass',
     'userName': 'msnodgrass@nlcmutual.co',
     'emailAddress': 'msnodgrass@nlcmutual.co',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618299288000,
     'created': 1618299287,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 637761742,
     'invitorUserId': 416285069,
     'displayName': 'Tharindu Ranathunge',
     'userName': 'tharindu@visionwrights.com',
     'emailAddress': 'tharindu@visionwrights.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1682358750041,
     'created': 1673366830,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 642610950,
     'invitorUserId': 514559307,
     'displayName': 'Farhan Farooq',
     'userName': 'fkaka@wsgc.com',
     'emailAddress': 'fkaka@wsgc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680720016843,
     'created': 1678229827,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 643568185,
     'invitorUserId': 587894148,
     'displayName': 'cmaddocks@omniadvertising.com',
     'userName': 'cmaddocks@omniadvertising.com',
     'emailAddress': 'cmaddocks@omniadvertising.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705948164777,
     'created': 1705939398,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 644099959,
     'invitorUserId': 1893952720,
     'displayName': 'Dalton Brennan',
     'userName': 'dalton.brennan@nccgroup.com',
     'emailAddress': 'dalton.brennan@nccgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511965000,
     'created': 1619511964,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 644655602,
     'invitorUserId': 316139172,
     'displayName': 'Griffin Dassatti',
     'userName': 'griffin.dassatti@domo.com',
     'emailAddress': 'griffin.dassatti@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1662503949,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 644731313,
     'invitorUserId': 958797472,
     'displayName': 'Sophia Lind',
     'userName': 'sophia.lind@domo.com',
     'emailAddress': 'sophia.lind@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701289222018,
     'created': 1686077804,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 645070475,
     'invitorUserId': 587894148,
     'displayName': 'jimmykglenn@gmail.com',
     'userName': 'jimmykglenn@gmail.com',
     'emailAddress': 'jimmykglenn@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1655916280332,
     'created': 1620396618,
     'role': 'Participant',
     'roleId': 4,
     'rights': 1,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 648539990,
     'invitorUserId': 583215149,
     'displayName': 'Jeremy Gregory',
     'userName': 'jg@adminformatics.com',
     'emailAddress': 'jg@adminformatics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686154611394,
     'created': 1686001010,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 648662760,
     'invitorUserId': 1783864164,
     'displayName': 'Craig Pozen',
     'userName': 'cpozen@72sold.com',
     'emailAddress': 'cpozen@72sold.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1698933940944,
     'created': 1698933940,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 649052436,
     'invitorUserId': 587894148,
     'displayName': 'nickg@heartlandhsc.com',
     'userName': 'nickg@heartlandhsc.com',
     'emailAddress': 'nickg@heartlandhsc.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1673637656666,
     'created': 1673637498,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 649874100,
     'invitorUserId': 148885605,
     'displayName': 'Deepa Athirathinam',
     'userName': 'deepa.athirathinam@sagesure.com',
     'emailAddress': 'deepa.athirathinam@sagesure.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686328561484,
     'created': 1686328561,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 653267187,
     'invitorUserId': 583215149,
     'displayName': 'Freddie Goddard',
     'userName': 'freddie.goddard@domo.com',
     'emailAddress': 'freddie.goddard@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698160909546,
     'created': 1681498609,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 655762077,
     'invitorUserId': 583215149,
     'displayName': 'Adam Strizzi',
     'userName': 'adam.strizzi@1naturalway.com',
     'emailAddress': 'adam.strizzi@1naturalway.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699377433701,
     'created': 1698948082,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 657447270,
     'invitorUserId': 1893952720,
     'displayName': 'Armand Anloague',
     'userName': 'ArmandAnloague@segrocers.com',
     'emailAddress': 'ArmandAnloague@segrocers.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665158293154,
     'created': 1618579102,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 657636287,
     'invitorUserId': 958086679,
     'displayName': 'Charles Barkley',
     'userName': 'nate.bear+6@sony.com',
     'emailAddress': 'nate.bear+6@sony.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1713285631425,
     'created': 1713285631,
     'role': 'Participant',
     'roleId': 4,
     'rights': 1,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 658147723,
     'invitorUserId': 1783864164,
     'displayName': 'Grant Stowell',
     'userName': 'grant.stowell@domo.com',
     'emailAddress': 'grant.stowell@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1706311626559,
     'created': 1706032033,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 658984547,
     'invitorUserId': 148885605,
     'displayName': 'Michaela Loesch',
     'userName': 'michaela.loesch@sagesure.com',
     'emailAddress': 'michaela.loesch@sagesure.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1686328265738,
     'created': 1686328265,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 662594027,
     'invitorUserId': 587894148,
     'displayName': 'matt.welykholowa@cornerstonecu.com',
     'userName': 'matt.welykholowa@cornerstonecu.com',
     'emailAddress': 'matt.welykholowa@cornerstonecu.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698096477150,
     'created': 1697816477,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 663516735,
     'invitorUserId': 1893952720,
     'displayName': 'test 3',
     'userName': 'test4@test.com',
     'emailAddress': 'test33@test.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1721847564334,
     'created': 1679007751,
     'roleId': 810756122,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 664474247,
     'invitorUserId': 1893952720,
     'displayName': 'Nuno Matias',
     'userName': 'nunomatias.everis@edp.com',
     'emailAddress': 'nunomatias.everis@edp.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619019064061,
     'created': 1618579062,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 665351193,
     'invitorUserId': 617808774,
     'displayName': 'Hira Ayub',
     'userName': 'hayub@tstelemed.com',
     'emailAddress': 'hayub@tstelemed.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1656006062000,
     'created': 1655925473,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 66939805,
     'invitorUserId': 587894148,
     'displayName': 'Peter Ferko (HES)',
     'userName': 'pferko@hes.edu.au',
     'emailAddress': 'pferko@hes.edu.au',
     'phoneNumber': '+61 417 321 454',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'Australia/Melbourne',
     'modified': 1679524868000,
     'created': 1679523532,
     'roleId': 2097317660,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 671208405,
     'invitorUserId': 583215149,
     'displayName': 'Lindsey Gill',
     'userName': 'lindsey.gill@razorfish.com',
     'emailAddress': 'lindsey.gill@razorfish.com',
     'phoneNumber': '-',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683737322172,
     'created': 1683047102,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 672481709,
     'invitorUserId': 1893952720,
     'displayName': 'Maxime Rousseau',
     'userName': 'maxime.rousseau@loreal.com',
     'emailAddress': 'maxime.rousseau@loreal.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511940000,
     'created': 1619511939,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 672705975,
     'invitorUserId': 1893952720,
     'displayName': 'Alexander Thach',
     'userName': 'alexander.thach@caemilusa.com',
     'emailAddress': 'alexander.thach@caemilusa.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579082000,
     'created': 1618579081,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 673226314,
     'invitorUserId': 583215149,
     'displayName': 'Amanda Ortiz-Fraga',
     'userName': 'aortizfraga@netflix.com',
     'emailAddress': 'aortizfraga@netflix.com',
     'accepted': False,
     'userType': 'USER',
     'title': 'LegalOps Analyst',
     'modified': 1683047107000,
     'created': 1683047106,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 67322960,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager3@fz.com',
     'userName': 'RestaurantManager3@fz.com',
     'emailAddress': 'RestaurantManager3@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869264719,
     'created': 1704259969,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '3',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 674419397,
     'invitorUserId': 583215149,
     'displayName': 'Enrique Puig',
     'userName': 'enriquepuig@segrocers.com',
     'emailAddress': 'enriquepuig@segrocers.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683199652601,
     'created': 1680551161,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 67539566,
     'invitorUserId': 617808774,
     'displayName': 'Jessica Calise',
     'userName': 'Jessica.calise@conduent.com',
     'emailAddress': 'Jessica.calise@conduent.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686155596350,
     'created': 1686155376,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 675718858,
     'invitorUserId': 1783864164,
     'displayName': 'Sierra Wise',
     'userName': 'sierra.wise@domo.com',
     'emailAddress': 'sierra.wise@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1717773773690,
     'created': 1701450457,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 67964024,
     'invitorUserId': 583215149,
     'displayName': 'Eleana Martinez',
     'userName': 'Eleana.Martinez@aenetworks.com',
     'emailAddress': 'Eleana.Martinez@aenetworks.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1680551163594,
     'created': 1680551163,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 680266860,
     'invitorUserId': 1893952720,
     'displayName': 'Murnane Caroline',
     'userName': 'caroline.murnane@worldrugby.org',
     'emailAddress': 'caroline.murnane@worldrugby.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579041000,
     'created': 1618579040,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 68216396,
     'invitorUserId': 1893952720,
     'displayName': 'Elliott Leonard',
     'department': 'Owner',
     'userName': 'egleonard88@gmail.com',
     'emailAddress': 'egleonard88@gmail.com',
     'phoneNumber': '9702198956',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711574994000,
     'created': 1628021576,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 684068578,
     'invitorUserId': 583215149,
     'displayName': 'Serra Erkal',
     'userName': 'serra.erkal@frankandoak.com',
     'emailAddress': 'serra.erkal@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699886076021,
     'created': 1698668812,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 68838362,
     'invitorUserId': 1893952720,
     'displayName': 'Joseph Miscavige',
     'userName': 'jamiscavige@pbs.org',
     'emailAddress': 'jamiscavige@pbs.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579029000,
     'created': 1618579028,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 688516957,
     'invitorUserId': 617808774,
     'displayName': 'Nick Heath',
     'userName': 'nick.heath@morecommerce.com',
     'emailAddress': 'nick.heath@morecommerce.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1655927659693,
     'created': 1655925688,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 690489141,
     'invitorUserId': 694942127,
     'displayName': 'Samuel Robinson',
     'userName': 'samuel.robinson@domo.com',
     'emailAddress': 'samuel.robinson@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1670366689491,
     'created': 1664398510,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 691306239,
     'invitorUserId': 583215149,
     'displayName': 'Jessica Bennett',
     'userName': 'jessica.bennett@elevancehealth.com',
     'emailAddress': 'jessica.bennett@elevancehealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700505002204,
     'created': 1683146664,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 693114402,
     'invitorUserId': 583215149,
     'displayName': 'Joe Strong',
     'userName': 'strongjp.jps@gmail.com',
     'emailAddress': 'strongjp.jps@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699979589372,
     'created': 1697054736,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 693711905,
     'invitorUserId': 1893952720,
     'displayName': 'mschwarzbart',
     'userName': 'mschwarzbart@highpoint-associates.com',
     'emailAddress': 'mschwarzbart@highpoint-associates.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1626814164675,
     'created': 1626812890,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 693722501,
     'invitorUserId': 587894148,
     'displayName': 'Sharon Clark',
     'userName': 'sclark@realestateone.com',
     'emailAddress': 'sclark@realestateone.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1589558885612,
     'created': 1588960527,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 694066152,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager13@fz.com',
     'userName': 'RestaurantManager13@fz.com',
     'emailAddress': 'RestaurantManager13@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869326654,
     'created': 1704259971,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '13',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 694942127,
     'invitorUserId': 617808774,
     'displayName': 'Chris Wright',
     'userName': 'Chris.Wright@domo.com',
     'emailAddress': 'Chris.Wright@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1704931666934,
     'created': 1660858240,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 696468809,
     'invitorUserId': 1893952720,
     'displayName': 'Abish Srinath',
     'userName': 'abish.srinath@domo.com',
     'emailAddress': 'abish.srinath@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618579103,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 699075231,
     'invitorUserId': 587894148,
     'displayName': 'Mark Snodgrass',
     'userName': 'msnodgrass@nlcmutual.com',
     'emailAddress': 'msnodgrass@nlcmutual.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1662561678000,
     'created': 1597422047,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 699130027,
     'invitorUserId': 1893952720,
     'displayName': 'akhil dhingra',
     'userName': 'akhildhingra@gmail.com',
     'emailAddress': 'akhildhingra@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579006000,
     'created': 1618579005,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 700853696,
     'invitorUserId': 55874022,
     'displayName': 'Pierre Grimaldi',
     'userName': 'pierre.grimaldi@rovemarketing.ca',
     'emailAddress': 'pierre.grimaldi@rovemarketing.ca',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699880782814,
     'created': 1676992724,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 710944950,
     'invitorUserId': 316139172,
     'displayName': 'Nikos Acuna',
     'userName': 'nikos.acuna@domo.com',
     'emailAddress': 'nikos.acuna@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1662503950,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 711202921,
     'invitorUserId': 1893952720,
     'displayName': 'Florian Napierala',
     'userName': 'florian.napierala2@loreal.com',
     'emailAddress': 'florian.napierala2@loreal.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511943000,
     'created': 1619511942,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 712775540,
     'invitorUserId': 958797472,
     'displayName': 'Libbey Miles',
     'userName': 'libbey.miles@domo.com',
     'emailAddress': 'libbey.miles@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686260336966,
     'created': 1686078120,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 716713486,
     'invitorUserId': 1077812516,
     'displayName': 'Tatyana Kendinian',
     'userName': 'Tatyana.Kendinian@consilio.com',
     'emailAddress': 'Tatyana.Kendinian@consilio.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1624564050610,
     'created': 1624564050,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 717021134,
     'invitorUserId': 583215149,
     'displayName': 'Erica Archer',
     'userName': 'erica.archer@razorfish.com',
     'emailAddress': 'erica.archer@razorfish.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681412230796,
     'created': 1680551169,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 719511661,
     'invitorUserId': 583215149,
     'displayName': 'Liam Scobey',
     'userName': 'liam.scobey@abbott.com',
     'emailAddress': 'liam.scobey@abbott.com',
     'accepted': True,
     'userType': 'USER',
     'timeZone': 'America/Chicago',
     'modified': 1686153022000,
     'created': 1686001027,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 722128535,
     'invitorUserId': 1893952720,
     'displayName': 'Miguel Guedes',
     'userName': 'Miguel.guedes@cgi.com',
     'emailAddress': 'Miguel.guedes@cgi.com',
     'phoneNumber': '+351913017621',
     'accepted': True,
     'userType': 'USER',
     'modified': 1630400070000,
     'created': 1619512009,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 733251642,
     'invitorUserId': 1893952720,
     'displayName': 'Julianna Renaud',
     'userName': 'julianna.renaud@bluemoondigital.co',
     'emailAddress': 'Julianna.renaud@paramount.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1685723155894,
     'created': 1618579039,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 739433261,
     'invitorUserId': 1893952720,
     'displayName': 'Nicole Fauss',
     'department': '',
     'userName': 'nicole.fauss@voya.ai',
     'emailAddress': 'nicole.fauss@voya.ai',
     'phoneNumber': '+491741657478',
     'accepted': True,
     'userType': 'USER',
     'title': 'Head of Finance and Business Intelligence',
     'modified': 1618845496750,
     'created': 1618579035,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 740627276,
     'invitorUserId': 1562222983,
     'displayName': 'Emmanuel Gillis-Harry',
     'userName': 'emmanuel.harry@vepcontractor.com',
     'emailAddress': 'emmanuel.harry@vepcontractor.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1675865634016,
     'created': 1675196084,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 742389268,
     'invitorUserId': 583215149,
     'displayName': 'Derek Sinclair',
     'userName': 'dsinclair@rwilogistics.com',
     'emailAddress': 'dsinclair@rwilogistics.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1705003565673,
     'created': 1690382301,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 74259340,
     'invitorUserId': 1893952720,
     'displayName': 'Miguel Vian',
     'userName': 'miguel.vian@touch.aero',
     'emailAddress': 'miguel.vian@touch.aero',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619611879144,
     'created': 1618579018,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 746999464,
     'invitorUserId': 1893952720,
     'displayName': 'test_and_delete',
     'userName': 'test26@test.com',
     'emailAddress': 'test26@test.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1680664879908,
     'created': 1680664879,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 747252728,
     'invitorUserId': 583215149,
     'displayName': 'Lisa Williams',
     'userName': 'lisa.williams2@elevancehealth.com',
     'emailAddress': 'lisa.williams2@elevancehealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701116216429,
     'created': 1683146619,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 749054906,
     'invitorUserId': 1893952720,
     'displayName': 'Dan Hendriksen',
     'userName': 'Dan.Hendriksen@domo.com',
     'emailAddress': 'Dan.Hendriksen@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1706733152154,
     'created': 1618299288,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 749848850,
     'invitorUserId': 416285069,
     'displayName': 'Grace Brockwell',
     'userName': 'grace@visionwrights.com',
     'emailAddress': 'grace@visionwrights.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1726502766420,
     'created': 1681154615,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 75055161,
     'invitorUserId': 2088255083,
     'displayName': 'Rob Staples',
     'userName': 'rob.staples@domo.com',
     'emailAddress': 'rob.staples@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1679694415369,
     'created': 1679694415,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 752937626,
     'invitorUserId': 1725780094,
     'displayName': 'Katie Kitchiner',
     'userName': 'katie.kitchiner@domo.com',
     'emailAddress': 'katie.kitchiner@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1701084200844,
     'created': 1701080419,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 754132743,
     'invitorUserId': 1893952720,
     'displayName': 'Jay Sethi',
     'userName': 'jay.sethi@roberthalf.com',
     'emailAddress': 'jay.sethi@roberthalf.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1621875843735,
     'created': 1618579095,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 756306366,
     'invitorUserId': 587894148,
     'displayName': 'Josh Stan',
     'userName': 'Joshua.stan@gmail.com',
     'emailAddress': 'Joshua.stan@gmail.com',
     'phoneNumber': '(234) 281-9188',
     'accepted': True,
     'userType': 'USER',
     'modified': 1591984390000,
     'created': 1588960527,
     'roleId': 2097317660,
     'employeeLocation': 'Dallas, TX',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Dallas, TX',
     'active': True},
    {'id': 758738079,
     'invitorUserId': 583215149,
     'displayName': 'Ella Browman',
     'userName': 'ella.browman@frankandoak.com',
     'emailAddress': 'ella.browman@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699892903707,
     'created': 1698668819,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 759792319,
     'invitorUserId': 583215149,
     'displayName': 'Anthony Aguirre',
     'userName': 'aaguirre@thisisoutcast.com',
     'emailAddress': 'aaguirre@thisisoutcast.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1694189137000,
     'created': 1694121843,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 760234499,
     'invitorUserId': 1893952720,
     'displayName': 'Afonso Borges',
     'userName': 'afonsosousaborges.everis@edp.com',
     'emailAddress': 'afonsosousaborges.everis@edp.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511961000,
     'created': 1619511961,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 760504801,
     'invitorUserId': 583215149,
     'displayName': 'Matthew Freihofner',
     'userName': 'matthew.freihofner@frankandoak.com',
     'emailAddress': 'matthew.freihofner@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'VP of Finance',
     'modified': 1699291211487,
     'created': 1698668817,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 760748705,
     'invitorUserId': 966365811,
     'displayName': 'ST Superman',
     'userName': 'sathomps@gmail.com',
     'emailAddress': 'sathomps@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1726450523953,
     'created': 1674659091,
     'roleId': 810756122,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 764526063,
     'invitorUserId': 617808774,
     'displayName': 'Chandra Galipelli',
     'userName': 'chandrasheker.galipelli@fmr.com',
     'emailAddress': 'chandrasheker.galipelli@fmr.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665418912854,
     'created': 1665418912,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 768155343,
     'invitorUserId': 583215149,
     'displayName': 'Cynthia Curtis',
     'userName': 'CCurtis@ameritfleet.com',
     'emailAddress': 'CCurtis@ameritfleet.com',
     'phoneNumber': '000-000-0000',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699367244279,
     'created': 1698948085,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 768786511,
     'invitorUserId': 1893952720,
     'displayName': 'Jamie Morrison',
     'userName': 'jamie.morrison@domo.com',
     'emailAddress': 'jamie.morrison@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618579097,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 769300939,
     'invitorUserId': 1893952720,
     'displayName': 'Rahul Yadav',
     'userName': 'rahul.yadav3@sony.com',
     'emailAddress': 'rahul.yadav3@sony.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618579735159,
     'created': 1618579095,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 771178686,
     'invitorUserId': 583215149,
     'displayName': 'Alexa Elliott',
     'userName': 'alexa.elliott@teasdalefoods.com',
     'emailAddress': 'alexa.elliott@teasdalefoods.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698336120305,
     'created': 1694121841,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 779241028,
     'invitorUserId': 583215149,
     'displayName': 'Jordan Coon',
     'userName': 'analytics@eyefulmedia.com',
     'emailAddress': 'analytics@eyefulmedia.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1695916429843,
     'created': 1694121842,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 782016589,
     'invitorUserId': 583215149,
     'displayName': 'Adrianne Spiker',
     'userName': 'aspiker@fscb.com',
     'emailAddress': 'aspiker@fscb.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687549127479,
     'created': 1686072102,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 783279259,
     'invitorUserId': 1893952720,
     'displayName': 'Jerek Justus',
     'userName': 'jerek.justus@bluemoondigital.co',
     'emailAddress': 'jerek.justus@bluemoondigital.co',
     'accepted': True,
     'userType': 'USER',
     'modified': 1618888597820,
     'created': 1618579052,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 783640861,
     'invitorUserId': 514559307,
     'displayName': 'Jianru Shi',
     'userName': 'jshi2@wsgc.com',
     'emailAddress': 'jshi2@wsgc.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1678230779534,
     'created': 1678230779,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 786500704,
     'invitorUserId': 1893952720,
     'displayName': 'Trang Nguyen',
     'userName': 'trang.nguyen@audibene.de',
     'emailAddress': 'trang.nguyen@audibene.de',
     'accepted': True,
     'userType': 'USER',
     'modified': 1625468114151,
     'created': 1618579045,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 787983063,
     'invitorUserId': 583215149,
     'displayName': 'Bolaji ',
     'userName': 'bolaji@ulula.com',
     'emailAddress': 'bolaji@ulula.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700153724144,
     'created': 1698948078,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 78899246,
     'invitorUserId': 587894148,
     'displayName': 'Danny Moon',
     'userName': 'danny.moon@laytonconstruction.com',
     'emailAddress': 'danny.moon@laytonconstruction.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'modified': 1720629140143,
     'created': 1701360506,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 794862702,
     'invitorUserId': 1893952720,
     'displayName': 'Claus Jungblut',
     'userName': 'claus.jungblut@returnonanalytics.de',
     'emailAddress': 'claus.jungblut@returnonanalytics.de',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619196668475,
     'created': 1618579025,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 795553497,
     'invitorUserId': 583215149,
     'displayName': 'Miles Herleikson',
     'userName': 'miles.herleikson@domo.com',
     'emailAddress': 'miles.herleikson@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699464213842,
     'created': 1693516395,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 796785200,
     'invitorUserId': 1893952720,
     'displayName': 'Guillermo Iriarte',
     'department': '',
     'userName': 'giriarte@hssstaffing.com',
     'emailAddress': 'giriarte@hssstaffing.com',
     'phoneNumber': '',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': 'BI Mgr',
     'modified': 1599842097000,
     'created': 1595007642,
     'roleId': 2097317660,
     'alternateEmail': '',
     'employeeLocation': 'Atlanta, GA',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': 'Atlanta, GA',
     'active': True},
    {'id': 797235532,
     'invitorUserId': 1893952720,
     'displayName': 'Teddy Murphy',
     'userName': 'Tmurphy@miagen.com',
     'emailAddress': 'Tmurphy@miagen.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699867025936,
     'created': 1618579029,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 798452601,
     'invitorUserId': 1893952720,
     'displayName': 'SARA RIBEIRO',
     'userName': 'SARA.LOPESRIBEIRO@EDP.COM',
     'emailAddress': 'SARA.LOPESRIBEIRO@EDP.COM',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579102000,
     'created': 1618579101,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 799381630,
     'invitorUserId': 583215149,
     'displayName': 'Lisa England ',
     'userName': 'lisaengland@iowaleague.org',
     'emailAddress': 'lisaengland@iowaleague.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1698163422209,
     'created': 1697054741,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 800249448,
     'invitorUserId': 583215149,
     'displayName': 'Prashant Bhandari',
     'userName': 'prashant.bhandari@a4media.com',
     'emailAddress': 'prashant.bhandari@a4media.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1718023901922,
     'created': 1683047097,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 802190437,
     'invitorUserId': 587894148,
     'displayName': 'Amanda Sidney',
     'userName': 'amanda.sidney@mastercard.com',
     'emailAddress': 'amanda.sidney@mastercard.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1658235271358,
     'created': 1657921438,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 803276497,
     'invitorUserId': 1950208331,
     'displayName': 'Sarah Collins',
     'userName': 'scollins3@lenovo.com',
     'emailAddress': 'scollins3@lenovo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1713190642207,
     'created': 1713190642,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 805381129,
     'invitorUserId': 694942127,
     'displayName': 'Jack Wang',
     'userName': 'jack.wang@domo.com',
     'emailAddress': 'jack.wang@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1674601990146,
     'created': 1662672929,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 805649835,
     'invitorUserId': 587894148,
     'displayName': 'Anna Yardley',
     'userName': 'Anna.Yardley@Domo.com',
     'emailAddress': 'Anna.Yardley@Domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1728491477363,
     'created': 1589560421,
     'role': 'Editor',
     'roleId': 3,
     'rights': 15,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 809528604,
     'invitorUserId': 583215149,
     'displayName': 'Megan Driver',
     'userName': 'megan.driver@frankandoak.com',
     'emailAddress': 'megan.driver@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699458910730,
     'created': 1698668809,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 809819287,
     'invitorUserId': 583215149,
     'displayName': 'Angie Thompson',
     'userName': 'angie.thompson@khoros.com',
     'emailAddress': 'angie.thompson@khoros.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1690383361000,
     'created': 1686001021,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 80994801,
     'invitorUserId': 1345408759,
     'displayName': 'Bill Ogier',
     'userName': 'bill@billobi.com',
     'emailAddress': 'bill@billobi.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1718050870768,
     'created': 1617203714,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 81274900,
     'invitorUserId': 1077812516,
     'displayName': 'Sean Flores',
     'userName': 'sean.flores@consilio.com',
     'emailAddress': 'sean.flores@consilio.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1624563973654,
     'created': 1624563973,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 812795977,
     'invitorUserId': 583215149,
     'displayName': 'Ethan Linscheid',
     'userName': 'ethan.linscheid@khoros.com',
     'emailAddress': 'ethan.linscheid@khoros.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690383364000,
     'created': 1690382289,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 813579940,
     'invitorUserId': 617808774,
     'displayName': 'Noelle',
     'userName': 'noellemcarey@gmail.com',
     'emailAddress': 'noellemcarey@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1693626995908,
     'created': 1693626995,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 814912330,
     'invitorUserId': 617808774,
     'displayName': 'Manda Li',
     'userName': 'manda.li8686@gmail.com',
     'emailAddress': 'manda.li8686@gmail.com',
     'phoneNumber': '3122419670',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713452348396,
     'created': 1712029463,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 815635231,
     'invitorUserId': 583215149,
     'displayName': 'Nitish Kolwankar',
     'userName': 'nitish.kolwankar@a4media.com',
     'emailAddress': 'nitish.kolwankar@a4media.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1680551172944,
     'created': 1680551172,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 815850078,
     'invitorUserId': 617808774,
     'displayName': 'Cody Smith',
     'userName': 'cody.smith@domo.com',
     'emailAddress': 'cody.smith@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665413585994,
     'created': 1664995858,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 817940218,
     'invitorUserId': 583215149,
     'displayName': 'Kirsten Siler',
     'userName': 'ksiler@ups.com',
     'emailAddress': 'ksiler@ups.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690383365000,
     'created': 1690382295,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 819002820,
     'invitorUserId': 68216396,
     'displayName': 'Jess Rice',
     'userName': 'jess.rice@ipghealth.com',
     'emailAddress': 'jess.rice@ipghealth.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699643721000,
     'created': 1699641380,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 819498402,
     'invitorUserId': 316139172,
     'displayName': 'Scott Hillman',
     'userName': 'scott.hillman@domo.com',
     'emailAddress': 'scott.hillman@domo.com',
     'phoneNumber': '4129150079',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1662503950,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 821071146,
     'invitorUserId': 1768567034,
     'displayName': 'Samuel Robertson',
     'userName': 'Samuel.Robertson@caemilusa.com',
     'emailAddress': 'Samuel.Robertson@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679704470407,
     'created': 1679493431,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 824918681,
     'invitorUserId': 583215149,
     'displayName': 'Tylor Walton',
     'userName': 'tylor.walton@domo.com',
     'emailAddress': 'tylor.walton@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1709332284452,
     'created': 1684422024,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 825167430,
     'invitorUserId': 583215149,
     'displayName': 'Nicole Lorentz',
     'userName': 'Nicole.Lorentz@Shopbotanist.com',
     'emailAddress': 'Nicole.Lorentz@Shopbotanist.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1691682824935,
     'created': 1690382275,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 826020125,
     'invitorUserId': 1345408759,
     'displayName': 'Ritwik',
     'userName': 'ritwik@woodpartners.com',
     'emailAddress': 'ritwik@woodpartners.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1677637735028,
     'created': 1597346548,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 827093373,
     'invitorUserId': 587894148,
     'displayName': 'Dean.Wangerin',
     'department': 'Target',
     'userName': 'Dean.Wangerin@target.com',
     'emailAddress': 'Dean.Wangerin@target.com',
     'phoneNumber': '5555555555',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': 'Data Analyst',
     'modified': 1617371589000,
     'created': 1610726895,
     'roleId': 2097317660,
     'alternateEmail': '',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True},
    {'id': 829419006,
     'invitorUserId': 1893952720,
     'displayName': 'FRANCO SPINELLI',
     'userName': 'franco_spinelli@idg.com',
     'emailAddress': 'franco_spinelli@idg.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579070000,
     'created': 1618579070,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 830455362,
     'invitorUserId': 1893952720,
     'displayName': 'Bartłomiej Zamorski',
     'userName': 'bartlomiej.zamorski@lingarogroup.com',
     'emailAddress': 'bartlomiej.zamorski@lingarogroup.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619160652581,
     'created': 1618579042,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 832377355,
     'invitorUserId': 2088255083,
     'displayName': 'Stephanie Butterbrodt',
     'userName': 'stephanie.butterbrodt@ejco.com',
     'emailAddress': 'stephanie.butterbrodt@ejco.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1679919140497,
     'created': 1679691400,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 834312894,
     'invitorUserId': 583215149,
     'displayName': 'Arthur Brissac',
     'userName': 'Arthur.brissac@averitaspharma.com',
     'emailAddress': 'Arthur.brissac@averitaspharma.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690383363000,
     'created': 1690382285,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 838842812,
     'invitorUserId': 1893952720,
     'displayName': 'test_pdp3@sony.com - via dl 2023-05-05',
     'userName': 'test_pdp3@sony.com',
     'emailAddress': 'test_pdp3@sony.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1683316280914,
     'created': 1683306574,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 840882002,
     'invitorUserId': 1893952720,
     'displayName': 'Larry Mullins',
     'userName': 'lmullins@selectenergyservices.com',
     'emailAddress': 'lmullins@selectenergyservices.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1627498686614,
     'created': 1618579105,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 841259393,
     'invitorUserId': 1768567034,
     'displayName': 'Réka Kecskés',
     'userName': 'reka.kecskes@cae.com',
     'emailAddress': 'reka.kecskes@cae.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680173051680,
     'created': 1677610868,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 841775414,
     'invitorUserId': 583215149,
     'displayName': 'Rolando Vargas',
     'userName': 'rvargas@kaufmanrossin.com',
     'emailAddress': 'rvargas@kaufmanrossin.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686232426236,
     'created': 1686001026,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 841832133,
     'invitorUserId': 1430590895,
     'displayName': 'Eileen Varghese',
     'userName': 'Eileen.Varghese@naproperties.com',
     'emailAddress': 'Eileen.Varghese@naproperties.com',
     'phoneNumber': '3378521770',
     'accepted': True,
     'userType': 'USER',
     'modified': 1685627451000,
     'created': 1685547047,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 843013871,
     'invitorUserId': 1345408759,
     'displayName': 'Joan Santos',
     'userName': 'jsantos@ctifoods.com',
     'emailAddress': 'jsantos@ctifoods.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1610562777037,
     'created': 1609433574,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 844044381,
     'invitorUserId': 583215149,
     'displayName': 'Katerina Rivera',
     'userName': 'Katerina.rivera@craftww.com',
     'emailAddress': 'Katerina.rivera@craftww.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714376399120,
     'created': 1696599911,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 847434386,
     'invitorUserId': 1893952720,
     'displayName': 'Jason Rice',
     'userName': 'jason.rice@bluemoondigital.co',
     'emailAddress': 'jason.rice@bluemoondigital.co',
     'accepted': True,
     'userType': 'USER',
     'modified': 1665157297021,
     'created': 1619511997,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 84809569,
     'invitorUserId': 1768567034,
     'displayName': 'Ryan Atkinson',
     'userName': 'ryan.atkinson@caemilusa.com',
     'emailAddress': 'ryan.atkinson@caemilusa.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1692279272269,
     'created': 1677701987,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 850834051,
     'invitorUserId': 1893952720,
     'displayName': 'Annu Tyagi',
     'userName': 'atyagi6@forddirect.com',
     'emailAddress': 'atyagi6@forddirect.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619511992000,
     'created': 1619511992,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 851160104,
     'invitorUserId': 1893952720,
     'displayName': 'Mariana Andrade',
     'userName': 'marianandradep95@gmail.com',
     'emailAddress': 'marianandradep95@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1619512634085,
     'created': 1619511962,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 852710651,
     'invitorUserId': 617808774,
     'displayName': 'Sushreeta Bohidar',
     'userName': 'sushreetarani.bohidar@gmail.com',
     'emailAddress': 'sushreetarani.bohidar@gmail.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1712029450000,
     'created': 1712029450,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 852724454,
     'invitorUserId': 587894148,
     'displayName': 'whiteyjonez@gmail.com',
     'userName': 'whiteyjonez@gmail.com',
     'emailAddress': 'whiteyjonez@gmail.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1724889247688,
     'created': 1723653888,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 854312022,
     'invitorUserId': 1893952720,
     'displayName': 'Andrew Dodds',
     'userName': 'acd@ugroup.co.uk',
     'emailAddress': 'acd@ugroup.co.uk',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512000000,
     'created': 1619511999,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 854404233,
     'invitorUserId': 617808774,
     'displayName': 'Hongwei Zha',
     'userName': 'hz2816@columbia.edu',
     'emailAddress': 'hz2816@columbia.edu',
     'phoneNumber': '2179912599',
     'accepted': True,
     'userType': 'USER',
     'modified': 1713314940194,
     'created': 1712029457,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 855053174,
     'invitorUserId': 583215149,
     'displayName': 'Clarke Holdaway',
     'userName': 'clarke.holdaway@khoros.com',
     'emailAddress': 'clarke.holdaway@khoros.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1690383362000,
     'created': 1690382275,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 85654293,
     'invitorUserId': 1893952720,
     'displayName': 'test_and_delete',
     'userName': 'test29@test.com',
     'emailAddress': 'dp24@test.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1711055143017,
     'created': 1695810562,
     'roleId': 2097317660,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 857242114,
     'invitorUserId': 1893952720,
     'displayName': 'fz_RestaurantManager11@fz.com',
     'userName': 'RestaurantManager11@fz.com',
     'emailAddress': 'RestaurantManager11@fz.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1729869314254,
     'created': 1704259971,
     'role': 'Social',
     'roleId': 5,
     'rights': 7,
     'employeeNumber': '11',
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 858278995,
     'invitorUserId': 514559307,
     'displayName': 'Anna O.',
     'userName': 'aotake@wsgc.com',
     'emailAddress': 'aotake@wsgc.com',
     'phoneNumber': '8083494935',
     'accepted': True,
     'userType': 'USER',
     'modified': 1666627174519,
     'created': 1666212766,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 86093101,
     'invitorUserId': 1893952720,
     'displayName': 'Michel Wieczorkiewicz',
     'userName': 'michel@clearinsight.fr',
     'emailAddress': 'michel@clearinsight.fr',
     'accepted': True,
     'userType': 'USER',
     'modified': 1624896218036,
     'created': 1618852039,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 861444808,
     'invitorUserId': 1893952720,
     'displayName': 'Simon Hayward',
     'userName': 'Simon.Hayward@domo.com',
     'emailAddress': 'Simon.Hayward@domo.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665166064000,
     'created': 1618299285,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 861491198,
     'invitorUserId': 1893952720,
     'displayName': 'Rosalina Costanza',
     'userName': 'Bloodylissa@hotmail.it',
     'emailAddress': 'Bloodylissa@hotmail.it',
     'accepted': False,
     'userType': 'USER',
     'modified': 1619512025000,
     'created': 1619512024,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 861713885,
     'invitorUserId': 587894148,
     'displayName': 'Bharathwajan Iyengar',
     'userName': 'biyengar@accordion.com',
     'emailAddress': 'biyengar@accordion.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1673640323327,
     'created': 1673637136,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 864473250,
     'invitorUserId': 1893952720,
     'displayName': 'Paweł Beker',
     'userName': 'pawel.beker@lingarogroup.com',
     'emailAddress': 'pawel.beker@lingarogroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579042000,
     'created': 1618579041,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 866842113,
     'invitorUserId': 583215149,
     'displayName': 'Bo Wu',
     'userName': 'bo.wu@td.com',
     'emailAddress': 'bo.wu@td.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1681757983014,
     'created': 1680551176,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 868405052,
     'invitorUserId': 694942127,
     'displayName': 'Hanna Romney',
     'userName': 'hannah.romney@domo.com',
     'emailAddress': 'hannah.romney@domo.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1687468993734,
     'created': 1687386970,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 869573315,
     'invitorUserId': 583215149,
     'displayName': 'Deven Cruikshank',
     'userName': 'devenc@onyxcorporation.net',
     'emailAddress': 'devenc@onyxcorporation.net',
     'accepted': True,
     'userType': 'USER',
     'modified': 1697798883114,
     'created': 1697054729,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 871004497,
     'invitorUserId': 583215149,
     'displayName': 'Cathy Huang',
     'userName': 'cathy.huang@reveraliving.com',
     'emailAddress': 'cathy.huang@reveraliving.com',
     'accepted': True,
     'userType': 'USER',
     'title': 'Analyst ',
     'modified': 1685027492349,
     'created': 1683047110,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 87294754,
     'invitorUserId': 1893952720,
     'displayName': 'Diogo Reis',
     'userName': 'diogo.reis@grupolusiaves.pt',
     'emailAddress': 'diogo.reis@grupolusiaves.pt',
     'accepted': True,
     'userType': 'USER',
     'modified': 1620744876431,
     'created': 1618579010,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 874450985,
     'invitorUserId': 617808774,
     'displayName': 'Abdul Khader',
     'userName': 'abdul.khader@conduent.com',
     'emailAddress': 'abdul.khader@conduent.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1686758594607,
     'created': 1686155522,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 876996390,
     'invitorUserId': 587894148,
     'displayName': 'Max Isley',
     'userName': 'max.isley@viacustomers.com',
     'emailAddress': 'max.isley@viacustomers.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1680116648519,
     'created': 1673545468,
     'roleId': 2097317660,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 877557862,
     'invitorUserId': 1893952720,
     'displayName': 'Robert Marx',
     'userName': 'robert.marx@returnonanalytics.de',
     'emailAddress': 'robert.marx@returnonanalytics.de',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579031000,
     'created': 1618579030,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 879217934,
     'invitorUserId': 617808774,
     'displayName': 'Justin Zaichkowsky',
     'userName': 'Justin.Zaichkowsky@fmr.com',
     'emailAddress': 'Justin.Zaichkowsky@fmr.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1665418897911,
     'created': 1665418897,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 879452672,
     'invitorUserId': 583215149,
     'displayName': 'Nate Jones',
     'userName': 'nate.jones@frankandoak.com',
     'emailAddress': 'nate.jones@frankandoak.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1699290793137,
     'created': 1698668811,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 885885801,
     'invitorUserId': 1893952720,
     'displayName': 'Whitney Kriengkrairut',
     'userName': 'wkrieng1@forddirect.com',
     'emailAddress': 'wkrieng1@forddirect.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579086000,
     'created': 1618579085,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 889914845,
     'invitorUserId': 617808774,
     'displayName': 'Emran AbedAljawad',
     'userName': 'emgab32@gmail.com',
     'emailAddress': 'emgab32@gmail.com',
     'phoneNumber': '00962796448263',
     'accepted': True,
     'userType': 'USER',
     'modified': 1714203257839,
     'created': 1712029468,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 890380826,
     'invitorUserId': 587894148,
     'displayName': 'Nathan Zeuch',
     'userName': 'NZeuch@BTPartners.com',
     'emailAddress': 'NZeuch@BTPartners.com',
     'accepted': True,
     'userType': 'USER',
     'modified': 1642013553721,
     'created': 1642012551,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 891261616,
     'invitorUserId': 583215149,
     'displayName': 'Adam Wennmacher',
     'userName': 'awennmache@impactlife.org',
     'emailAddress': 'awennmache@impactlife.org',
     'accepted': True,
     'userType': 'USER',
     'modified': 1700154130412,
     'created': 1698948076,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 892374137,
     'invitorUserId': 1783864164,
     'displayName': 'Jack McCrum',
     'userName': 'jack.mccrum@reveelgroup.com',
     'emailAddress': 'jack.mccrum@reveelgroup.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1723564101662,
     'created': 1723564101,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 892556762,
     'invitorUserId': 1893952720,
     'displayName': 'Anthony Downey',
     'userName': 'anthony.downey@worldrugby.org',
     'emailAddress': 'anthony.downey@worldrugby.org',
     'accepted': False,
     'userType': 'USER',
     'modified': 1618579033000,
     'created': 1618579032,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    {'id': 892715965,
     'invitorUserId': 1893952720,
     'displayName': 'Morgan Houston',
     'userName': 'morgan.houston@hourigan.group',
     'emailAddress': 'morgan.houston@hourigan.group',
     'phoneNumber': '8043818561',
     'accepted': True,
     'userType': 'USER',
     'modified': 1655918261927,
     'created': 1618579001,
     'role': 'Privileged',
     'roleId': 2,
     'rights': 31,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 894540685,
     'invitorUserId': 1893952720,
     'displayName': 'test2@test.com - via dl 2023-03-16',
     'userName': 'test2@test.com',
     'emailAddress': 'test2@test.com',
     'accepted': False,
     'userType': 'USER',
     'modified': 1717682537613,
     'created': 1679011012,
     'roleId': 1563101750,
     'anonymous': True,
     'systemUser': False,
     'pending': True,
     'active': True},
    ...],
   'creatorId': 2,
   'hidden': False,
   'default': True,
   'active': True},
  {'id': 1814479647,
   'name': 'Admin Test',
   'type': 'closed',
   'users': [{'id': 1893952720,
     'invitorUserId': 587894148,
     'displayName': 'Jae Wilson1',
     'department': 'Business Improvement',
     'userName': 'jae@onyxreporting.com',
     'emailAddress': 'jae@datacrew.space',
     'accepted': True,
     'userType': 'USER',
     'modified': 1729792381869,
     'created': 1588960518,
     'roleId': 810756122,
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'active': True},
    {'id': 55874022,
     'invitorUserId': 587894148,
     'displayName': 'Grant Smith',
     'department': '',
     'userName': 'grant_smith@sweetwater.com',
     'emailAddress': 'grantsmith@gmail.com',
     'phoneNumber': '0',
     'deskPhoneNumber': '',
     'accepted': True,
     'userType': 'USER',
     'title': '',
     'hireDate': 1618632000000,
     'modified': 1724793010361,
     'created': 1588960528,
     'role': 'Admin',
     'roleId': 1,
     'rights': 63,
     'alternateEmail': '',
     'employeeLocation': '',
     'anonymous': False,
     'systemUser': False,
     'pending': False,
     'location': '',
     'active': True}],
   'creatorId': 55874022,
   'description': '',
   'hidden': False,
   'default': False,
   'active': True}],
 'resource': {'id': '1316566624', 'type': 'page'},
 'totalUserCount': 1051,
 'explicitSharedUserCount': 1}

source

delete_writelock

 delete_writelock (auth:domolibrary.client.DomoAuth.DomoAuth,
                   layout_id:str, debug_api:bool=False,
                   session:httpx.AsyncClient=None,
                   debug_num_stacks_to_drop=1, parent_class:str=None)

source

put_writelock

 put_writelock (auth:domolibrary.client.DomoAuth.DomoAuth, layout_id:str,
                user_id:str, epoch_time:int, debug_api:bool=False,
                session:httpx.AsyncClient=None,
                debug_num_stacks_to_drop=1, parent_class:str=None)

source

update_page_layout

 update_page_layout (auth:domolibrary.client.DomoAuth.DomoAuth,
                     layout_id:str, body:dict, debug_api:bool=False,
                     debug_num_stacks_to_drop=1,
                     session:httpx.AsyncClient=None,
                     parent_class:str=None)

source

CRUD_Page_Error

 CRUD_Page_Error (res:domolibrary.client.ResponseGetData.ResponseGetData,
                  page_id=None, message=None)

base exception


source

add_page_owner

 add_page_owner (auth:domolibrary.client.DomoAuth.DomoAuth,
                 page_id_ls:List[int], group_id_ls:List[int]=None,
                 user_id_ls:List[int]=None, note:str='',
                 send_email:bool=False, session:httpx.AsyncClient=None,
                 debug_api:bool=False, debug_num_stacks_to_drop=1,
                 parent_class:str=None)

Sample Add page owner

user = (await auth.who_am_i()).response

(await add_page_owner(
    page_id_ls=[page_id], auth=auth, group_id_ls=[], user_id_ls= [user['id']]
)).response
''