10,739 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Move Emails - GraphAPI - Issue with Service Account and a shared Mailbox

Hi, We are trying an archiving strategy for our app, which require capability to move the emails to a separate Public folder (not well-known ones available but a newly created Folder in the mailbox) post processing. We are using GraphAPI SDK. Email…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2021-07-30T04:37:39.587+00:00
Prashant Shetty 6 Reputation points
commented 2024-03-25T21:36:10.4466667+00:00
Tom Monnier 0 Reputation points
4 answers

Can't revoke signin session

I am building an app that uses 'Login with Microsoft and everything works fine, except revoking the tokens. The flow is something as follows for logging in: Request to https://login.microsoftonline.com/common/oauth2/v2.0/token to get the access token…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 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,675 questions
asked 2022-11-16T21:20:28.543+00:00
Petre Popescu 16 Reputation points
commented 2024-03-25T17:39:35.5533333+00:00
Andrzej Wiglenda 0 Reputation points
1 answer One of the answers was accepted by the question author.

"Send_an_email_from_a_shared_mailbox_(V2)" or similar do not allow for X-Entity-Ref-ID header rotation

Hello, We currently have an on-premise mail server used within our API to send mails to our clients. For our GMail users, if we do not generate a unique "X-Entity-Ref-ID" header per mail, GMail will automatically group mails together as…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
318 questions
asked 2021-03-22T17:46:36.497+00:00
Joshua JL. Logan 21 Reputation points
edited the question 2024-03-25T16:09:23.7033333+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
1 answer

what are the maximum token lengths for Access and Refresh tokens

We have been increasing our db column max lengths from time to time to facilitate the expansions in length of either Access or the Refresh token from Microsoft side. Is it possible to know an upper bound or a possible length that will be sufficient for a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-25T10:16:10.6366667+00:00
GSH-1402 45 Reputation points
answered 2024-03-25T10:48:56.3633333+00:00
Dharahas Goud 5 Reputation points
1 answer

Mails dont come in

hoe gmail linken aan hotmail

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2023-04-19T07:06:42.4366667+00:00
geertje van vossole 0 Reputation points
edited the question 2024-03-25T09:40:43.2+00:00
geertje van vossole 0 Reputation points
0 answers

Call to drive items thumbnails returning 400

I'm trying to call the following endpoint from within my app that sits inside office.com with a driveId that I'm reciving from our backend service. However the call returns a 400 as attached in the image below. I am not sure what is missing. Any help is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-25T08:44:34.7366667+00:00
Thakur Yogeshwar Singh 0 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Guidance on Programmatically Updating Email Signatures in Outlook Using the Outlook REST API

I'm looking to programmatically update email signatures in Outlook for our team. How can I achieve this using the Outlook REST API? I need guidance on authentication, accessing email signature settings, and updating them with HTML content, including a…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,044 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-18T10:01:45.34+00:00
Louis Cronje 20 Reputation points
accepted 2024-03-25T07:11:34.5566667+00:00
Louis Cronje 20 Reputation points
1 answer

What can be done with ServicePrincipalEndpoint.ReadWrite.All?

Hi, What actions and api calls can be invoked with "ServicePrincipalEndpoint.ReadWrite.All"? Even though there is no documented api calls to that, It seems like we can get all the service principals with that, but we can not add any…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-21T21:31:37.2+00:00
Adi Malyanker 65 Reputation points
edited the question 2024-03-25T04:18:28.7433333+00:00
MayankBargali-MSFT 68,751 Reputation points
1 answer

App Created in one tenant is not accessible in another teannt

Hi, I created one App in my tenant which Can be used my Multiple Organizations. Another tenant Settings - consent And Permissions - "Do not allow user Consent". When a normal user from different tenant sign-in My App an approval request goes…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-19T11:17:08.91+00:00
Nitin Jain 0 Reputation points
commented 2024-03-25T02:47:38.79+00:00
CarlZhao-MSFT 37,456 Reputation points
1 answer

Any steps to batch publish events to all employees and every employee can see their events in a custom website or app

How to implement below 3 main functions using O365 Outlook Calendar (which Graph API)? In a company, as a admin, I want to send important events to all employees in a batch. So that every employee can find these important events in their calendar. …

Outlook
Outlook
A family of Microsoft email and calendar products.
3,044 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-21T12:46:35.2233333+00:00
Candy Zhang (张李慧) 0 Reputation points
commented 2024-03-25T02:44:02.0066667+00:00
CarlZhao-MSFT 37,456 Reputation points
1 answer

What is expiresOn and extExpiresOn in result of acquireTokenByCode function call?

First I am calling getAuthCodeUrl And then handling callback. Here is my function that handles the callback after user login async handleCallback(code: string): Promise<{ accessToken: string; refreshToken: string }> { const tokenRequest = { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,933 questions
asked 2024-03-19T13:50:58.04+00:00
Nikhil Mandaniya 20 Reputation points
answered 2024-03-24T21:28:43.4766667+00:00
awijekoon 1,025 Reputation points Microsoft Vendor
1 answer

Dynamic approach for remove user licence Using Microsoft Graph API

I'm in the process of implementing the Microsoft Graph API for license upgrades. I've implemented the functionality to select a license to upgrade through a dropdown menu, with options such as P1, E1, F1, and E3. Once the user selects a license, I can…

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
588 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
Microsoft Exchange Licensing
Microsoft Exchange Licensing
Microsoft Exchange: Microsoft messaging and collaboration software.Licensing: Rules, regulations, and restrictions that define how software can be used and distributed.
8 questions
asked 2024-03-23T08:51:49.2166667+00:00
Mithila Lishan 136 Reputation points
commented 2024-03-24T19:19:36.7866667+00:00
Vasil Michev 96,161 Reputation points MVP
0 answers

msgraph api how to retrieve originator from a change notification

Im using ms graph resource subscriptions to to react to changes to resources. I react to both create and update events for Messages. Eg. for every incoming mail I will add categories. Adding the category will trigger an additional change notification. I…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-24T18:41:42.6133333+00:00
Tom Monnier 0 Reputation points
0 answers

Microsoft Graph API Webhook Sending Created & Updated Event Types Always

I've attached my Salesforce application to a Microsoft Graph webhook. First I've attached to both created and update in one webhook. After I create an event in Outlook I receive 2 separate notifications. One is 'updated' and the other is 'created'…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-02-27T10:27:50.8066667+00:00
Aleksa Markovic 0 Reputation points
commented 2024-03-24T11:06:08.02+00:00
Sourabh Gupta 795 Reputation points Microsoft Vendor
0 answers

I am using the graph api. After some api calls its throwing SSLHandShake exception.

I am using the graph api. After some api calls its throwing SSLHandShake exception.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-19T04:16:40.4833333+00:00
User One 0 Reputation points
commented 2024-03-24T11:00:21.17+00:00
Sourabh Gupta 795 Reputation points Microsoft Vendor
1 answer

How to read and write an excel file from a particular SharePoint site and on from respective folder in the SPO site so how to do this or what can I do to get this done via MS Graph API?

How to read and write an excel file from a particular SharePoint site and on from respective folder in the SPO site so how to do this or what can I do to get this done via MS Graph API?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-03-24T09:09:42.76+00:00
Mytoast Admin 135 Reputation points
answered 2024-03-24T10:54:11.1533333+00:00
Sourabh Gupta 795 Reputation points Microsoft Vendor
1 answer

Upload Large File Using Graph API v 6.3.0 not wotking

Hi, I use your example and it's failed /Initialize the file input stream and get the file size InputStream file = new FileInputStream("File-Path"); long fileSize = file.available(); // Set the DriveItemUploadableProperties // This is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
asked 2024-02-26T18:08:44.6933333+00:00
Itay Hudedi 0 Reputation points
answered 2024-03-24T09:17:43.4066667+00:00
Sourabh Gupta 795 Reputation points Microsoft Vendor
2 answers

read an excel file from sharepoint using MS Graph API

I am trying to read an excel file present in a folder of a site in sharepoint using MS graph API and perform certain operations on the same. I am not able to get the content in human readable format. The end point url that I have been using so far is -…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,746 questions
asked 2023-04-06T06:00:34.47+00:00
Kompal Sithta 66 Reputation points
commented 2024-03-24T09:03:12.1233333+00:00
Vinod Survase 4,706 Reputation points
1 answer One of the answers was accepted by the question author.

Data Engineering on Microsoft Azure - English (ENU)

I am unable to login into exam, please reschedule it.

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,205 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,651 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,963 questions
asked 2024-03-24T07:20:04.6066667+00:00
Sobarad, Santosh 20 Reputation points
accepted 2024-03-24T07:53:10.4933333+00:00
Sobarad, Santosh 20 Reputation points
0 answers

MDCA(MCAS) API - Get list of sanctioned/unsanctioned apps with app name included

Hi All, I am looking at automating a task that we are currently performing manually for a client. We utilise MDCA and the client receives an extract from the MDCA portal showing all sanctioned/unsanctioned apps for the past 30 days. We want to automate…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,717 questions
Microsoft Defender for Cloud Apps
Microsoft Defender for Cloud Apps
A Microsoft cloud access security broker that enables customers to control the access and use of software as a service apps in their organization.
104 questions
asked 2024-03-23T13:06:10.5266667+00:00
Daniel Birrell 41 Reputation points