10,595 questions with Microsoft Graph-related tags

Sort by: Updated
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,573 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,573 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,610 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,573 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,573 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,573 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,573 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,573 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,573 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,573 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,573 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,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,573 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,843 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,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,573 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,843 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,456 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,573 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,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,573 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,843 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,573 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,456 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,573 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,456 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
1 answer

How to generate a teams meeting link with token on postman?

Hi guys. I have a problem with creating a teams meeting link. I know that there is a documentation about this topic but i never could success. I already read this documentation countless time and i tried different variations but it didn't work for me.…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,573 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,843 questions
asked 2024-04-24T06:44:48.7933333+00:00
Kadir Bekman 0 Reputation points
answered 2024-04-25T02:52:17.0133333+00:00
Yakun Huang-MSFT 160 Reputation points Microsoft Vendor
1 answer

How to send message in teams channel using guest user programmatically?

Is it possible to send messages in teams channel using guest user credentials by invoking graph API programmatically?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,573 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,843 questions
asked 2024-04-02T15:56:23.48+00:00
Himanshu Shukla 0 Reputation points
commented 2024-04-25T02:12:16.8433333+00:00
LiweiTian-MSFT 13,985 Reputation points Microsoft Vendor
1 answer

Possible to limit SharePoint API/ Graph API access to a specific Sharepoint List?

Hi, Currently working at a project for a client where we need to develop an API that connects and syncs items to and from one of their SharePoint lists. The client's concern is that our API will be able to access all contents on their SharePoint…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,573 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,610 questions
asked 2024-04-24T08:15:26.4133333+00:00
Arvidsson, Alexander 0 Reputation points
answered 2024-04-25T01:58:06.05+00:00
RaytheonXie_MSFT 31,071 Reputation points Microsoft Vendor
1 answer

Manage users' authentication methods using Microsoft Graph

When calling this API to get Authentication method and MFA, some users does not return the results. Same API but some return error message "code":"resourceNotFound","message":"The specified user could not be…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,486 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,573 questions
asked 2024-04-22T14:45:54.2666667+00:00
Ngan Bui (Cloud) 0 Reputation points
answered 2024-04-25T00:30:24.3+00:00
Ngan Bui (Cloud) 0 Reputation points