10,999 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Please allow subscriptions on new Alerts API (/alerts_v2)

Hi, To automate the remediation of high-level alerts, we have set up Powerautomate flows for : revoke sessions and block a user concerned by a High alert in cases of phishings or abnormal connections (UserEvidence) isolate workstations in cases of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
Microsoft Defender for Identity
Microsoft Defender for Identity
A Microsoft service that helps protect enterprise hybrid environments from multiple types of advanced, targeted cyberattacks and insider threats.
165 questions
asked 2024-05-28T14:04:05.0833333+00:00
Roch AUBURTIN 0 Reputation points
edited the question 2024-06-06T05:07:53.86+00:00
RNareddy 845 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

"Operation not allowed" on Graph API Item Preview endpoint

Hello, I have created an App registration. Endpoint in question: https://learn.microsoft.com/en-us/graph/api/driveitem-preview?view=graph-rest-1.0 According to that document, this endpoint requires at least "Files.Read" permission. I've…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
890 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,960 questions
asked 2024-05-28T06:05:54.8866667+00:00
Python Developer 7 25 Reputation points
edited the question 2024-06-06T03:03:11.3833333+00:00
Yanli Jiang - MSFT 22,111 Reputation points Microsoft Vendor
0 answers

GRAPH: Retrieve Image from Microsoft List via Graph

Hello, I have integrated a Microsoft list with Graph. I can read and write List Items. I am also seeing the field "DevicePhoto" while retrieving the items of the list: "DevicePhoto":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,960 questions
asked 2024-06-05T10:53:44.1833333+00:00
Jens Krengel 0 Reputation points
commented 2024-06-06T02:07:03.5066667+00:00
CarlZhao-MSFT 38,356 Reputation points
1 answer One of the answers was accepted by the question author.

Graph eDiscovery API to purge data didn't work

Running API to purge eDiscovery email data via: POST /compliance/ediscovery/cases/{caseId}/sourceCollections/{sourceCollectionId}/purgeData Response with 202 Accepted , however, no email purged. Suggestion from anyone?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-05T23:40:50.4333333+00:00
Paul Zhang 20 Reputation points
accepted 2024-06-06T02:05:20.8166667+00:00
Paul Zhang 20 Reputation points
1 answer

Graph eDiscovery API to purge data didn't work

I was running API to purge eDiscovery email data via following: POST https://graph.microsoft.com/beta/compliance/ediscovery/cases/{caseId}/sourceCollections/{sourceCollectionId}/purgeData Response with 202 Accepted, however, there's no email purged at…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-05T23:38:48.25+00:00
Paul Zhang 20 Reputation points
answered 2024-06-06T01:50:48.0233333+00:00
Yakun Huang-MSFT 1,085 Reputation points Microsoft Vendor
2 answers

Why I'm getting Request_ResourceNotFound when requesting an existing user ?

Hi I'm attempting to get user details from the graph api but I received an error. Note getting data regarding others users using the same token is working. I'm…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2023-10-24T13:04:49.0933333+00:00
Jeremy Cohen 0 Reputation points
commented 2024-06-05T19:03:01.6933333+00:00
Genyu Zhang 0 Reputation points
0 answers

Not receiving Recording Ready notifications for "Meet Now" meetings

I set up subscriptions to notify me when new transcripts are created and when new recordings are created. When I schedule a meeting, I get both notifications as expected. When I create a meeting with Meet Now (from the Calendar tab), I only get a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 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,944 questions
asked 2024-06-04T17:49:26.7466667+00:00
Mike Yeager 26 Reputation points
edited a comment 2024-06-05T14:23:23.55+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 35 Reputation points Microsoft Vendor
1 answer

How to create a list view using microsoft graph api (v1.0)

Hi folks, how can I create a list view (on a sharepoint list) using microsoft graph api? I've read the documentation for the graph api and couldn't find any reference to this. Does anyone know?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-05T10:23:23.2666667+00:00
Aj 0 Reputation points
answered 2024-06-05T14:22:23.9933333+00:00
Saranya Madhu-MSFT 385 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Send a message to an existing group chat via Mircrosoft Graph

I have a test Teams tenant and have been exploring Microsoft Graph. I want to develop a .net app that can post messages into a group chat. When I try this in the test tenant, using the example from …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,324 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-04T19:35:02.3066667+00:00
Mike Landi 20 Reputation points
accepted 2024-06-05T14:00:15.0766667+00:00
Mike Landi 20 Reputation points
3 answers

Hi,To send a message to Teams from a Node.js application using the Graph API, I successfully obtained the access token, receiver's chat ID, and team ID using their email. However, when attempting to send a message, I'm encountering a 401 Unauthorized err

I have given the all the required permissions on both application and delegated permissions "roles": [ "TeamMember.Read.All", "User.ReadBasic.All", "Chat.UpdatePolicyViolation.All",…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 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,944 questions
asked 2024-05-31T05:04:39.69+00:00
Satya Krishna Madasu 0 Reputation points
commented 2024-06-05T12:48:39.5033333+00:00
Prasad-MSFT 5,786 Reputation points Microsoft Vendor
0 answers

Is it possible to get the list of all the users that can access a Planner plan without having our users to grant the GroupMember.Read.All scope?

To give more context to the issue, we have a Planner integration where we sync Planner plans to our platform. While we can see some members in the sharedWith property of the /details endpoint, the property does not include all of the members but, from my…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-05T10:54:29.6166667+00:00
Damian Kobza 1 Reputation point
5 answers One of the answers was accepted by the question author.

Why is there not a month view in Microsoft teams calender? There is day, work week and week, but no month?? What gives??

I would like to view my calendar as the whole month. Viewing it one week at a time is pointless for me. I would like to view the whole month at a time...Why is this not an option?? Day, work week and week are the only options...

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,324 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,967 questions
asked 2023-02-07T17:17:51.45+00:00
Hancock, Jess - FS, UT 235 Reputation points
commented 2024-06-05T10:50:10.0033333+00:00
Smith, Kevin (GE Appliances) 0 Reputation points
0 answers

Workbook Excel API for personal OneDrive accounts is not working

This API https://learn.microsoft.com/en-us/graph/api/workbook-createsession?view=graph-rest-1.0&tabs=http was working fine for Personal OneDrive accounts but it has stopped today on 6/4/2024. It is returning with the following error. The same error…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,571 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
890 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,623 questions
asked 2024-06-04T17:12:21.3133333+00:00
Abhishek 5 Reputation points
edited the question 2024-06-05T07:40:20.2566667+00:00
Jiajing Hua-MFST 6,340 Reputation points Microsoft Vendor
0 answers

Not able to create multiple long running session for a single excel file using Microsoft graph workbook api.

We can create multiple long-running sessions for a single file using the Microsoft Workbook Create Session API, and the older sessions remain active for a short time. However, sometimes we receive an accepted (202) response when creating a new session,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,571 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
890 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,623 questions
asked 2024-06-04T20:44:03.6333333+00:00
Hari 6 Reputation points
edited the question 2024-06-05T07:39:03.0933333+00:00
Jiajing Hua-MFST 6,340 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Is it possible to setup a subscription towards user presence using a client_credentials grant based access_token?

"https://login.microsoftonline.com/#{microsoft_tentant}/oauth2/v2.0/token" "https://graph.microsoft.com/#{version}/subscriptions" with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-04T07:47:31.6633333+00:00
Rob Kamstra 20 Reputation points
accepted 2024-06-05T07:27:51.8566667+00:00
Rob Kamstra 20 Reputation points
0 answers

Programmatically create a Teams Meeting for a Personal Account

I am writing a web app that needs to create/modify/delete Teams Meetings on behalf of users who have personal Microsoft accounts, not work or school accounts. All docs I can find seem to imply that it is not possible (details follow). Yet, the actual…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,324 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 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,944 questions
asked 2024-05-29T22:16:44.66+00:00
macrogreg 0 Reputation points
commented 2024-06-05T05:46:59.36+00:00
Meghana-MSFT 3,806 Reputation points Microsoft Vendor
0 answers

How to implement Teams messaging API for SpringBoot Application.

Requirement is to send Text Message to User over Teams Application from SpringBoot Application.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-05T04:41:07.6266667+00:00
Kumar01, Saurabh (MTSL) 0 Reputation points
1 answer

Graph Api issue trying to update contact to outlook global address list in an organisation

def __init__(self, tenant_id, client_id, client_secret): self.tenant_id = tenant_id self.client_id = client_id self.client_secret = client_secret self.contacts_endpoint_base =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-04T19:20:14.2266667+00:00
Pavan Goud 20 Reputation points
answered 2024-06-05T03:07:48.4766667+00:00
Yakun Huang-MSFT 1,085 Reputation points Microsoft Vendor
1 answer

Graph SDK | .orderBy not working in B2C tenants

Hi, I would like to read out all users with the Microsoft Graph SDK (Typescript) and get them sorted by the "createdDateTime". In normal Azure tenants this works without any problems, but in a B2C tenant it does not work so far. This is how my…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
asked 2024-06-04T13:08:42.0433333+00:00
Diego 0 Reputation points
answered 2024-06-05T03:02:07.6733333+00:00
CarlZhao-MSFT 38,356 Reputation points
2 answers

FileOpenUserUnauthorized error for excel API

Hi, I hope you are doing well. I am exploring Microsoft Graph Explorer for excel API and testing get worksheets in workbook endpoint. Although I have provided correct drive-item-id , I'm keep getting following error. { "error": { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,977 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,571 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,623 questions
asked 2024-03-20T10:15:33.05+00:00
kishan parmar 0 Reputation points
commented 2024-06-04T22:12:44.94+00:00
Abhishek 5 Reputation points