Update user_id change is not visible in the userid report

Hi team,
in our project the users got a new user_id, therefore we would like to update also the user_id of the old tracking data in Matomo.
With a mapping table, we update the user_id in the table “matomo_log_visit”.
Everything has worked well so far. But in the view for the UserIDs ‘General_Visitors&subcategory=UserId_UserReportTitle’, the old user_ids are still displayed in the overview.

Where does this view obtain the data from and what needs to be done so that the new user_iss are also displayed here?

Hi @franz_bergmann
You have to invalidate old data:

perfect - thank you for that fast feedback