CREATE (node:dev_refresh_node); MATCH (i:Identity)-[:HAS_PROFILE]->(ps:Profile {profileType: "SettingsProfile"}) WHERE i.email IN [ "npatel@sonymusic-pde.com", "ahan@sonymusic-pde.com", "iyepes-arroyo@sonymusic-pde.com", "jfeldman@sonymusic-pde.com", "jyang@sonymusic-pde.com", "mlorenz@sonymusic-pde.com", "mmachado@sonymusic-pde.com", "pdumoulin@sonymusic-pde.com", "tester@settingstesting.com", "rsatsangi@sonymusic-pde.com", "tmartino@sonymusic-pde.com" ] MATCH (v:Vendor {id: '*'}) MERGE (ps)-[:HAS_ADMIN_ACCESS_TO]->(v);