11,467 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Dupliacted message id from the email message headers

We are using Outlook Graph API to fetch email messages we received at least 23 messages with the same Message ID from the message headers Is it expected to have different messages with the same Message ID in the message headers?

Outlook
Outlook
A family of Microsoft email and calendar products.
3,427 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-26T18:12:55.48+00:00
Developer OnePageCRM 0 Reputation points
0 answers

How to get response from SharePoint Likert Scale in Graph API?

I would like to get the Questions and Answers to surveys in SharePoint using Graph API As it stands, I cannot get an answer to a Likert Scale in the Graph API response. /sites/{site-id}/lists/{list-id}d/items?$expand=fields When I query the List that…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,300 questions
asked 2024-07-26T16:57:50.3033333+00:00
eggy mcegg 20 Reputation points
1 answer

Update/Delete “This and all following Events” in Microsoft Graph API

Basically, there are three kinds of Recurring Events updates in the outlook calendar. This Event This and all following Events This Event and All series Actually, I have implemented First and Third but didn't find any Microsoft Graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2021-05-27T10:53:18.713+00:00
Waleed Aslam 1 Reputation point
commented 2024-07-26T15:56:55.6133333+00:00
Sajid Hussain 0 Reputation points
1 answer

ERROR - Exception fetching meeting info. 401 Client Error: Unauthorized for url: [REDACTED_URL]

I am experiencing an unexplained Unauthorized (401) exception when trying to fetch online meeting information to retrieve meeting transcripts using the Microsoft Graph API (v1.0). My app is authorized (OAuth 2.0) via delegation with the following…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-25T14:36:44.4833333+00:00
Jimmy Park 0 Reputation points
commented 2024-07-26T13:44:08.2+00:00
Jimmy Park 0 Reputation points
0 answers

Bookings API: PATCH Operation Not Working on Services

I am creating an application using delegated authentication with the Bookings API. Whether it is through a delegated GraphServiceClient and passing a newly initialized BookingService object, or using delegated tokens through Postman, I keep receiving a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-26T13:36:41.6666667+00:00
Nicholas Munshower 0 Reputation points
0 answers

Microsoft graph Python API authentication

What Microsoft graph Python API I can use to authenticate with method like this? url = "https://login.microsoftonline.com/" + authgraph['tenantid'] + "/oauth2/v2.0/token" body = { "client_id":authgraph['clientid'], …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-26T11:36:30.4166667+00:00
Michael Strelnikov 0 Reputation points
1 answer

How to export Microsoft Teams chat ? Is there any mechanism by which end users can export their chat history and use it later?

How to export Microsoft Teams chat ? Is there any mechanism by which end users can export their chat history and use it later?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 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.
3,065 questions
asked 2022-06-20T10:18:09.217+00:00
Vinod Survase 4,726 Reputation points
commented 2024-07-26T10:48:52.3633333+00:00
Mytoast Admin 185 Reputation points
1 answer One of the answers was accepted by the question author.

Teams bot need to join all meeting.

I have created a teams chat bot using azur bot service. I wanted a functionality like if I join any meeting then Bot also need to join that meeting automatically and record a meeting.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
807 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 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.
3,065 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,407 questions
asked 2024-07-14T12:50:56.0233333+00:00
Sagar Bala Saheb 20 Reputation points
accepted 2024-07-26T10:27:03.07+00:00
Sagar Bala Saheb 20 Reputation points
2 answers One of the answers was accepted by the question author.

How can I fix Error: Code: OrganizationFromTenantGuidNotFound Message: The tenant for tenant guid '*****' does not exist.

I registered an application on Microsoft Entra ID Free that should send emails via OAUTH 2.0 authentication, I gave access to the Mail.Send API and created a clientsecret. If I configure the clientID, clientsecret and tenatID in my app I get the error in…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 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,629 questions
asked 2024-07-25T12:36:58.5833333+00:00
Marco Tomatis 6 Reputation points
commented 2024-07-26T10:06:25.14+00:00
Yakun Huang-MSFT 2,570 Reputation points Microsoft Vendor
1 answer

Which license type is required to assign Sensitivity Labels in MS purview using Graph explorer

We are trying to extract and assign Sensitivity Labels in MS purview(Onedrive data store) using Graph explorer API. Able to extract the list of Sensitivity Labels attached to the drive-item id, but cannot assign one. Here are the details Endpoint : POST…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,065 questions
asked 2024-07-25T08:59:58.2166667+00:00
Ludmila Rinuado 0 Reputation points
answered 2024-07-26T09:27:05.3566667+00:00
CarlZhao-MSFT 40,311 Reputation points
1 answer

Is it possible to generate a sharing link for SharePoint through the Graph API that is "People with existing access"?

Is there a way, using the Graph API to create the same kind of link as you would if in SharePoint, you select Copy Link and then "People with existing access"? I was reading through the documentation of for Create a sharing link for a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,300 questions
asked 2024-06-13T14:53:13.6+00:00
Daniel Troyano 5 Reputation points
edited a comment 2024-07-26T09:24:08.8933333+00:00
Ingrid 0 Reputation points
2 answers

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.
11,445 questions
asked 2024-05-07T12:34:10.21+00:00
Matt Perry 60 Reputation points
commented 2024-07-26T08:57:18.6+00:00
Ivan Kulušić EXTERNAL 0 Reputation points
1 answer

API Permissions not updated when using Microsoft Graph

I have an App Registration that has two API permissions. I want to use this permission to access some information about the user in my apps. I have already integrated this app registration into my web apps in Azure Portal. I am adding this in the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,407 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,629 questions
asked 2024-07-19T04:13:16.27+00:00
Al Ghiffari 0 Reputation points
commented 2024-07-26T08:48:52.16+00:00
Navya 6,845 Reputation points Microsoft Vendor
0 answers

ServerError: invalid_client: AADSTS650051: Using application 'Demo' is currently not supported for your organization xyz.com because it is in an unmanaged state. An administrator needs to claim ownership of the company by DNS validation of xyz.com

Error:- ServerError: invalid_client: AADSTS650051: Using application 'App_name' is currently not supported for your organization App_name.com because it is in an unmanaged state. An administrator needs to claim ownership of the company by DNS…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,775 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.
20,629 questions
asked 2024-07-26T08:32:04.6533333+00:00
Bhuvan Goyal 0 Reputation points
edited the question 2024-07-26T08:37:22.2+00:00
Bhuvan Goyal 0 Reputation points
0 answers

Increasing the maximum size(23GB) file for Microsoft Graph

Hello, is it possible to increase the maximum size of the uploaded file with Microsoft Graph Beta API from 23GB to 30GB as it allowed for a Win32 app in Intune? And what is the solution to avoid this limitation for Microsoft Graph?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,743 questions
asked 2024-07-26T08:06:07.1333333+00:00
Vlad Lustenko (Apptimized) 0 Reputation points
0 answers

Filtering by start/end date for Webinar

Hi, Is there any possibility, to filter the Webinars object returned by GET /solutions/virtualEvents/webinars by startDate/endDate ? From the documentation I can see the only parameter available is $count. Any plans for implementing this in the future ?…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-26T07:25:22.5166667+00:00
Szczepankowski, Jakub 0 Reputation points
1 answer

Microsoft 365 Email: not possible to set custom sender name

Hi! I am trying to send a message by POST /me/sendMail endpoint: https://learn.microsoft.com/uk-ua/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http My request body looks like this: { "message": { "body": { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-23T07:51:44.0266667+00:00
Dmytro Maliuta 0 Reputation points
commented 2024-07-26T07:14:30.33+00:00
Dmytro Maliuta 0 Reputation points
2 answers One of the answers was accepted by the question author.

How can I fix Error: Code: OrganizationFromTenantGuidNotFound Message: The tenant for tenant guid '*****' does not exist.

I registered an application on Microsoft Entra ID Free that should send emails via OAUTH 2.0 authentication, I gave access to the Mail.Send API and created a clientsecret. If I configure the clientID, clientsecret and tenatID in my app I get the error in…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 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,629 questions
asked 2024-07-25T12:37:44.2433333+00:00
Marco Tomatis 6 Reputation points
answered 2024-07-26T06:51:26.25+00:00
Marco Tomatis 6 Reputation points
0 answers

[Multitenant organisation - create chat API] Unable to create a group chat with user within org - user needs to switch to different tenant to see chat

See an issue with CREATE API when user is part of group chat. Created a multitenant organisation between two tenants A and B. User from Tenant B is synced with Tenant A. Now send request payload with two users Tenant A and user synced from tenant B for…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-26T05:28:39.4933333+00:00
Saravana Raguram Ravindran 0 Reputation points
edited the question 2024-07-26T05:31:33.4866667+00:00
Saravana Raguram Ravindran 0 Reputation points
1 answer

Grant Sites.Selected to Sharepoint Site using azure app registration with full control in PowerShell

I am trying to grant Sites.Selected to Sharepoint site. I have granted with admin consent. I am using admin authentication to grant the permission. I am getting a "invalid request" error. I've checked the id and client id, but can't seem to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-25T23:50:43.13+00:00
Sharee Huddleston 0 Reputation points
edited the question 2024-07-26T03:26:02.8666667+00:00
AmaranS 4,015 Reputation points Microsoft Vendor