10,965 questions with Microsoft Graph-related tags

Sort by: Updated
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,943 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,564 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,608 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 0 Reputation points
1 answer

Either scp or roles claim need to be present in the token

I want to read and upload documents to Sharepoint using Graph API. I followed this guide https://learn.microsoft.com/en-us/graph/auth-v2-service?context=graph%2Fapi%2F1.0&view=graph-rest-1.0&tabs=http I have a Single tenant application. I added…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,928 questions
asked 2024-04-04T14:16:44.7733333+00:00
Oleg Beloglazov 0 Reputation points
commented 2024-06-04T21:50:13.7266667+00:00
Jacob Adamson 0 Reputation points
0 answers

Workbook: createSession no longer supported for personal OneDrive accounts.

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,943 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,564 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
885 questions
asked 2024-06-04T17:12:21.3133333+00:00
Abhishek 0 Reputation points
commented 2024-06-04T21:40:24.5466667+00:00
Abhishek 0 Reputation points
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,943 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,564 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
885 questions
asked 2024-06-04T20:44:03.6333333+00:00
Hari 6 Reputation points
1 answer One of the answers was accepted by the question author.

Can't access onedrive in another tenant

I want to create an aplication that will access and read all data from onedrive in another tenant. The app will act like a daemon in backgroud, without any user intervention. I want to use MIcrosfot Graph API to access data in onedrive. Naming…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
885 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,928 questions
asked 2024-06-02T18:13:57.7533333+00:00
Jan C 20 Reputation points
commented 2024-06-04T20:37:58.7966667+00:00
Jan C 20 Reputation points
1 answer

Missing Graph Java SDK v6.x.x JavaDocs are missing

There no JavaDocs on Maven Central for the of the v6 releases of the Graph Java SDK (https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/6.8.0). They are present for v5, but not v6. Where can I download them?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
asked 2024-05-05T18:07:32.4566667+00:00
JavaDeveloper-4738 5 Reputation points
commented 2024-06-04T19:49:28.0233333+00:00
Lily LaF 0 Reputation points
0 answers

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,307 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
asked 2024-06-04T19:35:02.3066667+00:00
Mike Landi 0 Reputation points
0 answers

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,943 questions
asked 2024-06-04T19:20:14.2266667+00:00
Pavan Goud 20 Reputation points
0 answers

When will Microsoft Teams Phone be available via Microsoft Graph API.

I was just wondering when Microsoft Graph will start having offering that support Teams phone?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
135 questions
asked 2024-06-04T19:11:14.4433333+00:00
Weston Myers 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,943 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,938 questions
asked 2024-06-04T17:49:26.7466667+00:00
Mike Yeager 26 Reputation points
0 answers

Trouble attaching a subscription to Graph Billing Resource

I followed the steps in these articles: https://learn.microsoft.com/en-us/graph/teams-licenses#payment-requirements-for-meeting-apis https://learn.microsoft.com/en-us/graph/metered-api-setup?tabs=azurecloudshell It appeared to work correctly (see…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 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,938 questions
asked 2024-06-04T17:42:24.2366667+00:00
Mike Yeager 26 Reputation points
edited the question 2024-06-04T17:44:34.13+00:00
Mike Yeager 26 Reputation points
1 answer

Need tenant wide access to Teams meeting and recording info and recording content.

We created a tenant wide subscription to be notified of newly created recordings and got that to work. We have to manually parse out the MeetingId and RecordingI from the returned URL fragment. We then use that information to get the meeting…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,307 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 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,938 questions
asked 2024-06-03T15:55:24.1466667+00:00
Mike Yeager 26 Reputation points
commented 2024-06-04T17:28:44.6066667+00:00
Mike Yeager 26 Reputation points
0 answers

How do you troubleshoot Graph API Rich Notifications?

I am setting up a subscription as outlined in this documentation:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
asked 2024-06-04T16:42:11.7633333+00:00
Jim Thompson 0 Reputation points
1 answer

Does AuditLogs SignIns API be useful in getting the last activity usage for products - Visio and Project?

Does AuditLogs SignIns API be useful in getting the last activity usage for products - Visio and Project? https://graph.microsoft.com/v1.0/auditLogs/signIns If yes, how we can identify these products in the response.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
asked 2024-06-04T12:04:39.1366667+00:00
kanhiya Mahajan 0 Reputation points
answered 2024-06-04T15:19:16.5466667+00:00
Vasil Michev 97,386 Reputation points MVP
1 answer

Exception of type 'Microsoft.Fast.Profile.Core.Exception.ProfileBadRequestException' was thrown

We've had a flow running in production for about a month now that updates associate images using the Graph. This week we are seeing issues where the Base64 image is throwing an error. Permissions haven't changed. We tried going directly through Graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
asked 2024-05-07T12:34:10.21+00:00
Matt Perry 45 Reputation points
commented 2024-06-04T14:30:48.4933333+00:00
Chip Valentine 0 Reputation points
1 answer

How to use the Chat component for an online meeting cfat?

Hello! When I fetch the online meeting properties, I get :             "chatInfo": {                 "threadId": "XXXXXXXXXXX",                 "messageId": "0",                …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
asked 2024-04-10T14:19:44.5233333+00:00
Yossi Cahen 80 Reputation points
answered 2024-06-04T14:20:12.04+00:00
Saranya Madhu-MSFT 385 Reputation points Microsoft Vendor
0 answers

Problem with connecting to Outlook via IMAP using OAuth2 authentication

We are building a solution where we connect to email mailboxes via IMAP, fetch and store some relevant emails, so that later we can display them in the web UI. Later on we plan to add support for replying to the relevant emails directly from web UI. We…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,159 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 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,957 questions
asked 2024-06-04T13:35:46.83+00:00
Serhii Bezkostnyi 0 Reputation points
edited the question 2024-06-04T13:52:49.9866667+00:00
Serhii Bezkostnyi 0 Reputation points
0 answers

Office365 Attachment Missing issue in Code Igniter 3 PHP

Office365 Attachment Missing issue in Code Igniter 3 PHP Flow: When an email is sent using Office365, a draft is initially created. All the attachments are then added to this draft one by one before it is sent to the recipient. Issue: We noticed that…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,833 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
Office 365 Training
Office 365 Training
Office 365: A set of Microsoft legacy offerings that combine Office desktop apps with cloud services including OneDrive and Microsoft Teams.Training: Instruction to develop new skills.
8 questions
asked 2024-06-04T13:13:21.8066667+00:00
Adele Vance 0 Reputation points
0 answers

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,943 questions
asked 2024-06-04T13:08:42.0433333+00:00
Diego 0 Reputation points
1 answer

Updating Calendar Event result in OnlineMeeting is null

Hello, I'm currently facing an issue with updating my calendar events. I want to update the individual properties of an calendar event, but whenever I update the body of the calendar event, the OnlineMeeting property becomes null afterwards. However, if…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,943 questions
asked 2024-04-05T10:16:17.7333333+00:00
Maximilian Goch 0 Reputation points
answered 2024-06-04T12:30:12.62+00:00
CharanyaB-MSFT 1,806 Reputation points Microsoft Vendor