10,597 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Checkout of DriveItem in SharePoint using Graph API

Unable to get the success response of checkout of DriveItem in SharePoint using GraphAPI. https://learn.microsoft.com/en-us/graph/api/driveitem-checkout?view=graph-rest-1.0&tabs=http Error: 404 Not Found. Error Message: The resource could not be…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,612 questions
asked 2024-04-25T10:09:39.09+00:00
Akshith Reddy Thalla 0 Reputation points
edited the question 2024-04-25T11:14:47.6533333+00:00
Akshith Reddy Thalla 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure AD B2C - List user accounts deleted and updated

We are using Azure AD B2C for all of our customer accounts. We want to identify the following for the last 5 days. Which user accounts were deleted. Which user accounts were updated. Questions Is there a graph API that will return the above…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
Microsoft Entra
asked 2023-10-07T12:12:35.9566667+00:00
Tarkowski, Michael (M.) 156 Reputation points
commented 2024-04-25T10:48:31.8433333+00:00
Hassan Zaidi 0 Reputation points
1 answer

Client state is not updated when we are calling the update subscription Graph API.

We are using this subscription API to update the subscription details where the expiration date and notification URL are getting updated but not the client state. https://graph.microsoft.com/v1.0/subscriptions/{subscription_id} We used the following Get…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2024-04-23T19:18:58.6166667+00:00
Sanket Chavan 0 Reputation points
edited an answer 2024-04-25T10:05:12.3233333+00:00
Azizkhon Ishankhonov 195 Reputation points
0 answers

Can I set up a user in my Entra center that has access to other user's resources?

I am using microsoft graph to sync SF & outlook events and toDoTasks. However, app level permissions are not available for toDoTasks. I've managed to sync everything using delegated permissions when it comes to syncing these records from SF to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
Microsoft Entra
asked 2024-04-25T10:00:26.2166667+00:00
Aleksa Markovic 0 Reputation points
0 answers

Person Award Beta endpoint

I've been working on creating awards using the Graph endpoint(https://graph.microsoft.com/beta/users/GradyA@devakshatgmail.onmicrosoft.com/profile/awards), and I've been successful in creating them. However, I'm encountering an issue with setting the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2024-04-25T09:08:32.09+00:00
Akshat Agarwal 0 Reputation points
1 answer

Using SharePoint API or Graph API how can I extract who visited a SharePoint site page and when?

I've come across a few articles which talk about extracting the SharePoint site usage information using the relevant APIs. So my problem is that the API's I see do not give the required level of granularity I need to be able to create useful report,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,612 questions
asked 2024-04-24T14:29:33.2766667+00:00
Mr Hussain 0 Reputation points
answered 2024-04-25T09:03:50.98+00:00
Haoyan Xue_MSFT 19,636 Reputation points Microsoft Vendor
1 answer

graph API filter being ignored

I have a flow that returns a list of all site pages using the graph api. I've been trying to add a date filter, but it seems to be completely ignored when running the GET request.  I've tried to simplify it as much as possible and it seems I can't get…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2024-04-24T08:35:49.4233333+00:00
Nick Mumby 0 Reputation points
answered 2024-04-25T09:02:43.56+00:00
CarlZhao-MSFT 36,891 Reputation points
0 answers

Cannot delete Viva Learning Provider even if all related Course-Activities and Learning-Contents are deleted

We created a bunch of Learning Providers in our tenant for testing purposes. We also created Learning Contents and assigned those contents to some users in our tenant by creating Course-Activities using Graph API POST…

Viva Learning
Viva Learning
A Microsoft Viva module that provides employees with formal and informal learning.
82 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2024-04-24T07:33:02.1066667+00:00
René Nicolao 0 Reputation points
commented 2024-04-25T09:00:27.77+00:00
LiweiTian-MSFT 13,985 Reputation points Microsoft Vendor
6 answers

Microsoft Bookings - Remove Bookable Status

We have a client that users Bookings and he wants to remain an administrator and see appointments being scheduled but doesn't want his name appearing as an option when his clients are booking appointments. We have set all his availability to never so…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2021-01-25T20:18:55.023+00:00
Bob Collier 21 Reputation points
commented 2024-04-25T08:40:54.1666667+00:00
Michael Grimes 0 Reputation points
0 answers

deviceManagement/managedDevices - missing value

Hi, I found some bug in graph. When i try catch information via https://graph.microsoft.com/beta/deviceManagement/managedDevices I have missing value of parameters When I call directlu to the managed devices all is correct: Anyone have some idea what…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2024-04-25T08:39:44.8866667+00:00
Mateusz Kowalski 0 Reputation points
1 answer

How to read outlook emails from python

import requests def get_access_token(): """Gets an access token for the Microsoft Graph API.""" url = "https://login.microsoftonline.com/common/oauth2/token" data = { "grant_type":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2023-07-25T15:10:21.23+00:00
Suraj Sanka 15 Reputation points
answered 2024-04-25T08:34:24.05+00:00
Azizkhon Ishankhonov 195 Reputation points
0 answers

How to enable "allowedOnlineMeetingProviders" and "defaultOnlineMeetingProvider" as TeamsforBusiness

I tried GET https://graph.microsoft.com/v1.0/users/{ID}/calendar and got the response as below : { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('sh-recruiting-testing%40ubs.com')/calendar/$entity", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2024-04-25T07:52:14.7966667+00:00
Thasneem-K, Sameena 0 Reputation points
0 answers

Send 4 reqeusts at the same time, but still get "Application is over its MailboxConcurrency limit."

Hi, I am developing an application that can create and delete appointments in a calendar. I have read through the Graph throttling-limits documentation and understand that only 4 concurrent requests can be sent. Therefore, I created 4 threads to send…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,952 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 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,480 questions
asked 2024-04-25T02:09:46.36+00:00
Alex Kang 0 Reputation points
commented 2024-04-25T07:25:25.2466667+00:00
SokiGuo-MSFT 23,236 Reputation points Microsoft Vendor
1 answer

InvalidRequest with OneDrive delta API

We are developing a service to synchronize drives using the OneDrive API. We are utilizing delta links to retrieve the next set of changes by saving either the @odata.nextLink or @odata.deltaLink from the response and polling every few minutes to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
806 questions
asked 2024-04-25T05:36:20.8966667+00:00
Naoki Maeda 0 Reputation points
answered 2024-04-25T07:13:11.6066667+00:00
Emi Zhang-MSFT 21,706 Reputation points Microsoft Vendor
1 answer

Exchange Access Token

Is it possible to exchange access token for a user1 residing in Tenant-1 to a guest user2 in Tenant-2? Here, user2 is actually user1 which is added as a guest user in Tenant2.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,061 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 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,844 questions
asked 2024-04-24T17:16:04.15+00:00
Himanshu Shukla 0 Reputation points
commented 2024-04-25T07:09:21.9766667+00:00
0 answers

Microsoft Teams integration automation

I want to add Microsoft Teams integration to my web app to create meeting links. I was able to do this by manually registering the application in the Microsoft Entra admin center and setting up keys and permissions. I'm looking for a way to simplify this…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,061 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 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,844 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,457 questions
asked 2024-04-24T14:52:15.5166667+00:00
Test User 0 Reputation points
commented 2024-04-25T07:00:48.1966667+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 20 Reputation points Microsoft Vendor
1 answer

getMailboxUsageDetail graph api .

in the getMailboxUsageDetail api GET https://graph.microsoft.com/v1.0/reports/getMailboxUsageDetail(period='D7') in response we get Item Count so GetMailboxUsageDetail API includes which items? like emails for specific users ? or it contains…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
asked 2024-04-23T10:43:23.8233333+00:00
Naitik Jani 6 Reputation points
commented 2024-04-25T06:13:31.05+00:00
Naitik Jani 6 Reputation points
0 answers

Resource-specific consent not showing up in permission grants

I've got an Azure app registration, and a Teams application with a manifest that specifies that ID in the webApplicationInfo. I also have the following permissions specified in the manifest: I then hit "Publish" within…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,061 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 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,844 questions
asked 2024-04-24T17:32:23.14+00:00
Sam Starling 0 Reputation points
edited the question 2024-04-25T05:26:46.96+00:00
JimmyYang-MSFT 48,866 Reputation points Microsoft Vendor
1 answer

How to distribute the app which is created on entra.

How to distribute the application or what are the ways to distribute it between different organisations?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 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,457 questions
asked 2024-04-10T13:54:16.6433333+00:00
asvr asvr 0 Reputation points
commented 2024-04-25T05:07:25.08+00:00
Shweta Mathur 27,381 Reputation points Microsoft Employee
1 answer

Getting msal running on remix run

I've been having issues integrating msal, with my remix-run application. If someone has docs or a resource that could shed light on this dev scenario that would be great. But not my main question. Since I was having trouble with it for about two weeks,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 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.
313 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,457 questions
asked 2024-04-15T02:01:56.1933333+00:00
Skyler zanth 0 Reputation points
commented 2024-04-25T04:04:42.1233333+00:00
Shweta Mathur 27,381 Reputation points Microsoft Employee