From d9f3ab23d7db52416b15154a853847c3d0a5ba01 Mon Sep 17 00:00:00 2001 From: NiharDoshi99 <51595473+NiharDoshi99@users.noreply.github.com> Date: Mon, 26 Sep 2022 18:22:41 +0530 Subject: [PATCH] Fixed: SampleData Teams and teamTypes (#7682) --- .../examples/sample_data/teams/teams.json | 94 + .../examples/sample_data/users/users.json | 2910 +++++++++-------- .../metadata/ingestion/sink/metadata_rest.py | 2 +- .../ingestion/source/database/sample_data.py | 34 +- 4 files changed, 1633 insertions(+), 1407 deletions(-) create mode 100644 ingestion/examples/sample_data/teams/teams.json diff --git a/ingestion/examples/sample_data/teams/teams.json b/ingestion/examples/sample_data/teams/teams.json new file mode 100644 index 00000000000..8e5df6a1050 --- /dev/null +++ b/ingestion/examples/sample_data/teams/teams.json @@ -0,0 +1,94 @@ +{ + "teams": [ + { + "name": "Engineering", + "teamType": "BusinessUnit", + "parent": null, + "children": ["Infrastructure", "Applications", "Marketplace", "Payments"] + }, + { + "name": "Infrastructure", + "teamType": "BusinessUnit", + "parent": ["Engineering"], + "children": ["Compute", "Data","DevOps"] + }, + { + "name": "Compute", + "teamType": "Group", + "parent": ["Infrastructure"], + "children": null + }, + { + "name": "Data", + "teamType": "Group", + "parent": ["Infrastructure"], + "children": null + }, + { + "name": "DevOps", + "teamType": "Group", + "parent": ["Infrastructure"], + "children": null + }, + { + "name": "Applications", + "teamType": "Group", + "parent": ["Engineering"], + "children": null + }, + { + "name": "Marketplace", + "teamType": "Group", + "parent": ["Engineering"], + "children": null + }, + { + "name": "Payments", + "teamType": "Group", + "parent": ["Engineering"], + "children": null + }, + { + "name": "Finance", + "teamType":"BusinessUnit", + "parent": null, + "children": ["Marketing", "Sales", "Accounting"] + }, + { + "name": "Marketing", + "teamType": "Group", + "parent": ["Finance"], + "children": null + }, + { + "name": "Accounting", + "teamType": "Group", + "parent": ["Finance"], + "children": null + }, + { + "name": "Sales", + "teamType": "Group", + "parent": ["Finance"], + "children": null + }, + { + "name": "Legal", + "teamType": "BusinessUnit", + "parent": null, + "children": ["Merger & Acquisitions", "Legal Admin"] + }, + { + "name": "Merger & Acquisitions", + "teamType": "Group", + "parent": ["Legal"], + "children": null + }, + { + "name": "Legal Admin", + "teamType": "Group", + "parent": ["Legal"], + "children": null + } + ] +} \ No newline at end of file diff --git a/ingestion/examples/sample_data/users/users.json b/ingestion/examples/sample_data/users/users.json index 3190357d20a..1c8f10b6641 100644 --- a/ingestion/examples/sample_data/users/users.json +++ b/ingestion/examples/sample_data/users/users.json @@ -1,1405 +1,1507 @@ { - "users": [ - { - "name": "aaron_johnson0", - "displayName": "Aaron Johnson", - "version": 0.1, - "updatedAt": 1635220874191, - "updatedBy": "anonymous", - "email": "aaron_johnson0@gmail.com", - "href": "http://localhost:8585/api/v1/users/1284e09b-fb03-48f4-b689-fbf693943969", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "roles": ["DataSteward"], - "owns": [], - "follows": [] - }, - { - "name": "aaron_singh2", - "displayName": "Aaron Singh", - "version": 0.1, - "updatedAt": 1635220874198, - "updatedBy": "anonymous", - "email": "aaron_singh2@gmail.com", - "href": "http://localhost:8585/api/v1/users/b43c075f-4e0b-48aa-9789-7acc857670ff", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "aaron_warren5", - "displayName": "Aaron Warren", - "version": 0.1, - "updatedAt": 1635220873586, - "updatedBy": "anonymous", - "email": "aaron_warren5@gmail.com", - "href": "http://localhost:8585/api/v1/users/21e34b59-3850-4b30-a165-e3a95042e2b5", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "adam_matthews2", - "displayName": "Adam Matthews", - "version": 0.1, - "updatedAt": 1635220873796, - "updatedBy": "anonymous", - "email": "adam_matthews2@gmail.com", - "href": "http://localhost:8585/api/v1/users/0fa2136e-1227-454e-940c-fa2a7abd2e4d", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "adam_rodriguez9", - "displayName": "Adam Rodriguez", - "version": 0.1, - "updatedAt": 1635220872484, - "updatedBy": "anonymous", - "email": "adam_rodriguez9@gmail.com", - "href": "http://localhost:8585/api/v1/users/2326ad12-3aa1-406b-ad26-7794a7f8c3ed", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "alec_kane4", - "displayName": "Alec Kane", - "version": 0.1, - "updatedAt": 1635220872436, - "updatedBy": "anonymous", - "email": "alec_kane4@gmail.com", - "href": "http://localhost:8585/api/v1/users/dde9a8f5-e93a-459f-bdfe-d5e550ac6f99", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "alex_pollard9", - "displayName": "Alex Pollard", - "version": 0.1, - "updatedAt": 1635220872824, - "updatedBy": "anonymous", - "email": "alex_pollard9@gmail.com", - "href": "http://localhost:8585/api/v1/users/1382af5b-065d-485e-9d75-82b4bbd127f6", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "alexa_jordan3", - "displayName": "Alexa Jordan", - "version": 0.1, - "updatedAt": 1635220872603, - "updatedBy": "anonymous", - "email": "alexa_jordan3@gmail.com", - "href": "http://localhost:8585/api/v1/users/31bbc6a0-1af6-4151-a262-e142a1bf3faf", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "alexander_jackson5", - "displayName": "Alexander Jackson", - "version": 0.1, - "updatedAt": 1635220872591, - "updatedBy": "anonymous", - "email": "alexander_jackson5@gmail.com", - "href": "http://localhost:8585/api/v1/users/a4e241a8-b863-4ed2-beb8-990b714ff0b8", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "alexander_russell2", - "displayName": "Alexander Russell", - "version": 0.1, - "updatedAt": 1635220870923, - "updatedBy": "anonymous", - "email": "alexander_russell2@gmail.com", - "href": "http://localhost:8585/api/v1/users/804bc1bd-ab56-4506-bda9-2bef66a52de4", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "amanda_bullock6", - "displayName": "Amanda Bullock", - "version": 0.1, - "updatedAt": 1635220870440, - "updatedBy": "anonymous", - "email": "amanda_bullock6@gmail.com", - "href": "http://localhost:8585/api/v1/users/a8b3ae59-7058-4277-a84d-aedb9645d3d1", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "amanda_york8", - "displayName": "Amanda York", - "version": 0.1, - "updatedAt": 1635220873857, - "updatedBy": "anonymous", - "email": "amanda_york8@gmail.com", - "href": "http://localhost:8585/api/v1/users/203e49d8-fb91-4d71-be29-708659837dea", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "amber_green0", - "displayName": "Amber Green", - "version": 0.1, - "updatedAt": 1635220873234, - "updatedBy": "anonymous", - "email": "amber_green0@gmail.com", - "href": "http://localhost:8585/api/v1/users/796cc1f4-f9b9-4112-8cc4-830a295b592f", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "amy_stephens4", - "displayName": "Amy Stephens", - "version": 0.1, - "updatedAt": 1635220871803, - "updatedBy": "anonymous", - "email": "amy_stephens4@gmail.com", - "href": "http://localhost:8585/api/v1/users/3a028b06-2ac4-4593-8404-58b150fc7dcf", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "ana_mckay7", - "displayName": "Ana Mckay", - "version": 0.1, - "updatedAt": 1635220872662, - "updatedBy": "anonymous", - "email": "ana_mckay7@gmail.com", - "href": "http://localhost:8585/api/v1/users/8a8544d0-0b4b-42fd-8da9-0f1433d7a5ce", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "andrea_bartlett6", - "displayName": "Andrea Bartlett", - "version": 0.1, - "updatedAt": 1635220872790, - "updatedBy": "anonymous", - "email": "andrea_bartlett6@gmail.com", - "href": "http://localhost:8585/api/v1/users/d02150f6-ecba-4576-855e-9d3c20447485", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "andrea_reed7", - "displayName": "Andrea Reed", - "version": 0.1, - "updatedAt": 1635220874158, - "updatedBy": "anonymous", - "email": "andrea_reed7@gmail.com", - "href": "http://localhost:8585/api/v1/users/eb92a904-a983-44e3-9367-47bf55e93914", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "andrew_hernandez9", - "displayName": "Andrew Hernandez", - "version": 0.1, - "updatedAt": 1635220872350, - "updatedBy": "anonymous", - "email": "andrew_hernandez9@gmail.com", - "href": "http://localhost:8585/api/v1/users/941315fd-be69-4370-8de7-1338208cfc46", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "andrew_jackson3", - "displayName": "Andrew Jackson", - "version": 0.1, - "updatedAt": 1635220873420, - "updatedBy": "anonymous", - "email": "andrew_jackson3@gmail.com", - "href": "http://localhost:8585/api/v1/users/fd36804b-60c0-4917-a08d-a623455f1b5a", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "andrew_jennings3", - "displayName": "Andrew Jennings", - "version": 0.1, - "updatedAt": 1635220873149, - "updatedBy": "anonymous", - "email": "andrew_jennings3@gmail.com", - "href": "http://localhost:8585/api/v1/users/3910ba19-27ad-47d0-bafb-08f7c959c1a9", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "andrew_rivas3", - "displayName": "Andrew Rivas", - "version": 0.1, - "updatedAt": 1635220872420, - "updatedBy": "anonymous", - "email": "andrew_rivas3@gmail.com", - "href": "http://localhost:8585/api/v1/users/70c394bb-f9fc-4e0a-9b57-9d3dc33f948d", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "andrew_shelton6", - "displayName": "Andrew Shelton", - "version": 0.1, - "updatedAt": 1635220872207, - "updatedBy": "anonymous", - "email": "andrew_shelton6@gmail.com", - "href": "http://localhost:8585/api/v1/users/96fa00b8-2bf0-4f0f-939b-3f32c11aac05", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "andrew_short2", - "displayName": "Andrew Short", - "version": 0.1, - "updatedAt": 1635220870806, - "updatedBy": "anonymous", - "email": "andrew_short2@gmail.com", - "href": "http://localhost:8585/api/v1/users/1e7117d1-6495-4389-aec5-606f6ee5873d", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "angel_smith0", - "displayName": "Angel Smith", - "version": 0.1, - "updatedAt": 1635220870107, - "updatedBy": "anonymous", - "email": "angel_smith0@gmail.com", - "href": "http://localhost:8585/api/v1/users/621ce9a1-17f6-4fe3-9bea-7ce9c2c29b23", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "angela_kidd0", - "displayName": "Angela Kidd", - "version": 0.1, - "updatedAt": 1635220873021, - "updatedBy": "anonymous", - "email": "angela_kidd0@gmail.com", - "href": "http://localhost:8585/api/v1/users/2a2d20d7-9063-4a27-9a6f-6999e544f614", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "anna_parker9", - "displayName": "Anna Parker", - "version": 0.1, - "updatedAt": 1635220871140, - "updatedBy": "anonymous", - "email": "anna_parker9@gmail.com", - "href": "http://localhost:8585/api/v1/users/5b8fea6a-71a4-40bc-9993-453d76ee733c", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "anthony_wall4", - "displayName": "Anthony Wall", - "version": 0.1, - "updatedAt": 1635220871899, - "updatedBy": "anonymous", - "email": "anthony_wall4@gmail.com", - "href": "http://localhost:8585/api/v1/users/f2c5f8f9-999f-438f-94ca-bf985c3c6bf6", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "antonio_gallegos8", - "displayName": "Antonio Gallegos", - "version": 0.1, - "updatedAt": 1635220871403, - "updatedBy": "anonymous", - "email": "antonio_gallegos8@gmail.com", - "href": "http://localhost:8585/api/v1/users/bb4f4f61-cb43-4696-b6d9-943277e78adb", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "ariana_shannon3", - "displayName": "Ariana Shannon", - "version": 0.1, - "updatedAt": 1635220870844, - "updatedBy": "anonymous", - "email": "ariana_shannon3@gmail.com", - "href": "http://localhost:8585/api/v1/users/c8af6a0d-60d6-496b-b15e-a6120f10a2e7", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "arthur_butler5", - "displayName": "Arthur Butler", - "version": 0.1, - "updatedAt": 1635220872923, - "updatedBy": "anonymous", - "email": "arthur_butler5@gmail.com", - "href": "http://localhost:8585/api/v1/users/6e9b224b-a20b-4fde-bdb0-ba0518d84664", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "ashley_king5", - "displayName": "Ashley King", - "version": 0.1, - "updatedAt": 1635220872674, - "updatedBy": "anonymous", - "email": "ashley_king5@gmail.com", - "href": "http://localhost:8585/api/v1/users/2287faa4-6001-4c3e-af5a-8bfe41435232", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "ashley_sutton9", - "displayName": "Ashley Sutton", - "version": 0.1, - "updatedAt": 1635220874091, - "updatedBy": "anonymous", - "email": "ashley_sutton9@gmail.com", - "href": "http://localhost:8585/api/v1/users/ff2899af-8d78-4124-a861-581e2a9af6fd", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "ashley_wagner9", - "displayName": "Ashley Wagner", - "version": 0.1, - "updatedAt": 1635220873977, - "updatedBy": "anonymous", - "email": "ashley_wagner9@gmail.com", - "href": "http://localhost:8585/api/v1/users/9384d7bf-6721-402a-a839-76286620bc55", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "audrey_williams6", - "displayName": "Audrey Williams", - "version": 0.1, - "updatedAt": 1635220872968, - "updatedBy": "anonymous", - "email": "audrey_williams6@gmail.com", - "href": "http://localhost:8585/api/v1/users/8adcb9b9-f465-4a4d-9705-07b94d1fae68", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "autumn_wilcox7", - "displayName": "Autumn Wilcox", - "version": 0.1, - "updatedAt": 1635220873112, - "updatedBy": "anonymous", - "email": "autumn_wilcox7@gmail.com", - "href": "http://localhost:8585/api/v1/users/5b556849-aa36-40d3-8479-05e82b61c0cf", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "barbara_fox5", - "displayName": "Barbara Fox", - "version": 0.1, - "updatedAt": 1635220873928, - "updatedBy": "anonymous", - "email": "barbara_fox5@gmail.com", - "href": "http://localhost:8585/api/v1/users/46f94e69-7ddf-4176-8f9c-de129f6c6b49", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "barbara_gonzalez2", - "displayName": "Barbara Gonzalez", - "version": 0.1, - "updatedAt": 1635220871365, - "updatedBy": "anonymous", - "email": "barbara_gonzalez2@gmail.com", - "href": "http://localhost:8585/api/v1/users/396e11c2-c48c-4419-b336-1a460a790e84", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "barbara_lee0", - "displayName": "Barbara Lee", - "version": 0.1, - "updatedAt": 1635220874049, - "updatedBy": "anonymous", - "email": "barbara_lee0@gmail.com", - "href": "http://localhost:8585/api/v1/users/8584ac0c-6a27-4c95-85d3-7a8e752ebe9b", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "benjamin_dickerson8", - "displayName": "Benjamin Dickerson", - "version": 0.1, - "updatedAt": 1635220872273, - "updatedBy": "anonymous", - "email": "benjamin_dickerson8@gmail.com", - "href": "http://localhost:8585/api/v1/users/699e2d38-8a38-4918-b0b9-68ddc00699c6", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "benjamin_martinez5", - "displayName": "Benjamin Martinez", - "version": 0.1, - "updatedAt": 1635220870381, - "updatedBy": "anonymous", - "email": "benjamin_martinez5@gmail.com", - "href": "http://localhost:8585/api/v1/users/ad886fe7-335d-4ced-b22f-108312898f5c", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "bobby_johnson3", - "displayName": "Bobby Johnson", - "version": 0.1, - "updatedAt": 1635220872320, - "updatedBy": "anonymous", - "email": "bobby_johnson3@gmail.com", - "href": "http://localhost:8585/api/v1/users/59197c7a-45d6-4b36-aa61-038ce87089d6", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "bobby_wright7", - "displayName": "Bobby Wright", - "version": 0.1, - "updatedAt": 1635220870989, - "updatedBy": "anonymous", - "email": "bobby_wright7@gmail.com", - "href": "http://localhost:8585/api/v1/users/67d77df2-c7f0-48ae-a469-8bcc844c3f81", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "bradley_hernandez0", - "displayName": "Bradley Hernandez", - "version": 0.1, - "updatedAt": 1635220874245, - "updatedBy": "anonymous", - "email": "bradley_hernandez0@gmail.com", - "href": "http://localhost:8585/api/v1/users/7575f7c7-2021-45f8-a7dc-6fe76bedd28f", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "brandon_peterson0", - "displayName": "Brandon Peterson", - "version": 0.1, - "updatedAt": 1635220874103, - "updatedBy": "anonymous", - "email": "brandon_peterson0@gmail.com", - "href": "http://localhost:8585/api/v1/users/0685e4c3-4b7b-4b27-8904-4027df685e74", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "brandy_miller4", - "displayName": "Brandy Miller", - "version": 0.1, - "updatedAt": 1635220872870, - "updatedBy": "anonymous", - "email": "brandy_miller4@gmail.com", - "href": "http://localhost:8585/api/v1/users/3ffc39ae-0e51-4299-9239-bf143d7a4d37", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "brett_henry0", - "displayName": "Brett Henry", - "version": 0.1, - "updatedAt": 1635220871265, - "updatedBy": "anonymous", - "email": "brett_henry0@gmail.com", - "href": "http://localhost:8585/api/v1/users/a776f681-6934-4d26-a0fd-cdfb4db4d7e3", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "brian_bryan3", - "displayName": "Brian Bryan", - "version": 0.1, - "updatedAt": 1635220873279, - "updatedBy": "anonymous", - "email": "brian_bryan3@gmail.com", - "href": "http://localhost:8585/api/v1/users/c496a18a-89b0-4a66-98f4-0c4511ae930f", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "brian_dunlap9", - "displayName": "Brian Dunlap", - "version": 0.1, - "updatedAt": 1635220872936, - "updatedBy": "anonymous", - "email": "brian_dunlap9@gmail.com", - "href": "http://localhost:8585/api/v1/users/7d38e48a-eede-4320-84a1-5303c0955b07", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "brian_howell6", - "displayName": "Brian Howell", - "version": 0.1, - "updatedAt": 1635220871221, - "updatedBy": "anonymous", - "email": "brian_howell6@gmail.com", - "href": "http://localhost:8585/api/v1/users/cf636a15-edb0-4e12-a4c8-cd9b5ffcf9b0", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "brian_nelson1", - "displayName": "Brian Nelson", - "version": 0.1, - "updatedAt": 1635220873484, - "updatedBy": "anonymous", - "email": "brian_nelson1@gmail.com", - "href": "http://localhost:8585/api/v1/users/2030a1e7-1698-4e5f-a79f-0d58c1250c30", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "brian_smith7", - "displayName": "Brian Smith", - "version": 0.1, - "updatedAt": 1635220874227, - "updatedBy": "anonymous", - "email": "brian_smith7@gmail.com", - "href": "http://localhost:8585/api/v1/users/9df284ae-e5f4-4a93-bb40-36a9e3592378", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "brian_weaver7", - "displayName": "Brian Weaver", - "version": 0.1, - "updatedAt": 1635220873765, - "updatedBy": "anonymous", - "email": "brian_weaver7@gmail.com", - "href": "http://localhost:8585/api/v1/users/0591df39-226e-49e5-aec0-2df6d09d4796", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "brittany_garza4", - "displayName": "Brittany Garza", - "version": 0.1, - "updatedAt": 1635220873347, - "updatedBy": "anonymous", - "email": "brittany_garza4@gmail.com", - "href": "http://localhost:8585/api/v1/users/3da30606-547c-4b57-a6cd-3eb605fdd999", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "brittany_nelson5", - "displayName": "Brittany Nelson", - "version": 0.1, - "updatedAt": 1635220874055, - "updatedBy": "anonymous", - "email": "brittany_nelson5@gmail.com", - "href": "http://localhost:8585/api/v1/users/b4947a3d-31da-4b8d-9881-e10977a13b87", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "brittany_wilson6", - "displayName": "Brittany Wilson", - "version": 0.1, - "updatedAt": 1635220872244, - "updatedBy": "anonymous", - "email": "brittany_wilson6@gmail.com", - "href": "http://localhost:8585/api/v1/users/0c468e6b-5a9c-42c8-a0db-9b5fc38a515d", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "brittney_thomas3", - "displayName": "Brittney Thomas", - "version": 0.1, - "updatedAt": 1635220871539, - "updatedBy": "anonymous", - "email": "brittney_thomas3@gmail.com", - "href": "http://localhost:8585/api/v1/users/5cda05a6-e05b-40e9-86f1-8b48588c4fff", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "bryan_moreno6", - "displayName": "Bryan Moreno", - "version": 0.1, - "updatedAt": 1635220874217, - "updatedBy": "anonymous", - "email": "bryan_moreno6@gmail.com", - "href": "http://localhost:8585/api/v1/users/1d508fbf-588a-4397-89e8-9434cabb7494", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "caitlin_ewing5", - "displayName": "Caitlin Ewing", - "version": 0.1, - "updatedAt": 1635220871578, - "updatedBy": "anonymous", - "email": "caitlin_ewing5@gmail.com", - "href": "http://localhost:8585/api/v1/users/0105147a-4b0f-4543-a9f1-865d5fa409f7", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "caitlin_wilkins0", - "displayName": "Caitlin Wilkins", - "version": 0.1, - "updatedAt": 1635220871621, - "updatedBy": "anonymous", - "email": "caitlin_wilkins0@gmail.com", - "href": "http://localhost:8585/api/v1/users/9417d775-8d1a-4cb7-b8cd-c9aa3153a1bc", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "caleb_reyes5", - "displayName": "Caleb Reyes", - "version": 0.1, - "updatedAt": 1635220874030, - "updatedBy": "anonymous", - "email": "caleb_reyes5@gmail.com", - "href": "http://localhost:8585/api/v1/users/4831f727-f900-4ebb-951b-0041158e69bf", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "calvin_williams5", - "displayName": "Calvin Williams", - "version": 0.1, - "updatedAt": 1635220872742, - "updatedBy": "anonymous", - "email": "calvin_williams5@gmail.com", - "href": "http://localhost:8585/api/v1/users/45f71d13-8fed-471b-87e0-ca0677b08189", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "cameron_newman8", - "displayName": "Cameron Newman", - "version": 0.1, - "updatedAt": 1635220873783, - "updatedBy": "anonymous", - "email": "cameron_newman8@gmail.com", - "href": "http://localhost:8585/api/v1/users/34458bad-877f-4460-940f-a2d456bad19a", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "cameron_price1", - "displayName": "Cameron Price", - "version": 0.1, - "updatedAt": 1635220874239, - "updatedBy": "anonymous", - "email": "cameron_price1@gmail.com", - "href": "http://localhost:8585/api/v1/users/1ceecd84-5d5f-40dd-b752-5c63e59454d0", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "candice_taylor7", - "displayName": "Candice Taylor", - "version": 0.1, - "updatedAt": 1635220871050, - "updatedBy": "anonymous", - "email": "candice_taylor7@gmail.com", - "href": "http://localhost:8585/api/v1/users/b60f6baf-67fb-4e73-be54-73e9b9409a6c", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "carl_davis0", - "displayName": "Carl Davis", - "version": 0.1, - "updatedAt": 1635220872691, - "updatedBy": "anonymous", - "email": "carl_davis0@gmail.com", - "href": "http://localhost:8585/api/v1/users/7f1ab80d-614b-4c46-bac1-0e3313203cc9", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "carol_jones9", - "displayName": "Carol Jones", - "version": 0.1, - "updatedAt": 1635220872312, - "updatedBy": "anonymous", - "email": "carol_jones9@gmail.com", - "href": "http://localhost:8585/api/v1/users/aaf43c48-ee9c-4685-8dfc-394652f85089", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "carol_morgan5", - "displayName": "Carol Morgan", - "version": 0.1, - "updatedAt": 1635220871157, - "updatedBy": "anonymous", - "email": "carol_morgan5@gmail.com", - "href": "http://localhost:8585/api/v1/users/d7241f4e-9bec-4e44-87b2-69c7a03eb2c1", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "carol_wallace0", - "displayName": "Carol Wallace", - "version": 0.1, - "updatedAt": 1635220872148, - "updatedBy": "anonymous", - "email": "carol_wallace0@gmail.com", - "href": "http://localhost:8585/api/v1/users/5ded80ef-db2d-4b57-a20f-31e35d9a9a04", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "carol_wells1", - "displayName": "Carol Wells", - "version": 0.1, - "updatedAt": 1635220873551, - "updatedBy": "anonymous", - "email": "carol_wells1@gmail.com", - "href": "http://localhost:8585/api/v1/users/8dec19b0-2ea0-4d8b-9fbd-70e425dcff59", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "carolyn_davis7", - "displayName": "Carolyn Davis", - "version": 0.1, - "updatedAt": 1635220872237, - "updatedBy": "anonymous", - "email": "carolyn_davis7@gmail.com", - "href": "http://localhost:8585/api/v1/users/dde9d591-147c-4e87-a6d3-d519132eb5a4", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "carolyn_hill3", - "displayName": "Carolyn Hill", - "version": 0.1, - "updatedAt": 1635220872579, - "updatedBy": "anonymous", - "email": "carolyn_hill3@gmail.com", - "href": "http://localhost:8585/api/v1/users/60c8e46a-a553-43ed-a369-3408fb074d8c", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "carrie_deleon9", - "displayName": "Carrie Deleon", - "version": 0.1, - "updatedAt": 1635220871975, - "updatedBy": "anonymous", - "email": "carrie_deleon9@gmail.com", - "href": "http://localhost:8585/api/v1/users/7132325b-ef37-4407-8d85-044f723da8f2", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "casey_cortez1", - "displayName": "Casey Cortez", - "version": 0.1, - "updatedAt": 1635220870905, - "updatedBy": "anonymous", - "email": "casey_cortez1@gmail.com", - "href": "http://localhost:8585/api/v1/users/62e5e73d-c723-4204-b292-918721e773b2", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "chad_gould1", - "displayName": "Chad Gould", - "version": 0.1, - "updatedAt": 1635220874183, - "updatedBy": "anonymous", - "email": "chad_gould1@gmail.com", - "href": "http://localhost:8585/api/v1/users/9d1742cb-94c5-4045-87f1-1dae029811e8", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "charles_smith4", - "displayName": "Charles Smith", - "version": 0.1, - "updatedAt": 1635220872289, - "updatedBy": "anonymous", - "email": "charles_smith4@gmail.com", - "href": "http://localhost:8585/api/v1/users/cd4ecb06-fac3-4464-b923-c680bceec2ce", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "charles_wilson0", - "displayName": "Charles Wilson", - "version": 0.1, - "updatedAt": 1635220871104, - "updatedBy": "anonymous", - "email": "charles_wilson0@gmail.com", - "href": "http://localhost:8585/api/v1/users/9f1b26d9-ed38-4eb8-a9d5-30f43445ecd5", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "chelsea_luna2", - "displayName": "Chelsea Luna", - "version": 0.1, - "updatedAt": 1635220871701, - "updatedBy": "anonymous", - "email": "chelsea_luna2@gmail.com", - "href": "http://localhost:8585/api/v1/users/5ae2b70e-81e1-464e-b120-c4fc51b78042", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "cheryl_lopez5", - "displayName": "Cheryl Lopez", - "version": 0.1, - "updatedAt": 1635220872507, - "updatedBy": "anonymous", - "email": "cheryl_lopez5@gmail.com", - "href": "http://localhost:8585/api/v1/users/542c325c-c781-4e15-a4cf-fefaa2907922", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "chris_mata4", - "displayName": "Chris Mata", - "version": 0.1, - "updatedAt": 1635220870352, - "updatedBy": "anonymous", - "email": "chris_mata4@gmail.com", - "href": "http://localhost:8585/api/v1/users/92c1a4fe-7491-48d7-825e-e645b916371c", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "christine_day7", - "displayName": "Christine Day", - "version": 0.1, - "updatedAt": 1635220871768, - "updatedBy": "anonymous", - "email": "christine_day7@gmail.com", - "href": "http://localhost:8585/api/v1/users/d6d42951-6dcc-4891-a845-3b0c5861093c", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "christopher_campbell7", - "displayName": "Christopher Campbell", - "version": 0.1, - "updatedAt": 1635220871347, - "updatedBy": "anonymous", - "email": "christopher_campbell7@gmail.com", - "href": "http://localhost:8585/api/v1/users/44b70c16-2257-4055-afb7-f9941caeb3de", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "christopher_cole0", - "displayName": "Christopher Cole", - "version": 0.1, - "updatedAt": 1635220870062, - "updatedBy": "anonymous", - "email": "christopher_cole0@gmail.com", - "href": "http://localhost:8585/api/v1/users/098a1f08-be01-4269-917b-9898745983e1", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "christopher_garza8", - "displayName": "Christopher Garza", - "version": 0.1, - "updatedAt": 1635220873654, - "updatedBy": "anonymous", - "email": "christopher_garza8@gmail.com", - "href": "http://localhost:8585/api/v1/users/ab6f077a-a625-4b18-9ce7-727f23222e71", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "christopher_hayes0", - "displayName": "Christopher Hayes", - "version": 0.1, - "updatedAt": 1635220870866, - "updatedBy": "anonymous", - "email": "christopher_hayes0@gmail.com", - "href": "http://localhost:8585/api/v1/users/7858595c-ec53-44e4-b125-96c71c9b2262", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "christopher_hull3", - "displayName": "Christopher Hull", - "version": 0.1, - "updatedAt": 1635220872909, - "updatedBy": "anonymous", - "email": "christopher_hull3@gmail.com", - "href": "http://localhost:8585/api/v1/users/24e52f0e-b59e-45b8-9777-7987eab0a434", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "christopher_strickland5", - "displayName": "Christopher Strickland", - "version": 0.1, - "updatedAt": 1635220872459, - "updatedBy": "anonymous", - "email": "christopher_strickland5@gmail.com", - "href": "http://localhost:8585/api/v1/users/23859933-b2f6-47dc-839b-16d49e9dbe59", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "christopher_weaver0", - "displayName": "Christopher Weaver", - "version": 0.1, - "updatedAt": 1635220873257, - "updatedBy": "anonymous", - "email": "christopher_weaver0@gmail.com", - "href": "http://localhost:8585/api/v1/users/460c6b9c-c38b-4fd8-b80f-f6772f242ec4", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "cindy_santiago7", - "displayName": "Cindy Santiago", - "version": 0.1, - "updatedAt": 1635220872222, - "updatedBy": "anonymous", - "email": "cindy_santiago7@gmail.com", - "href": "http://localhost:8585/api/v1/users/8fc318b2-51ef-4fbf-83d8-41249aca12d8", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "cindy_tapia6", - "displayName": "Cindy Tapia", - "version": 0.1, - "updatedAt": 1635220873156, - "updatedBy": "anonymous", - "email": "cindy_tapia6@gmail.com", - "href": "http://localhost:8585/api/v1/users/b1e92ee1-87a3-44c5-805a-80c78610883a", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - }, - { - "name": "clinton_smith4", - "displayName": "Clinton Smith", - "version": 0.1, - "updatedAt": 1635220872855, - "updatedBy": "anonymous", - "email": "clinton_smith4@gmail.com", - "href": "http://localhost:8585/api/v1/users/cb6f252b-1463-48ff-a49d-90d3294f2464", - "timezone": "PST", - "isAdmin": false, - "teams": "Legal", - "owns": [], - "follows": [] - }, - { - "name": "cody_crawford2", - "displayName": "Cody Crawford", - "version": 0.1, - "updatedAt": 1635220874222, - "updatedBy": "anonymous", - "email": "cody_crawford2@gmail.com", - "href": "http://localhost:8585/api/v1/users/9f766a99-5c2f-428c-928f-6e70c4a42f2e", - "timezone": "PST", - "isAdmin": false, - "teams": "Marketplace", - "owns": [], - "follows": [] - }, - { - "name": "cole_bird3", - "displayName": "Cole Bird", - "version": 0.1, - "updatedAt": 1635220874210, - "updatedBy": "anonymous", - "email": "cole_bird3@gmail.com", - "href": "http://localhost:8585/api/v1/users/0e2a991d-801d-4f45-ac34-402fe06009d2", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "colin_ho2", - "displayName": "Colin Ho", - "version": 0.1, - "updatedAt": 1635220870738, - "updatedBy": "anonymous", - "email": "colin_ho2@gmail.com", - "href": "http://localhost:8585/api/v1/users/5cf4ed40-b17a-483d-84a1-ab7d30a749c4", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "connor_kelly9", - "displayName": "Connor Kelly", - "version": 0.1, - "updatedAt": 1635220873714, - "updatedBy": "anonymous", - "email": "connor_kelly9@gmail.com", - "href": "http://localhost:8585/api/v1/users/7136770b-dd5d-4dec-a129-7f47b6c6c210", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "corey_carson6", - "displayName": "Corey Carson", - "version": 0.1, - "updatedAt": 1635220874262, - "updatedBy": "anonymous", - "email": "corey_carson6@gmail.com", - "href": "http://localhost:8585/api/v1/users/98b922ca-6bd7-4e9d-b84e-f5c9a1a448a5", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "courtney_duncan1", - "displayName": "Courtney Duncan", - "version": 0.1, - "updatedAt": 1635220873739, - "updatedBy": "anonymous", - "email": "courtney_duncan1@gmail.com", - "href": "http://localhost:8585/api/v1/users/736c62f2-8ea4-4505-a3ce-9a368729f02a", - "timezone": "PST", - "isAdmin": false, - "teams": "Finance", - "owns": [], - "follows": [] - }, - { - "name": "craig_owens0", - "displayName": "Craig Owens", - "version": 0.1, - "updatedAt": 1635220871274, - "updatedBy": "anonymous", - "email": "craig_owens0@gmail.com", - "href": "http://localhost:8585/api/v1/users/b013600b-cca6-46e5-85f6-8091391ac404", - "timezone": "PST", - "isAdmin": false, - "teams": "Data_Platform", - "owns": [], - "follows": [] - }, - { - "name": "cristina_deleon7", - "displayName": "Cristina Deleon", - "version": 0.1, - "updatedAt": 1635220873452, - "updatedBy": "anonymous", - "email": "cristina_deleon7@gmail.com", - "href": "http://localhost:8585/api/v1/users/ac3a6a70-99b2-46f4-8ae1-2e124b7a6a40", - "timezone": "PST", - "isAdmin": false, - "teams": "Cloud_Infra", - "owns": [], - "follows": [] - }, - { - "name": "cynthia_meyer3", - "displayName": "Cynthia Meyer", - "version": 0.1, - "updatedAt": 1635220872782, - "updatedBy": "anonymous", - "email": "cynthia_meyer3@gmail.com", - "href": "http://localhost:8585/api/v1/users/709b52c6-8179-4bf1-954d-4e437f0b6902", - "timezone": "PST", - "isAdmin": false, - "teams": "Payments", - "owns": [], - "follows": [] - }, - { - "name": "cynthia_reynolds6", - "displayName": "Cynthia Reynolds", - "version": 0.1, - "updatedAt": 1635220872501, - "updatedBy": "anonymous", - "email": "cynthia_reynolds6@gmail.com", - "href": "http://localhost:8585/api/v1/users/99c54a29-4893-4706-b0ca-ae9f8c85a916", - "timezone": "PST", - "isAdmin": false, - "teams": "Customer_Support", - "owns": [], - "follows": [] - } - ] -} + "users": [ + { + "name": "aaron_johnson0", + "displayName": "Aaron Johnson", + "version": 0.1, + "updatedAt": 1635220874191, + "updatedBy": "anonymous", + "email": "aaron_johnson0@gmail.com", + "href": "http://localhost:8585/api/v1/users/1284e09b-fb03-48f4-b689-fbf693943969", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "roles": [ + "DataSteward" + ], + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "aaron_singh2", + "displayName": "Aaron Singh", + "version": 0.1, + "updatedAt": 1635220874198, + "updatedBy": "anonymous", + "email": "aaron_singh2@gmail.com", + "href": "http://localhost:8585/api/v1/users/b43c075f-4e0b-48aa-9789-7acc857670ff", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "aaron_warren5", + "displayName": "Aaron Warren", + "version": 0.1, + "updatedAt": 1635220873586, + "updatedBy": "anonymous", + "email": "aaron_warren5@gmail.com", + "href": "http://localhost:8585/api/v1/users/21e34b59-3850-4b30-a165-e3a95042e2b5", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "adam_matthews2", + "displayName": "Adam Matthews", + "version": 0.1, + "updatedAt": 1635220873796, + "updatedBy": "anonymous", + "email": "adam_matthews2@gmail.com", + "href": "http://localhost:8585/api/v1/users/0fa2136e-1227-454e-940c-fa2a7abd2e4d", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "adam_rodriguez9", + "displayName": "Adam Rodriguez", + "version": 0.1, + "updatedAt": 1635220872484, + "updatedBy": "anonymous", + "email": "adam_rodriguez9@gmail.com", + "href": "http://localhost:8585/api/v1/users/2326ad12-3aa1-406b-ad26-7794a7f8c3ed", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "alec_kane4", + "displayName": "Alec Kane", + "version": 0.1, + "updatedAt": 1635220872436, + "updatedBy": "anonymous", + "email": "alec_kane4@gmail.com", + "href": "http://localhost:8585/api/v1/users/dde9a8f5-e93a-459f-bdfe-d5e550ac6f99", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "alex_pollard9", + "displayName": "Alex Pollard", + "version": 0.1, + "updatedAt": 1635220872824, + "updatedBy": "anonymous", + "email": "alex_pollard9@gmail.com", + "href": "http://localhost:8585/api/v1/users/1382af5b-065d-485e-9d75-82b4bbd127f6", + "timezone": "PST", + "isAdmin": false, + "teams": "Merger & Acquisitions", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "alexa_jordan3", + "displayName": "Alexa Jordan", + "version": 0.1, + "updatedAt": 1635220872603, + "updatedBy": "anonymous", + "email": "alexa_jordan3@gmail.com", + "href": "http://localhost:8585/api/v1/users/31bbc6a0-1af6-4151-a262-e142a1bf3faf", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "alexander_jackson5", + "displayName": "Alexander Jackson", + "version": 0.1, + "updatedAt": 1635220872591, + "updatedBy": "anonymous", + "email": "alexander_jackson5@gmail.com", + "href": "http://localhost:8585/api/v1/users/a4e241a8-b863-4ed2-beb8-990b714ff0b8", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "alexander_russell2", + "displayName": "Alexander Russell", + "version": 0.1, + "updatedAt": 1635220870923, + "updatedBy": "anonymous", + "email": "alexander_russell2@gmail.com", + "href": "http://localhost:8585/api/v1/users/804bc1bd-ab56-4506-bda9-2bef66a52de4", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "amanda_bullock6", + "displayName": "Amanda Bullock", + "version": 0.1, + "updatedAt": 1635220870440, + "updatedBy": "anonymous", + "email": "amanda_bullock6@gmail.com", + "href": "http://localhost:8585/api/v1/users/a8b3ae59-7058-4277-a84d-aedb9645d3d1", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "amanda_york8", + "displayName": "Amanda York", + "version": 0.1, + "updatedAt": 1635220873857, + "updatedBy": "anonymous", + "email": "amanda_york8@gmail.com", + "href": "http://localhost:8585/api/v1/users/203e49d8-fb91-4d71-be29-708659837dea", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "amber_green0", + "displayName": "Amber Green", + "version": 0.1, + "updatedAt": 1635220873234, + "updatedBy": "anonymous", + "email": "amber_green0@gmail.com", + "href": "http://localhost:8585/api/v1/users/796cc1f4-f9b9-4112-8cc4-830a295b592f", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "amy_stephens4", + "displayName": "Amy Stephens", + "version": 0.1, + "updatedAt": 1635220871803, + "updatedBy": "anonymous", + "email": "amy_stephens4@gmail.com", + "href": "http://localhost:8585/api/v1/users/3a028b06-2ac4-4593-8404-58b150fc7dcf", + "timezone": "PST", + "isAdmin": false, + "teams": "Merger & Acquisitions", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "ana_mckay7", + "displayName": "Ana Mckay", + "version": 0.1, + "updatedAt": 1635220872662, + "updatedBy": "anonymous", + "email": "ana_mckay7@gmail.com", + "href": "http://localhost:8585/api/v1/users/8a8544d0-0b4b-42fd-8da9-0f1433d7a5ce", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "andrea_bartlett6", + "displayName": "Andrea Bartlett", + "version": 0.1, + "updatedAt": 1635220872790, + "updatedBy": "anonymous", + "email": "andrea_bartlett6@gmail.com", + "href": "http://localhost:8585/api/v1/users/d02150f6-ecba-4576-855e-9d3c20447485", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "andrea_reed7", + "displayName": "Andrea Reed", + "version": 0.1, + "updatedAt": 1635220874158, + "updatedBy": "anonymous", + "email": "andrea_reed7@gmail.com", + "href": "http://localhost:8585/api/v1/users/eb92a904-a983-44e3-9367-47bf55e93914", + "timezone": "PST", + "isAdmin": false, + "teams": "Compute", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "andrew_hernandez9", + "displayName": "Andrew Hernandez", + "version": 0.1, + "updatedAt": 1635220872350, + "updatedBy": "anonymous", + "email": "andrew_hernandez9@gmail.com", + "href": "http://localhost:8585/api/v1/users/941315fd-be69-4370-8de7-1338208cfc46", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "andrew_jackson3", + "displayName": "Andrew Jackson", + "version": 0.1, + "updatedAt": 1635220873420, + "updatedBy": "anonymous", + "email": "andrew_jackson3@gmail.com", + "href": "http://localhost:8585/api/v1/users/fd36804b-60c0-4917-a08d-a623455f1b5a", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "andrew_jennings3", + "displayName": "Andrew Jennings", + "version": 0.1, + "updatedAt": 1635220873149, + "updatedBy": "anonymous", + "email": "andrew_jennings3@gmail.com", + "href": "http://localhost:8585/api/v1/users/3910ba19-27ad-47d0-bafb-08f7c959c1a9", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "andrew_rivas3", + "displayName": "Andrew Rivas", + "version": 0.1, + "updatedAt": 1635220872420, + "updatedBy": "anonymous", + "email": "andrew_rivas3@gmail.com", + "href": "http://localhost:8585/api/v1/users/70c394bb-f9fc-4e0a-9b57-9d3dc33f948d", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "andrew_shelton6", + "displayName": "Andrew Shelton", + "version": 0.1, + "updatedAt": 1635220872207, + "updatedBy": "anonymous", + "email": "andrew_shelton6@gmail.com", + "href": "http://localhost:8585/api/v1/users/96fa00b8-2bf0-4f0f-939b-3f32c11aac05", + "timezone": "PST", + "isAdmin": false, + "teams": "Merger & Acquisitions", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "andrew_short2", + "displayName": "Andrew Short", + "version": 0.1, + "updatedAt": 1635220870806, + "updatedBy": "anonymous", + "email": "andrew_short2@gmail.com", + "href": "http://localhost:8585/api/v1/users/1e7117d1-6495-4389-aec5-606f6ee5873d", + "timezone": "PST", + "isAdmin": false, + "teams": "Merger & Acquisitions", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "angel_smith0", + "displayName": "Angel Smith", + "version": 0.1, + "updatedAt": 1635220870107, + "updatedBy": "anonymous", + "email": "angel_smith0@gmail.com", + "href": "http://localhost:8585/api/v1/users/621ce9a1-17f6-4fe3-9bea-7ce9c2c29b23", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "angela_kidd0", + "displayName": "Angela Kidd", + "version": 0.1, + "updatedAt": 1635220873021, + "updatedBy": "anonymous", + "email": "angela_kidd0@gmail.com", + "href": "http://localhost:8585/api/v1/users/2a2d20d7-9063-4a27-9a6f-6999e544f614", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "anna_parker9", + "displayName": "Anna Parker", + "version": 0.1, + "updatedAt": 1635220871140, + "updatedBy": "anonymous", + "email": "anna_parker9@gmail.com", + "href": "http://localhost:8585/api/v1/users/5b8fea6a-71a4-40bc-9993-453d76ee733c", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "anthony_wall4", + "displayName": "Anthony Wall", + "version": 0.1, + "updatedAt": 1635220871899, + "updatedBy": "anonymous", + "email": "anthony_wall4@gmail.com", + "href": "http://localhost:8585/api/v1/users/f2c5f8f9-999f-438f-94ca-bf985c3c6bf6", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "antonio_gallegos8", + "displayName": "Antonio Gallegos", + "version": 0.1, + "updatedAt": 1635220871403, + "updatedBy": "anonymous", + "email": "antonio_gallegos8@gmail.com", + "href": "http://localhost:8585/api/v1/users/bb4f4f61-cb43-4696-b6d9-943277e78adb", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "ariana_shannon3", + "displayName": "Ariana Shannon", + "version": 0.1, + "updatedAt": 1635220870844, + "updatedBy": "anonymous", + "email": "ariana_shannon3@gmail.com", + "href": "http://localhost:8585/api/v1/users/c8af6a0d-60d6-496b-b15e-a6120f10a2e7", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "arthur_butler5", + "displayName": "Arthur Butler", + "version": 0.1, + "updatedAt": 1635220872923, + "updatedBy": "anonymous", + "email": "arthur_butler5@gmail.com", + "href": "http://localhost:8585/api/v1/users/6e9b224b-a20b-4fde-bdb0-ba0518d84664", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "ashley_king5", + "displayName": "Ashley King", + "version": 0.1, + "updatedAt": 1635220872674, + "updatedBy": "anonymous", + "email": "ashley_king5@gmail.com", + "href": "http://localhost:8585/api/v1/users/2287faa4-6001-4c3e-af5a-8bfe41435232", + "timezone": "PST", + "isAdmin": false, + "teams": "Compute", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "ashley_sutton9", + "displayName": "Ashley Sutton", + "version": 0.1, + "updatedAt": 1635220874091, + "updatedBy": "anonymous", + "email": "ashley_sutton9@gmail.com", + "href": "http://localhost:8585/api/v1/users/ff2899af-8d78-4124-a861-581e2a9af6fd", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "ashley_wagner9", + "displayName": "Ashley Wagner", + "version": 0.1, + "updatedAt": 1635220873977, + "updatedBy": "anonymous", + "email": "ashley_wagner9@gmail.com", + "href": "http://localhost:8585/api/v1/users/9384d7bf-6721-402a-a839-76286620bc55", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "audrey_williams6", + "displayName": "Audrey Williams", + "version": 0.1, + "updatedAt": 1635220872968, + "updatedBy": "anonymous", + "email": "audrey_williams6@gmail.com", + "href": "http://localhost:8585/api/v1/users/8adcb9b9-f465-4a4d-9705-07b94d1fae68", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "autumn_wilcox7", + "displayName": "Autumn Wilcox", + "version": 0.1, + "updatedAt": 1635220873112, + "updatedBy": "anonymous", + "email": "autumn_wilcox7@gmail.com", + "href": "http://localhost:8585/api/v1/users/5b556849-aa36-40d3-8479-05e82b61c0cf", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "barbara_fox5", + "displayName": "Barbara Fox", + "version": 0.1, + "updatedAt": 1635220873928, + "updatedBy": "anonymous", + "email": "barbara_fox5@gmail.com", + "href": "http://localhost:8585/api/v1/users/46f94e69-7ddf-4176-8f9c-de129f6c6b49", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "barbara_gonzalez2", + "displayName": "Barbara Gonzalez", + "version": 0.1, + "updatedAt": 1635220871365, + "updatedBy": "anonymous", + "email": "barbara_gonzalez2@gmail.com", + "href": "http://localhost:8585/api/v1/users/396e11c2-c48c-4419-b336-1a460a790e84", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "barbara_lee0", + "displayName": "Barbara Lee", + "version": 0.1, + "updatedAt": 1635220874049, + "updatedBy": "anonymous", + "email": "barbara_lee0@gmail.com", + "href": "http://localhost:8585/api/v1/users/8584ac0c-6a27-4c95-85d3-7a8e752ebe9b", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "benjamin_dickerson8", + "displayName": "Benjamin Dickerson", + "version": 0.1, + "updatedAt": 1635220872273, + "updatedBy": "anonymous", + "email": "benjamin_dickerson8@gmail.com", + "href": "http://localhost:8585/api/v1/users/699e2d38-8a38-4918-b0b9-68ddc00699c6", + "timezone": "PST", + "isAdmin": false, + "teams": "DevOps", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "benjamin_martinez5", + "displayName": "Benjamin Martinez", + "version": 0.1, + "updatedAt": 1635220870381, + "updatedBy": "anonymous", + "email": "benjamin_martinez5@gmail.com", + "href": "http://localhost:8585/api/v1/users/ad886fe7-335d-4ced-b22f-108312898f5c", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "bobby_johnson3", + "displayName": "Bobby Johnson", + "version": 0.1, + "updatedAt": 1635220872320, + "updatedBy": "anonymous", + "email": "bobby_johnson3@gmail.com", + "href": "http://localhost:8585/api/v1/users/59197c7a-45d6-4b36-aa61-038ce87089d6", + "timezone": "PST", + "isAdmin": false, + "teams": "Compute", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "bobby_wright7", + "displayName": "Bobby Wright", + "version": 0.1, + "updatedAt": 1635220870989, + "updatedBy": "anonymous", + "email": "bobby_wright7@gmail.com", + "href": "http://localhost:8585/api/v1/users/67d77df2-c7f0-48ae-a469-8bcc844c3f81", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "bradley_hernandez0", + "displayName": "Bradley Hernandez", + "version": 0.1, + "updatedAt": 1635220874245, + "updatedBy": "anonymous", + "email": "bradley_hernandez0@gmail.com", + "href": "http://localhost:8585/api/v1/users/7575f7c7-2021-45f8-a7dc-6fe76bedd28f", + "timezone": "PST", + "isAdmin": false, + "teams": "Payments", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brandon_peterson0", + "displayName": "Brandon Peterson", + "version": 0.1, + "updatedAt": 1635220874103, + "updatedBy": "anonymous", + "email": "brandon_peterson0@gmail.com", + "href": "http://localhost:8585/api/v1/users/0685e4c3-4b7b-4b27-8904-4027df685e74", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brandy_miller4", + "displayName": "Brandy Miller", + "version": 0.1, + "updatedAt": 1635220872870, + "updatedBy": "anonymous", + "email": "brandy_miller4@gmail.com", + "href": "http://localhost:8585/api/v1/users/3ffc39ae-0e51-4299-9239-bf143d7a4d37", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brett_henry0", + "displayName": "Brett Henry", + "version": 0.1, + "updatedAt": 1635220871265, + "updatedBy": "anonymous", + "email": "brett_henry0@gmail.com", + "href": "http://localhost:8585/api/v1/users/a776f681-6934-4d26-a0fd-cdfb4db4d7e3", + "timezone": "PST", + "isAdmin": false, + "teams": "Compute", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brian_bryan3", + "displayName": "Brian Bryan", + "version": 0.1, + "updatedAt": 1635220873279, + "updatedBy": "anonymous", + "email": "brian_bryan3@gmail.com", + "href": "http://localhost:8585/api/v1/users/c496a18a-89b0-4a66-98f4-0c4511ae930f", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brian_dunlap9", + "displayName": "Brian Dunlap", + "version": 0.1, + "updatedAt": 1635220872936, + "updatedBy": "anonymous", + "email": "brian_dunlap9@gmail.com", + "href": "http://localhost:8585/api/v1/users/7d38e48a-eede-4320-84a1-5303c0955b07", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brian_howell6", + "displayName": "Brian Howell", + "version": 0.1, + "updatedAt": 1635220871221, + "updatedBy": "anonymous", + "email": "brian_howell6@gmail.com", + "href": "http://localhost:8585/api/v1/users/cf636a15-edb0-4e12-a4c8-cd9b5ffcf9b0", + "timezone": "PST", + "isAdmin": false, + "teams": "Merger & Acquisitions", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brian_nelson1", + "displayName": "Brian Nelson", + "version": 0.1, + "updatedAt": 1635220873484, + "updatedBy": "anonymous", + "email": "brian_nelson1@gmail.com", + "href": "http://localhost:8585/api/v1/users/2030a1e7-1698-4e5f-a79f-0d58c1250c30", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brian_smith7", + "displayName": "Brian Smith", + "version": 0.1, + "updatedAt": 1635220874227, + "updatedBy": "anonymous", + "email": "brian_smith7@gmail.com", + "href": "http://localhost:8585/api/v1/users/9df284ae-e5f4-4a93-bb40-36a9e3592378", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brian_weaver7", + "displayName": "Brian Weaver", + "version": 0.1, + "updatedAt": 1635220873765, + "updatedBy": "anonymous", + "email": "brian_weaver7@gmail.com", + "href": "http://localhost:8585/api/v1/users/0591df39-226e-49e5-aec0-2df6d09d4796", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brittany_garza4", + "displayName": "Brittany Garza", + "version": 0.1, + "updatedAt": 1635220873347, + "updatedBy": "anonymous", + "email": "brittany_garza4@gmail.com", + "href": "http://localhost:8585/api/v1/users/3da30606-547c-4b57-a6cd-3eb605fdd999", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brittany_nelson5", + "displayName": "Brittany Nelson", + "version": 0.1, + "updatedAt": 1635220874055, + "updatedBy": "anonymous", + "email": "brittany_nelson5@gmail.com", + "href": "http://localhost:8585/api/v1/users/b4947a3d-31da-4b8d-9881-e10977a13b87", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brittany_wilson6", + "displayName": "Brittany Wilson", + "version": 0.1, + "updatedAt": 1635220872244, + "updatedBy": "anonymous", + "email": "brittany_wilson6@gmail.com", + "href": "http://localhost:8585/api/v1/users/0c468e6b-5a9c-42c8-a0db-9b5fc38a515d", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "brittney_thomas3", + "displayName": "Brittney Thomas", + "version": 0.1, + "updatedAt": 1635220871539, + "updatedBy": "anonymous", + "email": "brittney_thomas3@gmail.com", + "href": "http://localhost:8585/api/v1/users/5cda05a6-e05b-40e9-86f1-8b48588c4fff", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "bryan_moreno6", + "displayName": "Bryan Moreno", + "version": 0.1, + "updatedAt": 1635220874217, + "updatedBy": "anonymous", + "email": "bryan_moreno6@gmail.com", + "href": "http://localhost:8585/api/v1/users/1d508fbf-588a-4397-89e8-9434cabb7494", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "caitlin_ewing5", + "displayName": "Caitlin Ewing", + "version": 0.1, + "updatedAt": 1635220871578, + "updatedBy": "anonymous", + "email": "caitlin_ewing5@gmail.com", + "href": "http://localhost:8585/api/v1/users/0105147a-4b0f-4543-a9f1-865d5fa409f7", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "caitlin_wilkins0", + "displayName": "Caitlin Wilkins", + "version": 0.1, + "updatedAt": 1635220871621, + "updatedBy": "anonymous", + "email": "caitlin_wilkins0@gmail.com", + "href": "http://localhost:8585/api/v1/users/9417d775-8d1a-4cb7-b8cd-c9aa3153a1bc", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "caleb_reyes5", + "displayName": "Caleb Reyes", + "version": 0.1, + "updatedAt": 1635220874030, + "updatedBy": "anonymous", + "email": "caleb_reyes5@gmail.com", + "href": "http://localhost:8585/api/v1/users/4831f727-f900-4ebb-951b-0041158e69bf", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "calvin_williams5", + "displayName": "Calvin Williams", + "version": 0.1, + "updatedAt": 1635220872742, + "updatedBy": "anonymous", + "email": "calvin_williams5@gmail.com", + "href": "http://localhost:8585/api/v1/users/45f71d13-8fed-471b-87e0-ca0677b08189", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cameron_newman8", + "displayName": "Cameron Newman", + "version": 0.1, + "updatedAt": 1635220873783, + "updatedBy": "anonymous", + "email": "cameron_newman8@gmail.com", + "href": "http://localhost:8585/api/v1/users/34458bad-877f-4460-940f-a2d456bad19a", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cameron_price1", + "displayName": "Cameron Price", + "version": 0.1, + "updatedAt": 1635220874239, + "updatedBy": "anonymous", + "email": "cameron_price1@gmail.com", + "href": "http://localhost:8585/api/v1/users/1ceecd84-5d5f-40dd-b752-5c63e59454d0", + "timezone": "PST", + "isAdmin": false, + "teams": "Payments", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "candice_taylor7", + "displayName": "Candice Taylor", + "version": 0.1, + "updatedAt": 1635220871050, + "updatedBy": "anonymous", + "email": "candice_taylor7@gmail.com", + "href": "http://localhost:8585/api/v1/users/b60f6baf-67fb-4e73-be54-73e9b9409a6c", + "timezone": "PST", + "isAdmin": false, + "teams": "Compute", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "carl_davis0", + "displayName": "Carl Davis", + "version": 0.1, + "updatedAt": 1635220872691, + "updatedBy": "anonymous", + "email": "carl_davis0@gmail.com", + "href": "http://localhost:8585/api/v1/users/7f1ab80d-614b-4c46-bac1-0e3313203cc9", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "carol_jones9", + "displayName": "Carol Jones", + "version": 0.1, + "updatedAt": 1635220872312, + "updatedBy": "anonymous", + "email": "carol_jones9@gmail.com", + "href": "http://localhost:8585/api/v1/users/aaf43c48-ee9c-4685-8dfc-394652f85089", + "timezone": "PST", + "isAdmin": false, + "teams": "Payments", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "carol_morgan5", + "displayName": "Carol Morgan", + "version": 0.1, + "updatedAt": 1635220871157, + "updatedBy": "anonymous", + "email": "carol_morgan5@gmail.com", + "href": "http://localhost:8585/api/v1/users/d7241f4e-9bec-4e44-87b2-69c7a03eb2c1", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "carol_wallace0", + "displayName": "Carol Wallace", + "version": 0.1, + "updatedAt": 1635220872148, + "updatedBy": "anonymous", + "email": "carol_wallace0@gmail.com", + "href": "http://localhost:8585/api/v1/users/5ded80ef-db2d-4b57-a20f-31e35d9a9a04", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "carol_wells1", + "displayName": "Carol Wells", + "version": 0.1, + "updatedAt": 1635220873551, + "updatedBy": "anonymous", + "email": "carol_wells1@gmail.com", + "href": "http://localhost:8585/api/v1/users/8dec19b0-2ea0-4d8b-9fbd-70e425dcff59", + "timezone": "PST", + "isAdmin": false, + "teams": "Merger & Acquisitions", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "carolyn_davis7", + "displayName": "Carolyn Davis", + "version": 0.1, + "updatedAt": 1635220872237, + "updatedBy": "anonymous", + "email": "carolyn_davis7@gmail.com", + "href": "http://localhost:8585/api/v1/users/dde9d591-147c-4e87-a6d3-d519132eb5a4", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "carolyn_hill3", + "displayName": "Carolyn Hill", + "version": 0.1, + "updatedAt": 1635220872579, + "updatedBy": "anonymous", + "email": "carolyn_hill3@gmail.com", + "href": "http://localhost:8585/api/v1/users/60c8e46a-a553-43ed-a369-3408fb074d8c", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "carrie_deleon9", + "displayName": "Carrie Deleon", + "version": 0.1, + "updatedAt": 1635220871975, + "updatedBy": "anonymous", + "email": "carrie_deleon9@gmail.com", + "href": "http://localhost:8585/api/v1/users/7132325b-ef37-4407-8d85-044f723da8f2", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "casey_cortez1", + "displayName": "Casey Cortez", + "version": 0.1, + "updatedAt": 1635220870905, + "updatedBy": "anonymous", + "email": "casey_cortez1@gmail.com", + "href": "http://localhost:8585/api/v1/users/62e5e73d-c723-4204-b292-918721e773b2", + "timezone": "PST", + "isAdmin": false, + "teams": "Compute", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "chad_gould1", + "displayName": "Chad Gould", + "version": 0.1, + "updatedAt": 1635220874183, + "updatedBy": "anonymous", + "email": "chad_gould1@gmail.com", + "href": "http://localhost:8585/api/v1/users/9d1742cb-94c5-4045-87f1-1dae029811e8", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "charles_smith4", + "displayName": "Charles Smith", + "version": 0.1, + "updatedAt": 1635220872289, + "updatedBy": "anonymous", + "email": "charles_smith4@gmail.com", + "href": "http://localhost:8585/api/v1/users/cd4ecb06-fac3-4464-b923-c680bceec2ce", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "charles_wilson0", + "displayName": "Charles Wilson", + "version": 0.1, + "updatedAt": 1635220871104, + "updatedBy": "anonymous", + "email": "charles_wilson0@gmail.com", + "href": "http://localhost:8585/api/v1/users/9f1b26d9-ed38-4eb8-a9d5-30f43445ecd5", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "chelsea_luna2", + "displayName": "Chelsea Luna", + "version": 0.1, + "updatedAt": 1635220871701, + "updatedBy": "anonymous", + "email": "chelsea_luna2@gmail.com", + "href": "http://localhost:8585/api/v1/users/5ae2b70e-81e1-464e-b120-c4fc51b78042", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cheryl_lopez5", + "displayName": "Cheryl Lopez", + "version": 0.1, + "updatedAt": 1635220872507, + "updatedBy": "anonymous", + "email": "cheryl_lopez5@gmail.com", + "href": "http://localhost:8585/api/v1/users/542c325c-c781-4e15-a4cf-fefaa2907922", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "chris_mata4", + "displayName": "Chris Mata", + "version": 0.1, + "updatedAt": 1635220870352, + "updatedBy": "anonymous", + "email": "chris_mata4@gmail.com", + "href": "http://localhost:8585/api/v1/users/92c1a4fe-7491-48d7-825e-e645b916371c", + "timezone": "PST", + "isAdmin": false, + "teams": "Payments", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "christine_day7", + "displayName": "Christine Day", + "version": 0.1, + "updatedAt": 1635220871768, + "updatedBy": "anonymous", + "email": "christine_day7@gmail.com", + "href": "http://localhost:8585/api/v1/users/d6d42951-6dcc-4891-a845-3b0c5861093c", + "timezone": "PST", + "isAdmin": false, + "teams": "Compute", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "christopher_campbell7", + "displayName": "Christopher Campbell", + "version": 0.1, + "updatedAt": 1635220871347, + "updatedBy": "anonymous", + "email": "christopher_campbell7@gmail.com", + "href": "http://localhost:8585/api/v1/users/44b70c16-2257-4055-afb7-f9941caeb3de", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "christopher_cole0", + "displayName": "Christopher Cole", + "version": 0.1, + "updatedAt": 1635220870062, + "updatedBy": "anonymous", + "email": "christopher_cole0@gmail.com", + "href": "http://localhost:8585/api/v1/users/098a1f08-be01-4269-917b-9898745983e1", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "christopher_garza8", + "displayName": "Christopher Garza", + "version": 0.1, + "updatedAt": 1635220873654, + "updatedBy": "anonymous", + "email": "christopher_garza8@gmail.com", + "href": "http://localhost:8585/api/v1/users/ab6f077a-a625-4b18-9ce7-727f23222e71", + "timezone": "PST", + "isAdmin": false, + "teams": "Compute", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "christopher_hayes0", + "displayName": "Christopher Hayes", + "version": 0.1, + "updatedAt": 1635220870866, + "updatedBy": "anonymous", + "email": "christopher_hayes0@gmail.com", + "href": "http://localhost:8585/api/v1/users/7858595c-ec53-44e4-b125-96c71c9b2262", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "christopher_hull3", + "displayName": "Christopher Hull", + "version": 0.1, + "updatedAt": 1635220872909, + "updatedBy": "anonymous", + "email": "christopher_hull3@gmail.com", + "href": "http://localhost:8585/api/v1/users/24e52f0e-b59e-45b8-9777-7987eab0a434", + "timezone": "PST", + "isAdmin": false, + "teams": "Payments", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "christopher_strickland5", + "displayName": "Christopher Strickland", + "version": 0.1, + "updatedAt": 1635220872459, + "updatedBy": "anonymous", + "email": "christopher_strickland5@gmail.com", + "href": "http://localhost:8585/api/v1/users/23859933-b2f6-47dc-839b-16d49e9dbe59", + "timezone": "PST", + "isAdmin": false, + "teams": "Sales", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "christopher_weaver0", + "displayName": "Christopher Weaver", + "version": 0.1, + "updatedAt": 1635220873257, + "updatedBy": "anonymous", + "email": "christopher_weaver0@gmail.com", + "href": "http://localhost:8585/api/v1/users/460c6b9c-c38b-4fd8-b80f-f6772f242ec4", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cindy_santiago7", + "displayName": "Cindy Santiago", + "version": 0.1, + "updatedAt": 1635220872222, + "updatedBy": "anonymous", + "email": "cindy_santiago7@gmail.com", + "href": "http://localhost:8585/api/v1/users/8fc318b2-51ef-4fbf-83d8-41249aca12d8", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cindy_tapia6", + "displayName": "Cindy Tapia", + "version": 0.1, + "updatedAt": 1635220873156, + "updatedBy": "anonymous", + "email": "cindy_tapia6@gmail.com", + "href": "http://localhost:8585/api/v1/users/b1e92ee1-87a3-44c5-805a-80c78610883a", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "clinton_smith4", + "displayName": "Clinton Smith", + "version": 0.1, + "updatedAt": 1635220872855, + "updatedBy": "anonymous", + "email": "clinton_smith4@gmail.com", + "href": "http://localhost:8585/api/v1/users/cb6f252b-1463-48ff-a49d-90d3294f2464", + "timezone": "PST", + "isAdmin": false, + "teams": "Legal Admin", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cody_crawford2", + "displayName": "Cody Crawford", + "version": 0.1, + "updatedAt": 1635220874222, + "updatedBy": "anonymous", + "email": "cody_crawford2@gmail.com", + "href": "http://localhost:8585/api/v1/users/9f766a99-5c2f-428c-928f-6e70c4a42f2e", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cole_bird3", + "displayName": "Cole Bird", + "version": 0.1, + "updatedAt": 1635220874210, + "updatedBy": "anonymous", + "email": "cole_bird3@gmail.com", + "href": "http://localhost:8585/api/v1/users/0e2a991d-801d-4f45-ac34-402fe06009d2", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "colin_ho2", + "displayName": "Colin Ho", + "version": 0.1, + "updatedAt": 1635220870738, + "updatedBy": "anonymous", + "email": "colin_ho2@gmail.com", + "href": "http://localhost:8585/api/v1/users/5cf4ed40-b17a-483d-84a1-ab7d30a749c4", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketing", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "connor_kelly9", + "displayName": "Connor Kelly", + "version": 0.1, + "updatedAt": 1635220873714, + "updatedBy": "anonymous", + "email": "connor_kelly9@gmail.com", + "href": "http://localhost:8585/api/v1/users/7136770b-dd5d-4dec-a129-7f47b6c6c210", + "timezone": "PST", + "isAdmin": false, + "teams": "Applications", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "corey_carson6", + "displayName": "Corey Carson", + "version": 0.1, + "updatedAt": 1635220874262, + "updatedBy": "anonymous", + "email": "corey_carson6@gmail.com", + "href": "http://localhost:8585/api/v1/users/98b922ca-6bd7-4e9d-b84e-f5c9a1a448a5", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "courtney_duncan1", + "displayName": "Courtney Duncan", + "version": 0.1, + "updatedAt": 1635220873739, + "updatedBy": "anonymous", + "email": "courtney_duncan1@gmail.com", + "href": "http://localhost:8585/api/v1/users/736c62f2-8ea4-4505-a3ce-9a368729f02a", + "timezone": "PST", + "isAdmin": false, + "teams": "Payments", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "craig_owens0", + "displayName": "Craig Owens", + "version": 0.1, + "updatedAt": 1635220871274, + "updatedBy": "anonymous", + "email": "craig_owens0@gmail.com", + "href": "http://localhost:8585/api/v1/users/b013600b-cca6-46e5-85f6-8091391ac404", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cristina_deleon7", + "displayName": "Cristina Deleon", + "version": 0.1, + "updatedAt": 1635220873452, + "updatedBy": "anonymous", + "email": "cristina_deleon7@gmail.com", + "href": "http://localhost:8585/api/v1/users/ac3a6a70-99b2-46f4-8ae1-2e124b7a6a40", + "timezone": "PST", + "isAdmin": false, + "teams": "Accounting", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cynthia_meyer3", + "displayName": "Cynthia Meyer", + "version": 0.1, + "updatedAt": 1635220872782, + "updatedBy": "anonymous", + "email": "cynthia_meyer3@gmail.com", + "href": "http://localhost:8585/api/v1/users/709b52c6-8179-4bf1-954d-4e437f0b6902", + "timezone": "PST", + "isAdmin": false, + "teams": "Data", + "owns": [], + "follows": [], + "teamType": "Group" + }, + { + "name": "cynthia_reynolds6", + "displayName": "Cynthia Reynolds", + "version": 0.1, + "updatedAt": 1635220872501, + "updatedBy": "anonymous", + "email": "cynthia_reynolds6@gmail.com", + "href": "http://localhost:8585/api/v1/users/99c54a29-4893-4706-b0ca-ae9f8c85a916", + "timezone": "PST", + "isAdmin": false, + "teams": "Marketplace", + "owns": [], + "follows": [], + "teamType": "Group" + } + ] +} \ No newline at end of file diff --git a/ingestion/src/metadata/ingestion/sink/metadata_rest.py b/ingestion/src/metadata/ingestion/sink/metadata_rest.py index 339699ad2f2..801fd444374 100644 --- a/ingestion/src/metadata/ingestion/sink/metadata_rest.py +++ b/ingestion/src/metadata/ingestion/sink/metadata_rest.py @@ -456,7 +456,7 @@ class MetadataRestSink(Sink[Entity]): for role in record.roles: try: role_entity = self.metadata.get_by_name( - entity=Role, fqn=str(role.name.__root__) + entity=Role, fqn=str(role.name.__root__.__root__) ) except APIError: role_entity = self._create_role(role) diff --git a/ingestion/src/metadata/ingestion/source/database/sample_data.py b/ingestion/src/metadata/ingestion/source/database/sample_data.py index 8aff9c7ee59..234996c63a4 100644 --- a/ingestion/src/metadata/ingestion/source/database/sample_data.py +++ b/ingestion/src/metadata/ingestion/source/database/sample_data.py @@ -67,7 +67,7 @@ from metadata.generated.schema.entity.services.databaseService import DatabaseSe from metadata.generated.schema.entity.services.messagingService import MessagingService from metadata.generated.schema.entity.services.mlmodelService import MlModelService from metadata.generated.schema.entity.services.pipelineService import PipelineService -from metadata.generated.schema.entity.teams.team import TeamType +from metadata.generated.schema.entity.teams.team import Team, TeamType from metadata.generated.schema.entity.teams.user import User from metadata.generated.schema.metadataIngestion.workflow import ( Source as WorkflowSource, @@ -352,6 +352,9 @@ class SampleDataSource(Source[Entity]): self.service_connection.sampleDataFolder + "/lineage/lineage.json", "r" ) ) + self.teams = json.load( + open(self.service_connection.sampleDataFolder + "/teams/teams.json", "r") + ) self.users = json.load( open(self.service_connection.sampleDataFolder + "/users/users.json", "r") ) @@ -418,6 +421,7 @@ class SampleDataSource(Source[Entity]): pass def next_record(self) -> Iterable[Entity]: + yield from self.ingest_teams() yield from self.ingest_users() yield from self.ingest_locations() yield from self.ingest_glue() @@ -434,6 +438,32 @@ class SampleDataSource(Source[Entity]): yield from self.ingest_test_case() yield from self.ingest_test_case_results() + def ingest_teams(self): + for team in self.teams["teams"]: + + team_to_ingest = CreateTeamRequest( + name=team["name"], teamType=team["teamType"] + ) + if team["parent"] != None: + parent_list_id = [] + for parent in team["parent"]: + tries = 3 + parent_object = self.metadata.get_by_name(entity=Team, fqn=parent) + while not parent_object and tries > 0: + logger.info(f"Trying to GET {parent} Parent Team") + parent_object = self.metadata.get_by_name( + entity=Team, + fqn=parent, + ) + tries -= 1 + + if parent_object: + parent_list_id.append(parent_object.id) + + team_to_ingest.parents = parent_list_id + + yield team_to_ingest + def ingest_locations(self) -> Iterable[Location]: for location in self.locations["locations"]: location_ev = CreateLocationRequest( @@ -759,7 +789,7 @@ class SampleDataSource(Source[Entity]): name=user["teams"], displayName=user["teams"], description=f"This is {user['teams']} description.", - teamType=TeamType.Department, + teamType=user["teamType"], ) ] if not self.list_policies: