10,318 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

How to fix "The request is unprocessable because it uses too many resources" in graph API?

I have a task where I need to retrieve items from a SharePoint list, and the list contains over 20,000 records. However, when attempting to filter by a specific range of dates using the createdDateTime property, I encounter an error stating "The…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,412 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,616 questions
asked 2024-03-20T10:44:11.6633333+00:00
Siva M 35 Reputation points
commented 2024-03-29T10:25:00.4966667+00:00
Emily Du-MSFT 40,566 Reputation points Microsoft Vendor
1 answer

Graph API to access Business Central using Application Client Credentials

How do I go about connecting to the new Business Central API in the Microsoft Graph Beta version using Application Client Credentials (i.e. using a service application to connect using a client secret)? I have setup my app registration with admin…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-25T14:23:13.1366667+00:00
Gareth Thom 0 Reputation points
commented 2024-03-29T10:01:18.4966667+00:00
CarlZhao-MSFT 36,076 Reputation points
1 answer

Why access token is expired?

Hello can anyone let me know why and how my access token is expired after couple of days i get this error. {"error":{"code":"InvalidAuthenticationToken","message":"Lifetime validation failed, the token is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-27T03:44:11.8066667+00:00
Utkarsh Prashar 20 Reputation points
commented 2024-03-29T10:00:14.3733333+00:00
CarlZhao-MSFT 36,076 Reputation points
1 answer

Access token validation failure. Invalid audience error when accessing revokeSignInSessions Graph API

We are trying this call from postman with a valid access token - https://graph.microsoft.com/v1.0/users/xyz@abc.com/revokeSignInSessions I have double checked on the credentials part and we have given User.ReadWrite.All But still i am getting this error…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-27T08:55:38.9133333+00:00
Adithya Saladi 0 Reputation points Microsoft Employee
commented 2024-03-29T09:58:39.09+00:00
CarlZhao-MSFT 36,076 Reputation points
1 answer

Graph API V1.0: The logic for updating events doesn't seem to match my parameter expectations.

Step 1: Created an event through the Graph API: /me/calendars/{calendar_id}/events. Request Body: { Creation Result: Created successfully, and successfully obtained the event ID and joinUrl in the onlineMeeting property. Step 2: Modified the start and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-29T09:56:04.48+00:00
Xiong Rui 0 Reputation points
answered 2024-03-29T09:58:25.3733333+00:00
Xiong Rui 0 Reputation points
1 answer

Microsoft Graph API contacts delta

Hello, when browsing the Microsoft Graph API documentation, to get delta changes of contacts for a user the only available endpoint looks like it's https://learn.microsoft.com/en-us/graph/api/contact-delta?view=graph-rest-1.0&tabs=http, which…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-27T15:07:57.9733333+00:00
Matteo Rigon 0 Reputation points
commented 2024-03-29T09:57:18.53+00:00
CarlZhao-MSFT 36,076 Reputation points
2 answers

There is a problem searching in "pnp"

There is a problem searching in "pnp". I have videos in mp4 format. When I search for it, it does not appear in the search results، Can you help me.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,341 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,785 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,322 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,103 questions
asked 2024-03-16T18:10:33.48+00:00
Mustafa Zeyad 20 Reputation points
commented 2024-03-29T09:56:42.0433333+00:00
Yanli Jiang - MSFT 20,716 Reputation points Microsoft Vendor
1 answer

Graph api Create onlineMeeting (Error authenticating with resource)

Hello microsoft team I gave the necessary permissions. authorization OAuth 2.0 authorization endpoint (v2) I do it through What do you think the problem could be?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-28T13:39:08.1166667+00:00
google info 0 Reputation points
answered 2024-03-29T09:51:27.2133333+00:00
CarlZhao-MSFT 36,076 Reputation points
1 answer

Update Group mailAddress via Graph API

How can I change the mail address of the M365 group via Graph API? If you enter mailNickname when creating a group, the mail address is applied to mailNickname@. Changing the mailNickname does not change the mail address when modifying the group.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-29T05:51:18.9766667+00:00
ram ra 0 Reputation points
answered 2024-03-29T09:24:44.7833333+00:00
Vasil Michev 92,596 Reputation points MVP
0 answers

How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?

Hello, We are facing an issue in Azure AD B2C to authenticate only Local and Guest users. It is possible with just an application of a single tenant. But We need to add custom claims in token which is not possible at the application level. let me…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
595 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
Microsoft Entra
asked 2024-03-29T06:58:25.0666667+00:00
Muhammad Zubair 0 Reputation points
edited the question 2024-03-29T07:18:17.95+00:00
PRADEEPCHEEKATLA-MSFT 75,286 Reputation points Microsoft Employee
2 answers

How can a user grant access to their mailbox via Graph API?

I have a 'global admin' account through which I performed the app registration and configuration. As a result, I obtained the tenantID, clientID, and ClientSecret. With these credentials, along with the username and password, I am able to successfully…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,691 questions
asked 2024-03-28T13:16:12.81+00:00
Radim Wittmann 0 Reputation points
answered 2024-03-29T07:05:57.93+00:00
Yakun Huang 0 Reputation points
0 answers

Unable to retrieve complete list of messages from Microsoft Teams API

Hello, I have left a group and the last message visible to me was a system event message indicating that I left the group. Now, I am attempting to retrieve the full list of messages by calling the API…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-29T06:15:49.9333333+00:00
Kaif Master 25 Reputation points
1 answer One of the answers was accepted by the question author.

Expected release date for Graph API beta version

Hi When is the release date for Graph API beta version? Whether expected to be in near future? We need to use new webinar related API being added being added as part of…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,909 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-25T10:38:01.1966667+00:00
Mohan Kumar 20 Reputation points
edited the question 2024-03-29T06:08:12.7133333+00:00
LiweiTian-MSFT 12,930 Reputation points Microsoft Vendor
0 answers

Why does the API getTeamsTeamActivityDetail has missing data?

I am using the Microsoft Graph API's getTeamsTeamActivityDetail endpoint to track teams activities. However, I am encountering an issue where the API consistently returns 1011 records active and inactive teams regardless of the period specified (D7,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 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,777 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
308 questions
asked 2024-03-28T01:37:50.16+00:00
Ahlem Barika 0 Reputation points
commented 2024-03-29T04:57:21.21+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 15 Reputation points Microsoft Vendor
0 answers

Microsoft Graph api for alertRules and alertRecords not working with CloudPC.ReadAll permissions.

Hi Team, We are trying to alert rules and records using Microsoft Graph apis (beta). Please find below the details: APIs: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-28T13:43:44.1433333+00:00
Venkata Praveen Tellajeera 0 Reputation points
commented 2024-03-29T03:04:52.8533333+00:00
Yakun Huang 0 Reputation points
1 answer

Intune Data warehouse error

Hi, I've been trying to access the intune data warehouse API. I can get the basic metadata, but not the different entities/collections. I authenticate via Oauth2 and an app registration that has all the required application API permissions (that I…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
Microsoft Intune Reporting
Microsoft Intune Reporting
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Reporting: The process of giving an account of something that has been observed, heard, done, or investigated.
51 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,214 questions
asked 2024-03-26T15:06:22.9066667+00:00
Timo De Grande 0 Reputation points
commented 2024-03-29T03:03:12.84+00:00
Crystal-MSFT 41,766 Reputation points Microsoft Vendor
0 answers

Using Graph API to create Teams 1:1 chat and send message via app (not user)

I am looking to create a notification application which the company will use for e.g. reminders or incidents. The goal is to send the messages to 1:1 chat in Teams and I have already: Registered the app in MS Entra Gotten the following Graph API…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,909 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-28T09:14:31.58+00:00
Haraldur Blöndal Kristjansson 0 Reputation points
commented 2024-03-29T02:38:08.1+00:00
LiweiTian-MSFT 12,930 Reputation points Microsoft Vendor
0 answers

Create folder inside channel of a Teams' team using Graph from VBA

Hello, I'm trying to create a folder on a team's channel in Teams, using the Graph API inside VBA running in an Excel file. Basically, I have an excel file with data and a button, and when the button is pushed, it would trigger the creation of a folder…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,909 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,412 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,542 questions
asked 2024-03-28T15:33:54.5866667+00:00
Inácio Rodrigues 0 Reputation points
commented 2024-03-29T02:37:54.2466667+00:00
LiweiTian-MSFT 12,930 Reputation points Microsoft Vendor
0 answers

Update User mailAddress via Graph API

According to this document, it is included in the proxy address when updating the user. What method should I use if I don't want to receive it with my past mail address?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
asked 2024-03-29T01:52:35.2266667+00:00
ram ra 0 Reputation points
2 answers

How to get children from a sharepoint list item using msgraph v1.0?

Yesterday my code stopped working to retrieve a list of files from a folder. The scenario is as follows: the folder is an item from a SharePoint list. The URL I was using is:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,296 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,412 questions
asked 2024-03-14T14:46:14.8166667+00:00
Leandro Alves Silva 0 Reputation points
answered 2024-03-28T21:09:34.79+00:00
Leandro Alves Silva 0 Reputation points