Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [microsoft-graph-api]

Microsoft Graph is the gateway to data and intelligence in Microsoft 365. It provides a unified programmability model that you can use to access the tremendous amount of data in Microsoft 365, Windows 10, and Enterprise Mobility + Security.

microsoft-graph-api
0 votes
0 answers
5 views

B2C Microsoft Graph query for Null values

I got a question from customer regarding make MSGraph query for Null values, they have a custom attribute. Reading the MSGraph, to make some queries using null I need Advanced Query, ConsistencyLevel ...
Eroilton Borges Junior's user avatar
0 votes
0 answers
22 views

Microsoft Graph API Authorization Error: 'Invalid size of Code_Challenge parameter.'

I am trying to generate an access token via a PKCE flow to call the Microsoft Graph API. I am following this msdoc : Microsoft identity platform and OAuth 2.0 authorization code flow - Microsoft Entra ...
sko's user avatar
  • 1
0 votes
2 answers
42 views

Fetch documents/files from share point drive

We have multiple SharePoint sites, and our application is registered on the domain. Currently, we are trying to fetch documents from SharePoint using a client ID and secret, but we are encountering ...
Pooja Parmar's user avatar
-1 votes
0 answers
10 views

Is there a Opensource way to compliance audit Microsoft 365 Apps

I am looking for ways to value add to existing Office 365 Security & Compliance center which is available by default. Adding HIPPA compliant check but I don't wanna pay for the templates available ...
user598526's user avatar
0 votes
0 answers
11 views

Refreshing a pivot table on an Excel worksheet

I have been trying to refresh all of the pivot tables contained within an Excel worksheet using the Microsoft Graph REST API and the Microsoft Graph C# SDK. Neither approach seems to affect the Excel ...
Jacob Andrews's user avatar
0 votes
0 answers
11 views

Subsite cannot be found using correct subsite ID, despite the fact that the subsite exists, using Microsoft Graph

I have an application that reads files from a subsite on Sharepoint. Application permissions are being used, and those permissions have been applied to the SiteId. Below is the relevant portion of the ...
Andrew Casey's user avatar
0 votes
0 answers
42 views

ErrorNotEnabledStorage while fetching group photo in Entra ID using MS Graph API

The GET endpoints for https://graph.microsoft.com/v1.0/users//photo/ and https://graph.microsoft.com/v1.0/groups//photo/$value stopped working correctly sometime since Thursday 18.07.2024. We can see ...
Vasyl's user avatar
  • 414
0 votes
0 answers
25 views

Microsoft Graph APIs - 401 being generated despite access token appearing to be OK - using PHP

Essentially when I make a call to try to retrieve a document from sharepoint via its URL I am seeing a 401 - which I also see if I take the access token and use it within Postman for example. I have a ...
jeremy's user avatar
  • 3
0 votes
0 answers
38 views

Microsoft graph API error : Access is denied. Check credentials and try again

I'm using above controller function in laravel where on submit my view where I create task with task name and date I want on submit of that task the event with same date should be created in my ...
Rohan Salve's user avatar
0 votes
0 answers
21 views

How to Send Replies in Microsoft Teams Using Bot Name Instead of Username via Graph API?

I'm working on an application that sends replies to messages in Microsoft Teams using the Microsoft Graph API. Currently, the replies are sent using the username associated with the authenticated ...
XDeveloper's user avatar
0 votes
1 answer
20 views

Microsoft Graph Organiser Set

enter image description here Create and enable an event as an online meeting in Microsoft Graph api. Can we set organiser. Is it possible.I need to know is it possible or not? POST ``https://graph....
Sathish Sathish's user avatar
1 vote
1 answer
17 views

Requesting worksheet cell values using Graph API + Python

Below is a snippet of my code. Using the requests library. url = 'https://graph.microsoft.com/v1.0/sites/' + siteid+ '/drive/items/' + itemid + 'workbook/worksheets/Sheet1/range/cell(row=5,column=6)' ...
Michael B redeemer216's user avatar
0 votes
0 answers
24 views

How to capture replies to a bot's message in a Microsoft Teams Channel without mentioning the bot?

I have developed a message extension bot app for Microsoft Teams and I want to capture replies to a message posted by the bot in a Teams channel without requiring users to mention the bot directly. I ...
XDeveloper's user avatar
0 votes
1 answer
38 views

Rest call failed with client error, status code 404 in ADF. But I can see the date through postman

I am trying to connect share point through graph api using service principal. I have set up a rest dataset in the copy activity and set the base url as https://graph.microsoft.com/v1.0/ and gave the ...
Ananthu Sreedhar's user avatar
0 votes
1 answer
48 views

How to report on a users sign in activity and manager using Get-MgUser

I need to write a PowerShell script to report on a users sign in activity both interactive and non-interactive and include who their line manager is as well. The end goal is to use my app registration ...
Bradley's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
933