11,020 questions with Microsoft Graph-related tags

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

updating / deleting categories automatically change event's category??

Hello, i want to know these APIs will work. PATCH /users/{id|userPrincipalName}/outlook/masterCategories/{id} DELETE /users/{id|userPrincipalName}/outlook/masterCategories/{id} If some events have a category that will be changed / deleted, will these…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-06-07T05:24:59.12+00:00
공민혁 60 Reputation points
accepted 2024-06-10T00:04:45.26+00:00
공민혁 60 Reputation points
1 answer One of the answers was accepted by the question author.

is it possible to have other categories that doesn't belong to masterCategory?

I am using the following APIs to retrieve events and apply colors based on categories: retrieve events API : GET /users/{id | userPrincipalName}/events retrieve masterCategories API : GET /users/{id | userPrincipalName}/outlook/masterCategories However,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-06-07T07:58:51.4666667+00:00
공민혁 60 Reputation points
accepted 2024-06-09T23:59:17.37+00:00
공민혁 60 Reputation points
2 answers

Show a Planner Plan as a Tab inside Teams Channel is no more working using Graph API, any advice?

I have this workflow which:- Create a new Team Channel Create a new Planner Plan Show the Planner Plan as a tab inside the Team Channel. this was working well for around 6 months, but recently it stop working as expected.Here is my workflow which…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 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,626 questions
asked 2024-06-07T06:57:07.46+00:00
john john Pter 115 Reputation points
commented 2024-06-09T23:25:27.8733333+00:00
john john Pter 115 Reputation points
1 answer One of the answers was accepted by the question author.

Trouble with Filtering in MS Graph API Query [MS Bookings / Appointments]

I am having difficulty in filtering appointments based on the serviceID field while querying the Microsoft Graph API. I tried with $filter and $seach, but same problem, it returns me all appointments.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-05-31T08:05:08.8366667+00:00
Sportback 46 Reputation points
accepted 2024-06-09T18:47:52.1433333+00:00
Sportback 46 Reputation points
1 answer

Creating Planner Task using JAVA.

Hello, Is it possible to create a planner task using JAVA? In this guide sample for JAVA is missing. Reference: https://learn.microsoft.com/en-us/graph/api/planner-post-tasks?view=graph-rest-1.0&tabs=http I was able to retrieve…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2020-10-22T08:18:50.17+00:00
Clark Khent Balan 6 Reputation points
answered 2024-06-09T18:33:54.76+00:00
awijekoon 1,420 Reputation points Microsoft Vendor
1 answer

Create Tab call in Teams call for MS Planner showing all Tasks, not just from referenced Planner

Hi all, we are struggling with an issue POSTing to the "Add tab to channel" endpoint using Graph API. The calls succeed, but the tab instead of showing tasks from the referenced Plan shows "My Tasks" and therefore all tasks assigned…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-05-28T07:44:47.6266667+00:00
Maximilian HENKENSIEFKEN 31 Reputation points
edited a comment 2024-06-09T17:16:03.3966667+00:00
Maximilian HENKENSIEFKEN 31 Reputation points
1 answer

Error uploading certain file types from CRM to OneDrive via Graph API

I am using Graph API to upload files from our CRM to OneDrive. While I am able to successfully upload text and CSV files over 70MB, other file types such as images and PDFs return an error:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-04-11T01:01:11.3833333+00:00
Daniel L 0 Reputation points
answered 2024-06-09T13:23:02.9866667+00:00
Sourabh Gupta 795 Reputation points Microsoft Vendor
0 answers

microsoft graph POST API /me/event connection error

Hello, I am getting conenction error while making post API call . curl -X POST https://graph.microsoft.com/v1.0/me/events -H 'Host:graph.microsoft.com' -H 'Content-Type:application/json' -H 'Authorization: Bearer <token>' -H 'Content-Length:645' -H…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-04-23T06:34:18.4866667+00:00
Neha Soni 0 Reputation points
commented 2024-06-09T13:05:11.1533333+00:00
Sourabh Gupta 795 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

WARNING: Unable to acquire token for tenant 'organizations' with error 'InteractiveBrowserCredential authentication failed: Method not found: 'Void Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper.RegisterCache(Microsoft.Identity.Client.ITokenCa

Hi Team, Can someone here please assist me with this error to connect my PowerShell session using the Connect-AzAccount ? PS C:\WINDOWS\system32\WindowsPowerShell\v1.0> Connect-AzAccount WARNING: Unable to acquire token for tenant 'organizations' with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,210 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,027 questions
asked 2023-08-08T13:25:14.0933333+00:00
EnterpriseArchitect 4,916 Reputation points
commented 2024-06-08T19:27:55.08+00:00
Isra Oax 0 Reputation points
0 answers

Search using Graph API not returning expected results.

Hello All, I have a SharePoint list which I am using to store data which I want to be able to search against from PowerApps. To do this i am using the Graph API My request body is: { "requests": [ { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-06-08T08:31:00.9466667+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

not able to see the UAT environment powerapps console

Hi Team We enabled couple of our users to powerapps UAT environement. i've added them in the required security groups and also provided them powerapps premium licenses. The users still cannot see the UAT environment. They just see the default…

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.
4,054 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-04-09T09:56:42.15+00:00
Abi 80 Reputation points
accepted 2024-06-07T22:13:56.1766667+00:00
Abi 80 Reputation points
1 answer

How to create an Azure AD B2C Tenant from GitHub actions

Hi I'm trying to understand if it is possible to create an Azure AD B2C tenant itself through GitHub actions. The attached Bicep file (azure-ad-b2c-tenant-bicep.txt) creates a B2C tenant when invoked from Powershell but fails when invoked from GitHub…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,027 questions
asked 2023-10-11T17:01:38.28+00:00
Benny Jacob 0 Reputation points
commented 2024-06-07T20:29:17.14+00:00
Ivan Yarmolovich 0 Reputation points
1 answer

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,998 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,946 questions
asked 2024-06-04T17:42:24.2366667+00:00
Mike Yeager 26 Reputation points
answered 2024-06-07T19:45:23.26+00:00
Mike Yeager 26 Reputation points
1 answer

Activate azure resources pim role with powershell or with http api

Hello there, Since i need to activate some PIM roles in azure resources, i want to know if there is either powershell commands or http api make it automated. Also if there is, may i know how?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-06-07T10:56:25.64+00:00
Ilias Papadodimas 0 Reputation points
commented 2024-06-07T13:19:35.8933333+00:00
Ilias Papadodimas 0 Reputation points
8 answers

I am trying to add member in mail enabled security group using graph api, Is that possible?

I was able to add or remove users from the mail-enabled security group using graph API. but suddenly it stopped working. I am getting an error that the mail-enabled group can not update. Please refer your ms doc

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2021-10-29T07:07:30.11+00:00
Sourav Bhunia 21 Reputation points
answered 2024-06-07T12:05:11.6966667+00:00
Omar Khalil Admin 0 Reputation points
1 answer

Value cannot be null. Parameter name: storeId

Hi When I use below code to send email usisng a graph client; await graphClient.Users[SenderUserEmail].SendMail(message, true).Request().PostAsync(); I get exception; Code: ErrorInternalServerError Message: An internal server error occurred. The…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-03-27T23:27:45.15+00:00
-- -- 882 Reputation points
commented 2024-06-07T10:37:13.91+00:00
mintet 0 Reputation points
1 answer

How to filter by createdDateTime Graph API 'me/drive/microsoft.graph.sharedWithMe'

Trying to filter the response by "createdDateTime", but always get an InvalidRequest.  Request: GET https://graph.microsoft.com/v1.0/me/drive/microsoft.graph.sharedWithMe?$filter=createdDateTime ge 2024-05-15T09:00:00Z Response:  {    …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,334 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
896 questions
asked 2024-05-21T11:48:06.3533333+00:00
Aishwarya Brahmankar 0 Reputation points
edited the question 2024-06-07T09:00:42.04+00:00
Yanli Jiang - MSFT 22,341 Reputation points Microsoft Vendor
1 answer

Office365 Reports for MailDetailATP

We are trying to fetch data using below API for MailDetailATP. https://reports.office365.com/ecp/reportingwebservice/reporting.svc/MailDetailATP?$filter=StartDate eq DateTime'2024-02-06T04:00:01.0000000Z' and EndDate eq…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,292 questions
asked 2024-02-06T14:48:22.0866667+00:00
Mahendra Sawarkar 40 Reputation points
edited a comment 2024-06-07T08:05:48.6766667+00:00
Sharayu Alat 0 Reputation points
1 answer One of the answers was accepted by the question author.

updating / deleting categories automatically change event's category??

Hello I would like to inquire about the behavior of the following APIs in Microsoft Graph: PATCH /users/{id|userPrincipalName}/outlook/masterCategories/{id} Delete /users/{id|userPrincipalName}/outlook/masterCategories/{id} If some events have a category…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-06-07T05:27:24.51+00:00
공민혁 60 Reputation points
accepted 2024-06-07T07:36:51.95+00:00
공민혁 60 Reputation points
1 answer

How to send a message to channel with client credentials using python

I want to send a message to channel using python with client crendentials, and user should not login there

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,998 questions
asked 2024-06-07T03:41:06.56+00:00
Vinsi S 0 Reputation points
commented 2024-06-07T07:28:36.9066667+00:00
Vinsi S 0 Reputation points