403 unknownError when Accessing Group/User Notebooks via Microsoft Graph API
Issue Summary: We are encountering a 403 unknownError when trying to access group notebooks via the Microsoft Graph API endpoint: GET https://graph.microsoft.com/v1.0/groups/{group-id}/onenote/notebooks This issue is tenant-wide and occurs across all…
How to create multiple presence subscriptions for more than 650 users to get change notifications
In Microsoft Entra ID, I have more than 650 users. Because of this I need to create multiple subscriptions, each containing up to 650 users to receive change notifications. Is it possible to create multiple presence subscriptions? According to Microsoft…
Facing an issue with Microsoft Graph apis on accessing the one note content using site_id
I having these graph apis access I am using below code to get the one notes content using site_id import requests from env import * class SharePointNotebookLister: def __init__(self, tenant_id, client_id, client_secret): self.tenant_id =…
Facing an issue with accessing onenote api using site id
Hi, I am having the below graph apis access for one note. And Now I am trying to get the one note content using below code import requests from env import * class SharePointNotebookLister: def __init__(self, tenant_id, client_id,…
Challenges implementing PKCE flow in Outlook Add-In: handling Authorization Code and popup limitations
Hi Microsoft team, I am currently working on implementing OAuth 2.0 PKCE (Proof Key for Code Exchange) flow in a React.js-based Outlook Add-In. But I have an issue while opening a popup and getting the auth-code from the popup. Scenario: In the PKCE…
Does MSAL Use PKCE Flow for React-based Outlook Add-ins?
Hi Microsoft Community, I’m developing a React.js-based Outlook add-in and am using the MSAL library for implementing OAuth 2.0. The add-in interacts with Microsoft Graph API after getting access token from MSAL.js. While configuring the authentication,…
Graph Drive GetItems Filter has no effect
Hi There When I use this query: https://graph.microsoft.com/v1.0/drives/DRIVEID/items?%24filter=name%20eq%20%27TEST%27 to filter my drive for items with name = TEST i get returned ALL items on my drive. This was did not behave like this before. What did…
Subscription endpoint always return 500 for specific users
Description: We are encountering a persistent issue when attempting to create a subscription using the Microsoft Graph API. Specifically, the endpoint always returns a 500 Internal Server Error for certain users. the same API call works perfectly fine…
Export an Exchange mailbox Calendar and import those events to a 365 Group/Team Calendar
Would like to eliminate Exchange mailbox calendars and convert to 365 Group for ease of collaboration with Teams. Need to transfer all calendar events/entries to the new 365 Group Calendar. Need to do this with multiple Exchange mailboxes that are used…
Microsoft graph API - does the calendar event create API
Hi all I create the calendar event with microsoft teams online "true", when i update that event like change the subject of event with isOnlineMeeting "true" and onlineMeetingProvider "teamsforBusiness", teams meeting get…
Authorization_RequestDenied: "Insufficient Privileges" When Attempting to Update User Password via Microsoft Graph API
Hi, I’m encountering an issue when trying to update a user’s password in Azure AD B2C using the Microsoft Graph API. I’m sending a PATCH request to the following endpoint: https://graph.microsoft.com/v1.0/users/{user-id} heres the request body: { {…
$expand query not working on List roleAssignmentSchedules
Hello, I am seeing 501 response when using $expand on List roleAssignmentSchedules https://zcusa.951200.xyz/en-us/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0&tabs=csharp Request url:…
I am trying to upload database backup zip file on sharepoint drive using odoo but it gives me access permission error
I am trying to upload database backup zip file on sharepoint drive using odoo but it gives me access permission error for you reference I attached screenshot,
Plans created by MS Graph API not showing up in web browser
When a plan is created using MS Graph API (v1.0), assigned users and owners cannot see it in the web browser under "My Plans" or "Shared". However when opening the plan it by putting the plan id in the URL to access it, it will then…
When uploading file using LargeFileUploadTask (streaming and not in one part) the file getting corrupted in the SharePoint server
I am using latest version of graph api - 6.24.0 When I uploading any file using graphServiceClient.drives().byDriveId(driveId).items().byDriveItemId(getDriveItemIdFromRootPath(filePath)).content().put(fileContent) file is uploading correct. When I upload…
How to fix "/me request is only valid with delegated authentication flow." issue?
I want use postman to get user profiles from Azure AD. I can got Token using [https://login.microsoftonline.com/{tenantID}/oauth2/v2.0/token] But I couldn't get me profiles using [https://graph.microsoft.com/v1.0/me] I got error as below. /me…
Getting this error while trying to send mail using microsoft graph api{ "error": { "code": "ErrorItemNotFound", "message": "The specified object was not found in the store., The process failed to get the correct properties." } }
Getting this error while trying to send mail using microsoft graph api{ "error": { "code": "ErrorItemNotFound", "message": "The specified object was not found in the store., The process failed to get…
TEAMS 's CHATMESSAGE
Please ask C# how to use clientId, tenantId, clientSecret, chatId these parameters to send messages to the group graphClient.Chats[chatId].Messages.PostAsync(requestBody);
Microsoft Graph API BETA - Create fido2AuthenticationMethod - The method is not supported for this URL
Hi, I tried using the BETA version to create the fido2AuthenticationMethod, but encountered an error: "The method is not supported for this URL." Additionally, other BETA methods do not seem to work as expected. Here is the link to the…
Query on API
Hi All I want to fetch service health(Monitoring) information using an API. Could you please guide me on which API I need to use.