10,674 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to obtain new user's LookupId when they are not registered yet in the hidden user information list.

I'm encountering an issue when assigning task to user in Microsoft Lists using the endpoint '/sites/{site-id}/lists/{list-id}/items' with request body: { Assigned_x0020_ToLookupId: (user_look_up_id) } This process requires retrieving user_look_up_id in…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,688 questions
asked 2024-03-01T07:26:40.06+00:00
William Huang 20 Reputation points
accepted 2024-03-18T06:05:02.19+00:00
William Huang 20 Reputation points
1 answer One of the answers was accepted by the question author.

Can we create event in user's calendar with application permissions?

I am working on a project where I need to create events in user's Outlook calendars. The requirement is that job inspection dates should be added to the calendar of relevant users. Additionally, users should have the ability to manually create events on…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,915 questions
asked 2024-03-15T06:23:32.2066667+00:00
Nikhil Mandaniya 20 Reputation points
accepted 2024-03-18T04:44:48.43+00:00
Nikhil Mandaniya 20 Reputation points
0 answers

2 subscription notifications instead of1

Hi, I created a subscription to get MS Teams channel messages created/updated events. But for each event my server gets 2 similar requests. For example: Request {     value: [         RequestValue {             change_type: "created",      …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,122 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-03-17T16:22:03.39+00:00
Alexey KROPOTKIN 0 Reputation points
1 answer

How to search for a group by displayName in MS Graph Client?

Hi! There is this command from the official doc (https://learn.microsoft.com/en-us/graph/api/group-list?view=graph-rest-1.0&tabs=cli): mgc groups list --search ""displayName:Video" OR "description:prod"" --count…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-03-15T15:17:16.73+00:00
Sage Mirror 220 Reputation points
commented 2024-03-17T14:29:22.1433333+00:00
Sourabh Gupta 715 Reputation points Microsoft Vendor
0 answers

Microsoft Graph not retrieving updated tenant information

The following MS Graph API call does not retrieve updated room information when the room information i.e. a new room, room displayname change or capacity change when this information change is made in the tenant admin portal under the Resources tab. Why…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-03-17T11:00:04.8166667+00:00
Dan Martin 0 Reputation points
1 answer

I've just got my XBOX PC Game pass. Will I lose games I download when my game pass ends?

-Apologies for the random tag, had to give one! The question really sums it up. Will I keep or lose my games (e.g. Minecraft Java) when my subscription to XBOX Game Pass ends? Cheers! -Calvi

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-02-16T16:35:45.41+00:00
Calvi 0 Reputation points
commented 2024-03-17T02:33:37.38+00:00
Michael Taylor 48,581 Reputation points
0 answers

create team templates issue

using app credentials/secret, so no authentication flow: Posting to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-03-15T15:32:15.4+00:00
Ben Daniels 0 Reputation points
commented 2024-03-17T02:11:41.3333333+00:00
awijekoon 950 Reputation points Microsoft Vendor
1 answer

How to use Graph API to edit Word or PowerPoint content

How can I use the Microsoft Graph API to extract content from a Word or PowerPoint document, find and replace specific text, and then update the existing document? I have attempted to use…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
668 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
221 questions
asked 2024-03-13T06:12:31.9233333+00:00
Satya Revanth Kumar Majji (AU) 0 Reputation points
commented 2024-03-16T14:43:59.8833333+00:00
Sourabh Gupta 715 Reputation points Microsoft Vendor
1 answer

Backups software goes wrong on Graph API response for onedrive

Hello, We have a backup solution and we backup a lot of tenant. When the user doesnt have a license or onedrive enabled the backup software want to get an Error 404 not found. But for some tenants and users we get an error 403 instead of 404. We can…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
829 questions
asked 2023-05-25T05:47:33.65+00:00
Kevin Loyens 0 Reputation points
commented 2024-03-16T10:33:47.7833333+00:00
Sourabh Gupta 715 Reputation points Microsoft Vendor
0 answers

CoreHttpProvider[sendRequestInternal] - 423 Error during http request Throwable com.microsoft.graph.core.ClientException: Error

Hi, I am working on the MSAL SSO and using graph API for fetching the user and groups from the Azure AD. Previously it was working fine but suddenly it was giving me below issue: CoreHttpProvider[sendRequestInternal] - 423 Error during http request…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
617 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-03-16T08:09:54.1533333+00:00
Sumit Kumar 20 Reputation points
edited the question 2024-03-16T08:20:03.5533333+00:00
Sumit Kumar 20 Reputation points
1 answer

I'm building an API connection, is it possible to get a account filled with fake / sample data?

Hi! Question: I'm currently developing a new Enterprise product that has a direct sync with the microsoft graph API. I was wondering if it is possible to get an account that is filled with fake / sample data? This way we can test our API connection…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-03-12T14:33:56.1466667+00:00
Odylyt 0 Reputation points
edited an answer 2024-03-16T05:44:54.17+00:00
awijekoon 950 Reputation points Microsoft Vendor
0 answers

This link isn’t supported yet in the new Teams

I'm using Microsoft graph API to create online meeting. this is the endpoint I'm using https://graph.microsoft.com/v1.0/users/.../onlineMeetings And I get a valid URL, however when I try to open the link, some times I get the message: "This link…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-03-15T20:34:08.32+00:00
Juan Deras 0 Reputation points
1 answer One of the answers was accepted by the question author.

Export SAML Certificate from Service Principal via Powershell, Azure CLI or MS Graph

In the Microsoft Entra ID portal there is an option to export the public key of SAML signing/encrypting certificates under Enterprise Applications. Is there a way to export those same certificates programmatically, i.e., a PowerShell/Azure CLI command or…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 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,564 questions
asked 2024-03-14T14:41:53.8933333+00:00
celsoglima 371 Reputation points
commented 2024-03-15T18:49:03.06+00:00
celsoglima 371 Reputation points
1 answer One of the answers was accepted by the question author.

Is there an graph API that can obtain whether a file is in an editing state (locked)?

Hi guys, The user is editing a file in Onedrive, and if we update the content of the file through the Graph SDK at this time, we will encounter the following error "The resource you are attempting to access is locked". To avoid encountering…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2023-08-28T10:15:06.0633333+00:00
Tom Zhang 20 Reputation points
commented 2024-03-15T15:18:50.0833333+00:00
Ramachandran S 0 Reputation points
1 answer

Microsoft Graph Command Line Tools Enterprise application missing

When I run the command Connect Connect-MgGraph -Scopes $scopes -TenantId $tenantId as a global admin It does not create a Microsoft Graph Command Line Tools enterprise application in my tenant anymore. I cannot see the permissions even though I have…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,082 questions
asked 2024-03-15T15:13:31.09+00:00
Yashas Manjunath 26 Reputation points
answered 2024-03-15T15:18:06.7633333+00:00
Andy David - MVP 142.2K Reputation points MVP
3 answers One of the answers was accepted by the question author.

What API permission do I need to rotate SAML certificates on Azure Enterprise Applications?

I get a Forbidden error in my python script that rotates SAML certificates on an Azure Enterprise Application. 403 Client Error: Forbidden for url: https://graph.microsoft.com/v1.0/servicePrincipals/{servicePrincipalID}/addTokenSigningCertificate On the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 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,564 questions
asked 2024-03-06T17:33:57.6833333+00:00
Arun Nair 145 Reputation points
commented 2024-03-15T14:13:24.7433333+00:00
Arun Nair 145 Reputation points
1 answer

Troubles with uploading file into blob storage - PROD environment. Firewall issue?

I have the following code: # Connecting to Azure Blob Storage $blobServiceClient = $null Try { $connectionString = Get-AzKeyVaultSecret -VaultName $keyvaultName -Name $secretName1 -AsPlainText $blobServiceClient =…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,381 questions
asked 2024-03-11T16:21:38.5733333+00:00
Konrad Wojciechowski (Nokia) 20 Reputation points
commented 2024-03-15T13:43:07.06+00:00
Konrad Wojciechowski (Nokia) 20 Reputation points
2 answers

Issue Retrieving "Department" Attribute from Microsoft Graph API

Hello Community, I'm facing an issue with retrieving the "department" attribute from the Microsoft Graph API. I've been trying to develop a PowerShell script for Azure Automation that assigns users to groups based on their department, but I'm…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,082 questions
asked 2023-08-17T12:18:08.3066667+00:00
DL 0 Reputation points
commented 2024-03-15T13:11:29.7266667+00:00
Gafoor 0 Reputation points
0 answers

How to add Microsoft Teams as a non-custodial data source in eDiscovery API?

Hi, I want to create a search to audit all messages from "Guest" in my teams account via API. For it, I was using eDiscovery API but facing an issue when I am trying to create a search. It requires dataSourcesScopes and as far as I understand…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
asked 2024-03-15T13:02:53.9166667+00:00
Vishnu Sengar 0 Reputation points
0 answers

Cannot view Sentinel alert for some incidents but the alert can be found in Defender for Endpoint portal using Graph

I have enabled automatic incident creation for Defender for Endpoint in Sentinel but when I try to view some alerts associated with the created incidents, nothing is displayed. Despite this, I can locate the relevant alert in the Security (Defender for…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
986 questions
asked 2024-03-12T07:17:33.5466667+00:00
Spyros Ermogenous 0 Reputation points
commented 2024-03-15T12:24:32.9766667+00:00
Clive Watson 5,716 Reputation points MVP