10,854 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Fetching OneNote Page Content Returns 500 Error via Microsoft Graph API

We are currently experiencing issues with the Microsoft Graph API when attempting to retrieve the content of OneNote pages. Despite numerous attempts, this API consistently returns a 500 Internal Server Error for specific calls. Here are the details of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,583 questions
asked 2024-03-14T08:27:37.6133333+00:00
Shradha Pokhriyal 5 Reputation points
answered 2024-05-24T18:58:34.49+00:00
CharanyaB-MSFT 1,576 Reputation points Microsoft Vendor
0 answers

The property 'Item' is required when creating the entity

I encountered an error while working with the Microsoft Graph API. The error message states, "The property 'Item' is required when creating the entity." I'm trying to auto-reply to an email that contains an item attachment, which is an EML…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-05-06T11:07:56.55+00:00
DP 0 Reputation points
commented 2024-05-24T18:39:24.3966667+00:00
Saranya Madhu-MSFT 225 Reputation points Microsoft Vendor
1 answer

graph api calendar for account with more than one calendar

Hi, I'd like to use the endpoint users/<id | UPN>/calendarView for a specific account, let's call it account@domain.com When I call endpoint users/account@domain.com/calendars , I get 3 different calendars, which is correct. The issue is that those…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-05-24T15:08:34.3533333+00:00
Pfeiffer Andreas - UCI 150 Reputation points
edited an answer 2024-05-24T18:32:13.6333333+00:00
awijekoon 1,260 Reputation points Microsoft Vendor
2 answers

Is it possible to only allow attendees and organizers in a meeting or lobby?

We are trying to set up an application that would allow potential attendees to get a unique access for a certain meeting create through the api. The organizers should be able to remove certain attendees and their access after their initial invitation,…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,243 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-05-23T16:12:20.08+00:00
Guillaume Gauthier-Benoit 0 Reputation points
answered 2024-05-24T18:18:43.42+00:00
Saranya Madhu-MSFT 225 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Issues reading custom security attributes with Entra id and graph api

I am trying to access the custom attributes of my users with graph api. I've created an attribute set with attributes and I've set a few of them on my users for testing purpose. This is the code I'm using, I tried both the current and the beta version of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,844 questions
asked 2024-05-24T11:56:00.86+00:00
Robert Desbiens 0 Reputation points
accepted 2024-05-24T17:58:27.9066667+00:00
Robert Desbiens 0 Reputation points
2 answers One of the answers was accepted by the question author.

Access Shared Mailbox via Graph API

Hi Team, I want to read emails received in my organizations SharedMailBox though an inhouse API using Graph API. In order to do so I registered an application in MS Entra. Went to API permissions > Microsoft Graph > Application permissions, and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2023-10-27T15:25:24.84+00:00
Piyush Payodhi 20 Reputation points
edited a comment 2024-05-24T16:18:32.35+00:00
Diana Tung 0 Reputation points
1 answer

SPO list columnDefinition resource type missing properties

Hi, I am trying to get the column definition for my SPO list. I created the SPO column with location type as: Using this endpoint: endpoint = f"https://graph.microsoft.com/v1.0/sites/{site_id}/lists/{list_id}/columns" I am not getting any…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-05-24T09:31:19.85+00:00
Marta Kubinska 0 Reputation points
edited an answer 2024-05-24T16:17:46.94+00:00
Saranya Madhu-MSFT 225 Reputation points Microsoft Vendor
0 answers

Can we get a list of Microsoft forms made by a specific user or all users in a Tenant using MS Graph API or PowerShell?

Hi All, We need to list all forms created by a user with their Display name, UPN, Created date and the URL to the form. I'm asking this because we are in a middle of a business aquisition and and we need to migrate this data from our tenant to another…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,359 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,005 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,159 questions
asked 2024-05-24T15:17:18.4166667+00:00
Pasindu Fernando 0 Reputation points
0 answers

How to read mail from Outlook shared mailbox using Python Graph SDK?

Hi, I do not know if this is a feature request or a Q&A. I am able to query messages in a shared mailbox using the Graph Explorer and setting the correct permissions. I have also been able to do the same in Python using the "requests"…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-05-23T15:58:08.86+00:00
Diana Tung 0 Reputation points
edited the question 2024-05-24T14:39:04.0733333+00:00
Diana Tung 0 Reputation points
1 answer

CalendarView Graph API returns empty response for Office365 calendar

GET /me/calendar/calendarView?startDateTime={start_datetime}&endDateTime={end_datetime} API gives empty result as: { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('user%40outlook.com')/calendarView", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2021-01-23T09:43:33.247+00:00
Yogesh Hole 6 Reputation points
edited an answer 2024-05-24T14:35:42.1133333+00:00
Pfeiffer Andreas - UCI 150 Reputation points
0 answers

B2c: "userPrincipalName already exists" even though the user can't be found via the Graph API

Since yesterday 10AM UTC+2 where having some issues with creating new users via the Graph API in one of our B2c tenants. Some requests time out and retries end up with userPrincipalName already exists and HTTP 400. The problem is: the actual user cannot…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-05-03T15:58:40.56+00:00
commented 2024-05-24T14:33:22.9833333+00:00
Alex Johnson 0 Reputation points
1 answer One of the answers was accepted by the question author.

unknown error code encountered when attempting to retrieve notebook details. Code: 10026

get sections in notebook' which is failing with Error; unknown error code encountered when attempting to retrieve notebook details. Code: 10026". Looking into this code, it has been throwing from one note but from documentation, we do not have any…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-05-22T13:13:04.44+00:00
Teodor Rusu 20 Reputation points Microsoft Employee
accepted 2024-05-24T14:02:59.83+00:00
Teodor Rusu 20 Reputation points Microsoft Employee
1 answer

Using Microsoft Graph to pull file usage details

On my site (just a single site, not an entire tenant), I have enabled the site feature "Sharepoint Viewers". This allows me to see who has viewed a file (and when). This is helpful when it comes to see if specific users have viewed required…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,861 questions
asked 2024-05-23T18:52:26.1733333+00:00
Kmetz 0 Reputation points
commented 2024-05-24T13:53:55.3333333+00:00
Kmetz 0 Reputation points
2 answers

Insufficient privileges to complete the operation on updating user password through ROPC user flow

Hi All, I am trying to update ADB2C user's password through ROPC flow. I have give required permission to the application, below are the permission Directory.ReadWrite.All Directory.Write.Restricted User.ReadWrite.All Below are…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2022-10-05T11:42:19.573+00:00
Ganesh Jagdale 66 Reputation points
commented 2024-05-24T13:35:59.0866667+00:00
Isaac Smith 61 Reputation points
1 answer One of the answers was accepted by the question author.

Issue with Adding Planner Tab to Teams Using Graph API - Content Perpetually Loading

Hello, I've been encountering an issue for the past 2-3 weeks, which seems to coincide with the release of the new Planner version. When attempting to add a Planner tab to a Microsoft Teams channel using the Microsoft Graph API, the tab is successfully…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,243 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,919 questions
asked 2024-04-09T06:18:27.91+00:00
Joah Lenzo 30 Reputation points
commented 2024-05-24T13:21:06.9366667+00:00
Cesar Bock 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get ordering in events obtained from delta request

I am using Microsoft Graph API to access details about files in Sharepoint. I am using the delta query request to get the list of files updated since my last fetch. Couple of questions - If there is a file creation operation and then a delete operation…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,861 questions
asked 2024-05-21T16:13:15.9966667+00:00
User3 40 Reputation points
accepted 2024-05-24T11:33:39.8066667+00:00
User3 40 Reputation points
3 answers

Improving B2BManagementPolicy updating

The current solution for updating our B2BManagementPolicy involves a PowerShell script that sets the Allow list for external domains obtained from Sharepoint to the B2BManagementPolicy via Set-AzureADPolicy and also writes it to Teams collaboration…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-01-04T08:53:44.4866667+00:00
Dennis Johansson 0 Reputation points
answered 2024-05-24T11:19:23.3366667+00:00
Jens Westerlund 10 Reputation points
0 answers

SharePoint Tenent Setting Not fully available in Graph API

The Graph API SharePoint Tenet setting is not giving complete details like the Powershell Cmd : Get-SPOTenent But SPOTenent is using only legacy authorization. And PnP also using only the user based bearer token not accepting the application based…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
865 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,861 questions
asked 2024-05-24T11:01:43.2233333+00:00
Mukilan M 0 Reputation points
1 answer

channel isFavoriteByDefault only applies for existing owners and members

When I create a Team with channels in one request then when a channel have the isFavoriteByDefault property set to true then it only shows the channel by default for existing owners and members of the teams but not for new members. Is this normal…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,243 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
asked 2024-05-23T07:37:58.8333333+00:00
Daniël Pastoor 0 Reputation points
commented 2024-05-24T10:16:35.82+00:00
JimmyYang-MSFT 49,366 Reputation points Microsoft Vendor
1 answer

Sorry, but we’re having trouble signing you in. AADSTS700016: Application with identifier 'd1ddf0e4-d672-4dae-b554-9d5bdfd93547' was not found in the directory

Whenever I start a new session for connect-MSGraph, it defaults to using the old AppID, even if I’ve updated the AppID in the previous session. Please suggest a way to update the AppID permanently. I am expecting that “connect-MSGraph” session should…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,832 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,159 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,844 questions
asked 2024-05-23T10:34:22.19+00:00
Sivasankaran J 0 Reputation points
commented 2024-05-24T10:13:28.95+00:00
Sivasankaran J 0 Reputation points