Questions tagged [microsoft-graph-api]

Ask Question

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.

10,963 questions 1
0 votes 0 answers 6 views

PowerAutomate JSON - Convert Multiple Items in Object to String

So, I have a JSON object that is essentially a list of users who are members of a group. I would like to take all of those users and squish them into one nice string and put that string into a ... user avatar Dan Williams
  • 29
0 votes 0 answers 6 views

MS Graph API: Create an all day event, but set the event status to free

In EWS, we can set an event status to free with the property: LegacyFreeBusyStatus appointment.LegacyFreeBusyStatus = 0; Wondering if MS Graph API can do the same thing. I've been looking through all ... user avatar George Huang
  • 2,475
0 votes 0 answers 9 views

What permissions are needed to read /write external collaboration policies?

I've written a powershell script that allows me to query azure for my azure ad policies like this: Connect-AzureAD $currentpolicy = Get-AzureADPolicy -All $true | ?{$_.Type -eq 'B2BManagementPolicy'} |... user avatar dot
  • 13.3k
0 votes 0 answers 20 views

AzureAD - Multiple sites/applications organization

Hopefully someone can help me get my head around this one. As an example, I have a single AzureAD tenant with 4 users, 4 enterprise applications and 4 locations connect via Oauth2. User1 may need ... user avatar Tony
  • 1
0 votes 0 answers 12 views

Microsoft graph client: cancel One drive large file upload fail with a 404

Like explained in the documentation , I try to cancel a large file upload with the following: ... user avatar cedlemo
  • 3,096
0 votes 0 answers 15 views

400 bad request when requesting Microsoft access token

I am trying to fetch User profile picture from Microsoft Graph API by using keycloak access token. But I am getting the following error from keycloak API { "errorMessage": "Invalid ... user avatar Suryaprakash
  • 60
0 votes 1 answer 27 views

How to sign out from Azure AD automatically right after receiving a mail id from Microsoft Graph?

In my ASP.NET web app I have added Sign in with Azure button. The project has already got its database to authenticate the user. So from Sign in with Azure button I am getting the email id using ... user avatar Psychonaut007
  • 117
0 votes 0 answers 14 views

using react-native-app-auth in react native app and login using MS API for login creates a token in browser

I'm using react-native-app-auth package to do my sign in process with MS Graph API. The problem that I face here is, When we do the login using, import { authorize } from 'react-native-app-auth'; ... user avatar Raja
  • 35
0 votes 2 answers 67 views

How to find user principal name not a member of particular group (which contain "AVD" in its name)

From Azure AD, Are there any ways to find users who does not have a speciifc group assigned ( the name contain %AVD% in it) ? This is what I have tried: user avatar AskMe
  • 2,225
0 votes 0 answers 13 views

Add "refresh all connections" functionality

I have an app which uses the microsoft graph api to get info about an excel file stored in share point. This is what that info looks like: graph api response I want to add a button in my app to allow ... user avatar Tomas
  • 1
0 votes 1 answer 33 views

How to remove a directory role member in MS Graph PowerShell module?

I've been looking for a way to remove a directory role member from Azure using the MS Graph PowerShell module, however, I can't seem to find any cmdlet to do this. I'm currently using the New-... user avatar NiMux
  • 167
0 votes 1 answer 13 views

Open document from share point directly in office365

I'm using the graph API to access the documents in SharePoint. The response I'm getting looks like this: graph api response I want to let the user open this file (an excel file in this example) using ... user avatar Tomas
  • 1
0 votes 1 answer 14 views

How to fetch microsoft account's photo after signing in in android

I'm trying to fetch user's profile photo after signing in in my app but I don't know how to do this I googled for this problem but I didn't find any efficient solution user avatar adnan salem
  • 31
2 votes 0 answers 36 views

How to get raw contents of attachment using Graph API?

I'm using the Microsoft Graph API to get the contents of a file, but something is off about the encoding with the content bytes being returned. When I view the file in Notepad++, the contents look ... user avatar BigDataFiles
  • 107
1 vote 1 answer 13 views

How to get notified when Microsoft Graph beta version changed or released?

I want to be notified about Microsoft Graph beta version updates. How do I get notified when Microsoft Graph beta version changed or released? user avatar Ibrahim Schi
  • 124

15 30 50 per page12345731

You Might Also Like