11,457 questions with Microsoft Graph-related tags

Sort by: Updated
2 answers

How to set presence status from MS Graph API

In my application, I am using OAuth2.0 sign-in methods on top of that I am getting UserAccessToken. But for another user, my status still showing Offline Is there any method to set a presence via MS Teams Graph API?? e.g POST Me/Presence request In…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-30T10:50:54.207+00:00
Bipin P 56 Reputation points
answered 2020-11-30T16:12:34.69+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to determine the oldest date for startDateTime for List calendarView

We are developing an app to integrate Outlook calendars, is there a way to find out the farthest date I can supply to List calendarView for the parameter startDateTime? our aim is to have the Users manage all events in our app and and I frequently get…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-27T16:34:40.377+00:00
CB 26 Reputation points
accepted 2020-11-30T15:56:14.867+00:00
CB 26 Reputation points
1 answer One of the answers was accepted by the question author.

OneDrive Shared Folder Syncing

I am writing an App that connects to directly to a OneDrive account (primary) via Microsoft Graph. If that account (primary) has a shared folder to another OneDrive account (secondary), does Microsoft Graph connect directly (via the primary) to the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,197 questions
asked 2020-11-27T13:02:31.667+00:00
Sunshine Coast 116 Reputation points
commented 2020-11-30T14:47:15.037+00:00
Sunshine Coast 116 Reputation points
3 answers

Unable to create Private teams via Graph API

I am unable to create Private teams via Graph API even though the visibility is set to "Private". It creates "Public" Teams. Gives no error. This was working fine until a few days ago. Any help would be much appreciated. Thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 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,062 questions
asked 2020-11-17T22:47:45.237+00:00
Zion-7834 6 Reputation points
commented 2020-11-28T02:04:39.46+00:00
Zion-7834 6 Reputation points
0 answers

Graph API - Returning 404 in certain data centers when accessing on-prem mailboxes

I recently created a process that reads/writes contacts in users' mailboxes on-prem via Graph. This process works as expected most of the time but certain times it fails with a 404. I've narrowed it down to the datacenter Graph is using. I've verified…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,998 questions
asked 2020-11-25T21:54:04.897+00:00
DePalma, Mark 1 Reputation point
commented 2020-11-26T21:13:13.623+00:00
DePalma, Mark 1 Reputation point
1 answer

I am trying to add message forwarding rule for a user but it is not working.

API : https://graph.microsoft.com/v1.0/users/rahul.dewangan@k4mobility.com/mailFolders/inbox/messageRules request body : { "displayName": "From partner", "sequence": 2, …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 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,383 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.
7,499 questions
asked 2020-11-24T12:47:24.423+00:00
Rahul Dewangan 21 Reputation points
commented 2020-11-26T05:04:03.7+00:00
Rahul Dewangan 21 Reputation points
1 answer

Where is API & Storage of Outlook Roaming Signature

Feature ID: 60371 MS has announce that Outlook365 will get roaming signatures later 2020. They have announced that when it happens they will disable 3rd party Add-ins previously installed to provide this feature. And it is hinted that they will release…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 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,383 questions
asked 2020-11-20T10:43:10.1+00:00
Krishdk 6 Reputation points
commented 2020-11-26T01:55:50.967+00:00
Itch Sun-MSFT 2,556 Reputation points
1 answer

Few Details missing from contacts and task in graph api v1.0

We are migrating our EWS Managed API codes to Graph API. For that we are using Microsoft Graph API nuget version 3.19 and connecting to Graph API v1.0. Currently we are facing the following issues: In EWS managed APIs we were able to add Business Fax…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-04T05:04:49.747+00:00
Mahesh Tibrewal 51 Reputation points
commented 2020-11-25T21:23:29.67+00:00
DePalma, Mark 1 Reputation point
1 answer

Access Microsoft 365 monthly usage reports via API

Desde el API de graph es posible acceder a diferentes informes de actividad pero solo de los últimos 7 a 180 días ¿ Como podría acceder a los informes mensuales de actividad via API ? Necesitaría acceder a los mismos datos que se accede desde powerBI…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-24T13:58:57.577+00:00
Seachad 1 Reputation point
answered 2020-11-25T11:02:48.487+00:00
Seachad 1 Reputation point
3 answers One of the answers was accepted by the question author.

Unable to get OpenTypeExtensionProperty for event using Graph API

For one of our application, I am trying to get Extensions for an event using the following code in C#: var result = graphServiceClient.User[userid].Calendar.Events[eventid].Extensions.Request().GetAsync().Result; However, I am getting following…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-23T13:17:40.5+00:00
Mahesh Tibrewal 51 Reputation points
answered 2020-11-24T03:59:03.51+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
1 answer

send multiple email using HTML Table in Power Automate

Hi, I was trying to send email from excel, in which i have added column of email, Subject and body. Below is the table for the reference: i created flow in power automate, but i want to send single row with the headers to the respected email…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-23T07:43:52.097+00:00
Akanksha Behl 1 Reputation point
answered 2020-11-23T07:45:10.763+00:00
Leon Laude 85,726 Reputation points
1 answer

As OEM print driver vendor, how to support non-standard paper size in PTConvertDevModeToPrintTicket() API?

We are developing a print driver. To better support Print Ticket for win32 applications, we implemented IPrintTicketProvider COM interface. But it is found that when applications call PTConvertPrintTicketToDevMode(), and the paper size in Print Ticket is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-19T06:35:24.77+00:00
qi an 1 Reputation point
commented 2020-11-21T01:41:59.377+00:00
qi an 1 Reputation point
1 answer

Search function in Bookings

Hey, We are using Bookings for a healthcare business. Patients will sometimes call up to ask for a booking to be moved. They will refer to their personal number. But our staff will need to search for the booking to change it. I cant find the free…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-05T20:17:20.347+00:00
Kenneth Sörensen 1 Reputation point
answered 2020-11-20T17:39:53.647+00:00
Shiva Keshav Varma 406 Reputation points
1 answer

403 Error with Postman Microsoft Graph API

I'm trying to use Microsoft Graph API with Postman. I've thus followed step by step what is described here: https://learn.microsoft.com/en-us/graph/use-postman I'm blocked at the "Set up application API calls" Step 5: "Select Update.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-12T11:06:28.027+00:00
Projet CRI 1 Reputation point
answered 2020-11-20T12:45:33.943+00:00
Shiva Keshav Varma 406 Reputation points
0 answers

Issues with Microsoft Graph-DeltaQuery And Subscription Mechanism

Hi All, The idea is to integrate OneDrive with an WEB APP, so that when a user Create/Update content in OneDrive, those content should get updated in the WEBAPP. To achieve this, we have created an AZURE APP and achieved the requirement using Outlook…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-10-28T22:01:58.157+00:00
Sakti Mohapatra 41 Reputation points
commented 2020-11-19T21:42:26.403+00:00
Sakti Mohapatra 41 Reputation points
1 answer

Graph API - On-Prem Exchange read messages as delegate fails with 403

When trying to use MS Graph to fetch messages of an on-prem delegate mailbox (permissions granted with either full mailbox permissions or folder-level permissions) Graph returns a 403. This works fine with an Exchange Online mailbox. The application has…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-16T22:58:39.257+00:00
DePalma, Mark 1 Reputation point
commented 2020-11-19T19:31:29.047+00:00
DePalma, Mark 1 Reputation point
1 answer

Graph Subscription Limitation

We are creating graph subscriptions for "update" events in groups. Below is the request body we are using to create subscriptions: { changeType: "updated", notificationUrl: https://XX/webhook, …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-10T12:43:02.517+00:00
answered 2020-11-19T06:13:59.077+00:00
SungowMSFT 1 Reputation point
1 answer

Teams - Realizar ligação usando links

Pessoal, boa noite Alguém consegue me ajudar em criar um link, para assim abrir automaticamente o teams e alocar esse numero como descrevi abaixo como exemplo no invite. <a href="tel:+55999999999"> Ligação</a> Estou com uma…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,618 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-18T03:04:53.29+00:00
Carlinhos ´ 1 Reputation point
commented 2020-11-19T05:11:35.377+00:00
Sharon Zhao-MSFT 25,081 Reputation points Microsoft Vendor
0 answers

while converting word document from SPO to PDF using Graph API ,we are facing font changes and change in structre of table ,white spaces sometimes

while converting word document (from SPO) to PDF using graph API, we are facing font changes and change in structure of table ,white spaces sometimes in the converted PDF. Please let me know how to retain the source font and structure as is.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-18T06:31:10.507+00:00
Ravichandra Mailapur 1 Reputation point
commented 2020-11-18T16:09:54.027+00:00
QuantumCache 20,261 Reputation points
1 answer

Microsoft Graph API

Hi Team, We are tying to use the GET /reports/getOffice365ActiveUserDetail api v1.0. Could someone please confirm if the V1.0 API for this method supports pagination($top) and response formatting($format) like the beta version of API. On checking…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,435 questions
asked 2020-11-09T09:44:36.367+00:00
John Suehr 1 Reputation point
answered 2020-11-17T12:00:16.547+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee