Microsoft Q&A

Microsoft Graph

6,419 questions

A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.

6,419 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Create Event Api given error with no user interaction token

error { "error": { "code": "ErrorAccessDenied", "message": "Access is denied. Check credentials and try again." } }

Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
500 questions
asked 2023-03-28T07:44:43.9866667+00:00
KAMALJEET SINGH 0 Reputation points
commented 2023-03-28T11:30:42.9033333+00:00
KAMALJEET SINGH 0 Reputation points
2 answers One of the answers was accepted by the question author.

https://graph.microsoft.com/v1.0/me/onlineMeetings gives error

{ "error": { "code": "BadRequest", "message": "/me request is only valid with delegated authentication flow.", "innerError": { "date":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
asked 2023-03-28T10:12:15.2533333+00:00
KAMALJEET SINGH 0 Reputation points
commented 2023-03-28T11:23:02.6066667+00:00
KAMALJEET SINGH 0 Reputation points
1 answer

Onlinemeeting api given error with without interaction user

{ "error": { "code": "Forbidden", "message": "", "innerError": { "request-id": "89caaa16-8780-4566-8762-02fff696a196", …

Microsoft Graph Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
643 questions
Microsoft Graph Calendar API
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
815 questions
Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
731 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
asked 2023-03-28T10:02:57.01+00:00
KAMALJEET SINGH 0 Reputation points
answered 2023-03-28T11:08:22.96+00:00
Gopinath Chennamadhavuni-MSFT 1,766 Reputation points Microsoft Vendor
0 answers

Is there a way to start a Teams or PTSN call from Azure Monitor alerts? If so, what is the preferred method?

I've been looking for ways to implement a solution that would automatically initiate a MS Teams or PTSN call (1:1 or group call) when an Azure Monitor alert is triggered. First I checked if it would be possible to use the built-in Az Monitor PTSN…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
5,945 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 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.
1,890 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
345 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
2,794 questions
asked 2023-03-22T15:02:53.2966667+00:00
Mikko Koskinen 5 Reputation points
commented 2023-03-28T11:04:33.7433333+00:00
Prasad-MSFT 3,526 Reputation points Microsoft Vendor
1 answer

planner task assigned to user using graph API

We are using ClientSecretCredential to create planner task using Graph API. It is working fine without Assignments. But as soon as we are adding assignment it is throwing exception " The request is invalid: Value cannot be null. Parameter name:…

Microsoft Graph Teamwork API
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 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.
2,197 questions
Microsoft Graph Tasks Plans API
asked 2023-03-24T13:01:27.3733333+00:00
Manoj Pant 50 Reputation points
commented 2023-03-28T11:00:29.75+00:00
Denniz Nilsson 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to view Word/PowerPoint inline comments using Graph API?

I was wondering if it is possible to get comments for Wrod/PowerPoint files using the Graph API? https://learn.microsoft.com/en-us/graph/api/workbook-list-comments?view=graph-rest-1.0&tabs=http This works for Excel workbooks, but fails when I try on…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
44 questions
Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
142 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
297 questions
asked 2023-03-27T12:35:48.9266667+00:00
Adz 211 Reputation points
accepted 2023-03-28T10:34:18.0766667+00:00
Adz 211 Reputation points
1 answer

Error: "OrganizationFromTenantGuidNotFound" (even with Microsoft 365 subscription)

I'm trying to get the events from outlook calendar but I get an error doing so. I have an app registered on Azure Portal (free plan), which I'm using to read the events with Nodejs. This are the permissions I've set in order to be able to query the…

Microsoft Graph Calendar API
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
500 questions
asked 2023-03-28T07:59:46.28+00:00
Laia 0 Reputation points
edited the question 2023-03-28T10:24:40.56+00:00
Laia 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to change teams policy with GRAPH API

Hello, I currently use these types of commands to assign TEAMS policies: Grant-CsTeamsUpgradePolicy -Identity "xxxx@X " -PolicyName UpgradeToTeams -verbose What are the equivalent commands with GRAPH API? and how can I easily find…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
5,945 questions
Microsoft Graph Teamwork API
asked 2022-04-12T16:11:57.273+00:00
Damien ARNAUD 21 Reputation points
commented 2023-03-28T10:23:37.9333333+00:00
Damien ARNAUD 21 Reputation points
2 answers

Problem extract data using Microsoft Graph - C# .NET

I'm building a program that login through the Azure AD with the Microsoft account. After logging in, I need to extract more data about the user, in order to know what permissions I need to give him, so I thought of using Microsoft Graph, but I can't do…

Microsoft Graph Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
643 questions
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
815 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
asked 2023-03-21T10:41:54.9733333+00:00
OdMa 0 Reputation points
commented 2023-03-28T10:16:21.0833333+00:00
CarlZhao-MSFT 20,776 Reputation points
2 answers One of the answers was accepted by the question author.

Getting error while fetching email data of users in my organizational account.

I am trying to hit this URL from the postman. https://graph.microsoft.com/v1.0/users/{USER_ID}/mailFolders/Inbox/messages but unfortunately, I am getting this…

Microsoft Graph Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
643 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
731 questions
asked 2023-03-27T17:36:56.7866667+00:00
Anns 1 Reputation point
commented 2023-03-28T09:53:40.35+00:00
Anns 1 Reputation point
1 answer One of the answers was accepted by the question author.

MS Bookings API Error - POST /solutions/bookingBusinesses/{id}/appointments

Hello, I am writing to seek assistance with an issue I encountered while using the MS Bookings API. Until this point, the API has worked without issues and I have not made any modifications to my application. When I tried to make a POST request to create…

Microsoft Graph Customer Booking API
Microsoft Graph Customer Booking API
A Microsoft API that lets enterprise organization and small business owners manage customer bookings and information with minimal setup.
175 questions
asked 2023-03-27T12:16:39.1566667+00:00
Tuukka Tihekari 0 Reputation points
commented 2023-03-28T09:06:43.6866667+00:00
Zach L 0 Reputation points
1 answer

MS Bookings Graph API - Internal Server Error

I'm trying to fetch MS bookings customers (Graph API) data using power automate flow but it started giving internal server error and absolutely no clue about it. I'm able to get access token but could not able to fetch any result through graph API for…

Microsoft Graph Customer Booking API
Microsoft Graph Customer Booking API
A Microsoft API that lets enterprise organization and small business owners manage customer bookings and information with minimal setup.
175 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
asked 2023-03-27T16:35:43.52+00:00
Suresh Veesam 1 Reputation point
commented 2023-03-28T08:55:40.6866667+00:00
Luan Le Thanh 0 Reputation points
1 answer

How to send email via Azure AD authentication

I need a solution for an App (Java J2EE application) without user to login and send email (to any email inside and outside organisations). The suggestion from various groups is to use Azure AD with shared mailbox in O365 and necessary permissions. Could…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,596 questions
asked 2023-03-28T04:53:11.53+00:00
answered 2023-03-28T08:35:45.9133333+00:00
Shweta Mathur 13,081 Reputation points Microsoft Employee
1 answer

How to check and change limit of recurrence duration for sepcific room by Graph API?

I am using Graph API in React app to create and update events. Some of the rooms have set duration limit for recurrence event up to 6 months maximum . Is it possible with graph api endpoints to check and another one to update this resources? Or it is…

Microsoft Graph Azure AD API
Microsoft Graph Azure AD API
A Microsoft API that queries the user's profile, finds other users, manages organizational relationships, tracks assignments, or creates original solutions that incorporate existing organizational data.
209 questions
asked 2023-03-27T19:38:17.9033333+00:00
admin 41 Reputation points
commented 2023-03-28T08:29:57.02+00:00
admin 41 Reputation points
3 answers

Unable to retrieve tenant service info.

I am trying to get a lost of files from my onedrive using a python script but it's giving an error and I am using Application permissions only but it is giving an error while getting access token. Here is my code- import requests import json # Define the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
500 questions
asked 2023-03-27T23:43:25.6433333+00:00
Aman 0 Reputation points
answered 2023-03-28T08:18:08.71+00:00
CarlZhao-MSFT 20,776 Reputation points
0 answers

Shared Calendars do not allow their categories to edit.

Hi Team, Our users are unable to amend category of two of the shared calendars even though they have edit rights. please see screen shot. as soon as any category is highlighted the options on the right are greyed out:

Microsoft Graph Calendar API
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
115 questions
asked 2023-03-28T08:01:18.5566667+00:00
Milissa Peters GADM 0 Reputation points
1 answer One of the answers was accepted by the question author.

Is there a way to differentiate between user created folder and default folder?

For an Addin is it possible to know whether a mail folder is created by users or whether its a default folder created by Outlook.

Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
731 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 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.
3,756 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
567 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
6,319 questions
asked 2023-03-09T13:05:35.0766667+00:00
Diksha Yadav 1 Reputation point
edited the question 2023-03-28T07:51:44.9966667+00:00
Yuki Sun-MSFT 27,096 Reputation points
1 answer

Unsupported or invalid query filter clause specified for property 'description' of resource 'Group'.

Sending below filter query. https://graph.microsoft.com/v1.0/users?$filter?$top=999&$filter=description+eq+'testing'&$select=displayName and getting response of Unsupported for description clause . Is description is supported clause or i am doing…

Microsoft Graph Files API
Microsoft Graph Files API
A Microsoft API to create an app that connects with files across OneDrive, OneDrive for Business, and SharePoint document libraries.
324 questions
Microsoft Graph Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
643 questions
asked 2023-03-28T05:50:50.5766667+00:00
Oauthuser 0 Reputation points
edited an answer 2023-03-28T07:23:39.42+00:00
Gopinath Chennamadhavuni-MSFT 1,766 Reputation points Microsoft Vendor
1 answer

400 error when using the "List call transcripts" Graph API for MS Teams

Issue: I am consistently getting a 400 error when using the "List call transcripts" Graph API for MS Teams. Hence, I would like to know if there is any permanent or temporary issue with this API or with the steps I have followed. Objective: We…

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.
1,890 questions
Microsoft Graph Teamwork API
asked 2023-02-16T15:27:12.61+00:00
Kesavan Kanchi Kandadai 0 Reputation points
answered 2023-03-28T07:13:09.5266667+00:00
BhanuKiran-MSFT 3,421 Reputation points Microsoft Vendor
1 answer

How to find and replace the content of the Pages in Sharepoint using Microsoft graph API?

Hello, What I am doing here is, first of all fetching the pages from sharepint and want to find and replace the content of that pages and save it back to the sharepoint site. Example: I have created one page and in that page I have copied the link of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
879 questions
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
815 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
6,471 questions
Microsoft Graph Paging API
asked 2023-03-27T05:46:25.96+00:00
Akbar Husain 0 Reputation points
commented 2023-03-28T06:51:26.8666667+00:00
Akbar Husain 0 Reputation points