Sharepoint listing lists request give different result form some users

Plateforme Izomax 0 Reputation points
2024-01-10T19:27:18.4633333+00:00

I'm getting different result in simple MS-Graph request, here the request : https://graph.microsoft.com/v1.0/sites/xxxxxxxxx-xxxx-xxxx-xxxx-a1935dae94b0/lists?$select=name,description,id Expected result, where 80% of our users, for 8/10 users get :

{
  "description": "This list is 2018 invoices",
  "id": "xxxxxxxx-xxxx-xxxx-xxxx-2c56daa0b552",
  "name": "2018"
},

And the result from the other 20%, 2/10 users get :

{
  "description": "",
  "id": "xxxxxxxx-xxxx-xxxx-xxxx-2c56daa0b552",
  "name": "2018"
},

The result is missing the description field and this list in SharePoint have a description in SharePoint. This seem to be outdated cached in SharePoint, I don't understand why MS-Graph return outdated data, there is a way to force or disabling this cached ? All users got the same rights and privileges in Azure, SharePoint, same Consent. Anyone have an idea for this ?
Sylvain D.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,050 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,209 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 38,956 Reputation points Microsoft Vendor
    2024-01-11T06:25:32.3333333+00:00

    Hi @Plateforme Izomax, The Graph API is actually returning from a search index, not a real-time fetch from Azure Active Directory directly. The search index update depends on many characteristics of your AAD. You should see this reflected within 24 hours.

    ---If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.