I have created a script to fetch data from the list in SharePoint Online. To do so, there has been given a REST call to the list to fetch data. There is one user who is facing the issue that is shown in the screenshot.
https://<<siteCollection>>/_api/web/lists/getbytitle('FAQ')/items?$select=*,Function/Title,Region/Title&$expand=Function,Region
The issue comes for the one user only. Other users who has permission on the site are able to see the records as expected.
Any ideas?