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 Site Lists API
Microsoft Graph Site Lists API
A Microsoft API that "supports access to SharePoint sites, lists, and drives; read-only support for site resources; read-write support for lists, listItems, and driveItems; and address resources by SharePoint ID, URL, or relative path.
294 questions
Microsoft Graph Search API
Microsoft Graph Search API
A Microsoft API that searches for information in email messages, returns messages ranked by relevance, and renders a dedicated search experience.
165 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,231 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.