-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
From a customer:
can you ask Pipedream to update their Microsoft Graph permissions.
They need to add 'People.Read'
Attempting to run a people search query (https://learn.microsoft.com/en-us/graph/search-concept-person#request) I get the following error:
Error while executing Microsoft Outlook API Call. Error: HTTP error! status: 403, body: {"error":{"code":"Forbidden","message":"Access to ExchangePerson in Graph API requires the following permissions: People.Read. However, the application only has the following permissions granted: Calendars.Read, Calendars.ReadWrite, ChannelMessage.Read.All, Chat.Read, Chat.ReadWrite, Files.Read, Files.Read.All, Mail.ReadWrite, User.Read","target":"","httpCode":403},"Instrumentation":{"TraceId":"ea0b8ee2-a2e3-1d48-361f-"}}