Getting 403 error when trying to read PowerApps List in Microsoft Graph Explorer.

Janardan Kortikere 1 Reputation point
2020-11-30T12:26:51.877+00:00

Using GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id} in Microsoft Graph Explorer to read PowerApps List, but I a getting 403 error. However, I can read the same list using the same user in Visual Studio console project with CSOM.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2020-11-30T12:29:50.94+00:00
    • Do you use the same user context in Microsoft Graph Explorer/POSTMAN & Visual Studio console project as well?
    • Validate the token using https://jwt.ms and see if there is any difference available.