11,261 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Microsoft Teams Graph API: private Sharepoint site creation

Hi all, I'm developing integration tests with Microsoft Teams and Sharepoint sites and found an odd issue with the creation of private teams channel. The flow is following: Create Team(it automatically creates 'General' public channel and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-11T10:21:10.617+00:00
Ilya Laschenko 31 Reputation points
commented 2021-03-17T11:59:09.137+00:00
Ilya Laschenko 31 Reputation points
1 answer

How to decrypt data key of resource

Hi, I am working on Graph ChatMessage subscription. I am able to create subscription successfully but having hard time to decrypt the data at client. I created the certificate using certbot (which created privkey.pem and fullchain.pem) when creating the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-16T18:58:28.873+00:00
Verum 1 Reputation point
answered 2021-03-17T10:02:32.803+00:00
Danstan Onyango 3,816 Reputation points Microsoft Employee
0 answers

Getting correct Teams "in a meeting" presence from Microsoft Graph

Hi, I am using MS Graph to get presence information for users using the Get presence function https://learn.microsoft.com/en-us/graph/api/presence-get Using this I get the current availibility and the current activity. This is working fine except…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-16T11:54:41.137+00:00
Jon Rellsve 1 Reputation point
commented 2021-03-17T10:00:14.133+00:00
Fiona Matu 86 Reputation points Microsoft Employee
0 answers

Miscrosoft graph api Error: Request failed with status code 401

Hi, I am new to ms graph api. I am learning this API and I followed this tutorial https://learn.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-nodejs-console and it works fine for me when retrieving the user. async function…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-16T09:18:06.87+00:00
Zen Huzaini 1 Reputation point
commented 2021-03-17T09:20:50.197+00:00
Fiona Matu 86 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Unable to login to microsoft teams

I am using Vivo V11 pro mobile phone and I am not able to sign in my work account in Microsoft teams app in my phone. getting an error of trouble signing you in. please help

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,477 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,961 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-04T07:18:11.797+00:00
Avani Thakkar 101 Reputation points
accepted 2021-03-17T08:30:28.677+00:00
Avani Thakkar 101 Reputation points
0 answers

Microsoft Graph new tokens not working with reousrce api calls without invoking the graph explorer first

Hello, I am requesting an access token based on shared secret. I will always be getting one successfully. However, if I use the bearer token with a workbook API I get 401. Only if I go to the graph explorer and request access token (without even using it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-14T23:41:50.563+00:00
Rony 1 Reputation point
commented 2021-03-17T07:18:13.103+00:00
Danstan Onyango 3,816 Reputation points Microsoft Employee
0 answers

OneDrive api to upload to a shared folder

Hi! A client send me a secured link to a shared folder and I need to upload files there daily. I registered an app in Azure, as docs say, but where to go from there? To see that shared folder I use my email and a code sent to it, not a email-password…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-11T08:55:42.987+00:00
Anastasia 21 Reputation points
commented 2021-03-17T06:44:22.31+00:00
Danstan Onyango 3,816 Reputation points Microsoft Employee
1 answer

Microssoft Graph explore raises an error when fetching next page with results

Hello, when calling the query 'https://graph.microsoft.com/v1.0/groups?' it is possible to fetch the next page of results by coping the @odata.nextLink into the query field in the explorer interface. On the other hand, if I query shifts data a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 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,005 questions
asked 2021-02-10T09:01:50.413+00:00
Rik Vercauteren 11 Reputation points
answered 2021-03-17T04:55:58.313+00:00
Rama-MSFT 176 Reputation points
1 answer One of the answers was accepted by the question author.

Is it possible to get pinned channel via Graph API?

I need to get the information about a user's pinned channel. Please let me know if that is possible or is in the pipeline.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-11T19:28:13.483+00:00
Rajasi Dhiman Upadhyay 26 Reputation points
commented 2021-03-16T13:15:07.133+00:00
Rajasi Dhiman Upadhyay 26 Reputation points
1 answer One of the answers was accepted by the question author.

subscription to the "Start recording" event

Hello! I was wondering if there is a way to get notifications for the start/end recordings in MS Teams via "change notification" subscription. I was testing the callRecord (/communications/callRecords) resource but it only notifies when the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-05T15:11:42.703+00:00
Rainer Larin-Fonseca 21 Reputation points
accepted 2021-03-16T11:07:20.807+00:00
Rainer Larin-Fonseca 21 Reputation points
1 answer

Checking ther reason of [Status Code: NotFound; Reason: REST API is not yet supported for this mailbox.] while subscribing to resource mails

I tried to subscribe to resource Users/xxx/mailFolders('Inbox')/messages and got error Status Code: NotFound; Reason: REST API is not yet supported for this mailbox. I have found that user has licences attached to file.76244-lic.txt One of them is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-10T10:50:55.213+00:00
Andrii Opryshko 1 Reputation point
commented 2021-03-16T10:51:29.703+00:00
Andrii Opryshko 1 Reputation point
1 answer One of the answers was accepted by the question author.

Create a Deep link to configurable tab in an event/online meeting

Hello, I'm using the sdk to execute a deep link "executeDeepLink" from a static tab to a configurable tab in an online meeting. But I can't manage to create a deep link to an online meeting tab. It's the same app so I have access…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 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,005 questions
asked 2021-03-12T09:33:53.953+00:00
Xavier Buillit 96 Reputation points
commented 2021-03-16T07:23:46.35+00:00
Nikitha-MSFT 541 Reputation points
1 answer

Multiple Azure alerts: Experiencing authentication issues

I just signed up for a subscription with my email that has an azure account already. I am getting this alert every minute. Any ideas what may be causing it? I am not attempting to do anything at this point but am being flooded with warnings. …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-15T19:16:56.537+00:00
Paul Bourmatnov 1 Reputation point
answered 2021-03-16T02:33:07.52+00:00
Vaibhav Chaudhari 38,676 Reputation points
1 answer

Trying to search mail messages in C# with graph sdk

I'm using MSAL and the MS Graph SDK to try and learn about calling Graph API as I am new to all of this. I also have the MS Graph Explorer up to execute HTTP requests, see the results and then try to recreate those same queries in the console app using…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-14T04:07:39.507+00:00
Mike Malick 1 Reputation point
answered 2021-03-15T22:29:34.97+00:00
Glen Scales 4,431 Reputation points
2 answers One of the answers was accepted by the question author.

Microsoft graph ErrorMultipleMailboxesNotSupportedForRest error

Hi, I'm trying to copy a mail using the Microsoft Graph API and Postman. I'm copying a mail from my personal work mailbox to a shared mailbox folder using this POST URL: https://graph.microsoft.com/v1.0/Users/xxx-my-id-xxx/messages/xxx-a-message-id/copy,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-09T22:14:49.217+00:00
Kristof Lievens 26 Reputation points
accepted 2021-03-15T22:20:04.297+00:00
Kristof Lievens 26 Reputation points
0 answers

MS Graph can't query for SharePoint data

Hello, I'm trying to query 365 SharePoint list data from MS Graph. I've setup the app via portal.azure.com and I gave it application permissions to everything that is required for User, Mail, Sites and Groups. I gave it permissions on the MS…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-12T16:55:13.907+00:00
Jonathan Perlman 1 Reputation point
commented 2021-03-15T18:00:10.53+00:00
Jonathan Perlman 1 Reputation point
0 answers

webLink for Outlook calendar event instances

An event in a user's calendar contains a webLink field which can be used to link to the event on Outlook.com / O365. However, this does not appear to work for instances of a repeating event, just jumping to a calendar view instead. There's been several…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-10T14:51:11.247+00:00
Jonathan Coates 1 Reputation point
commented 2021-03-15T14:51:10.737+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
1 answer

Microsoft Lists - in PowerShell

Hi guys, Is it possible to add items to Microsoft Lists via PowerShell? Most of the example I found via search web are SharePoint Lists, but Microsoft Lists is not the same with SharePoint Lists. Any insights is greatly 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,239 questions
asked 2021-03-10T09:26:56.243+00:00
chris_nawig 41 Reputation points
answered 2021-03-15T14:45:55.507+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
0 answers

I am creating calendar event using .net core, added room as location and attendee (of resource type), but created event not reflecting in room calendar

Please take a look at below event body, I have added room resource as a location and also added it as attendee. After booking event - I am expecting that same event will appear in all attendee calendar but room calendar is not having the event created. …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-10T12:00:45.58+00:00
ankush j 1 Reputation point
commented 2021-03-15T14:36:41.043+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
1 answer

Azure China: Change tracking is not supported

I am trying to backup Azure china OneDrive using Graph API. I am able to authenticate, enumerate the items. But the request "https://microsoftgraph.chinacloudapi.cn/v1.0/drives//root/delta" fails with the following error: "code":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
asked 2021-03-09T16:55:20.087+00:00
Ganesh Tambat 6 Reputation points
answered 2021-03-15T14:24:23.867+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee