10,592 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

M.A.Hجلب الحبيب بالعقيق 🔵𝟬𝟬.𝟗𝟔𝟔.𝟓𝟓𝟓.𝟖𝟰𝟗.𝟮𝟔𝟰🔴أكبرشيخ روحانيـ

There is an Azure Database table. Some of columns need to be translated from one language to another into additional columns. Such as from English to Spanish, or Portuguese to English, etc. I am exploring how I can use ADF or Synapse notebook

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,526 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,854 questions
asked 2024-04-24T22:15:20.4366667+00:00
alshekh alrohany 0 Reputation points
1 answer

PIM activation settings for an Entra role exposed through Graph are not honored?

I want to update the PIM activation settings for an Entra role programmatically. Let's say "Global Administrator". First, I make a call to learn the role id of the Entra role with the display name "Global Administrator: GET…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 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,451 questions
asked 2024-04-16T15:41:36.1066667+00:00
Ashton Mickey 0 Reputation points Microsoft Employee
answered 2024-04-24T20:20:39.7866667+00:00
James Hamil 21,621 Reputation points Microsoft Employee
0 answers

I'm receiving incomplete / invalid JSON responses for certain Graph requests in the new AuditLog beta

I have used the https://graph.microsoft.com/beta/security/auditLog/queries beta API URI to create three different AuditLogQuery searches. All three were created in the same way, and all three succeeded. I can make requests to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
asked 2024-04-04T16:22:04.1233333+00:00
Michael Goodman 10 Reputation points
edited a comment 2024-04-24T19:43:54.4366667+00:00
Danstan Onyango 3,741 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How do not display an error for "Get-MgGroup" or other Graph cmdlets

Hello, I'm using "Get-MgGroup" from the MS Graph module. I understand that we cannot use -ErrorAction with this cmdlet. However, for some reason "Get-MgUserMemberOf" returns a list that contains a non-existent group (that's another…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
asked 2024-04-23T21:09:17.1233333+00:00
Mountain Pond 1,141 Reputation points
accepted 2024-04-24T19:28:45.06+00:00
Mountain Pond 1,141 Reputation points
0 answers

How to read outlook emails from python

import requests def get_access_token(): """Gets an access token for the Microsoft Graph API.""" url = "https://login.microsoftonline.com/common/oauth2/token" data = { "grant_type":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
asked 2023-07-25T15:10:21.23+00:00
Suraj Sanka 15 Reputation points
commented 2024-04-24T18:07:55.3766667+00:00
João Pedro Afonso 0 Reputation points
0 answers

Resource-specific consent not showing up in permission grants

I've got an Azure app registration, and a Teams application with a manifest that specifies that ID in the webApplicationInfo. I also have the following permissions specified in the manifest: I then hit "Publish" within…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
asked 2024-04-24T17:32:23.14+00:00
Sam Starling 0 Reputation points
0 answers

Exchange Access Token

Is it possible to exchange access token for a user1 residing in Tenant-1 to a guest user2 in Tenant-2? Here, user2 is actually user1 which is added as a guest user in Tenant2.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 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.
2,841 questions
asked 2024-04-24T17:16:04.15+00:00
Himanshu Shukla 0 Reputation points
edited the question 2024-04-24T17:19:22.26+00:00
Himanshu Shukla 0 Reputation points
1 answer

How do I get My authentication Accounts

I got a new phone I signed into my Microsoft authentication account It brung up everything except for my authentications account I have all my passwords And I don't know how to get them What do I do

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,486 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 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,451 questions
asked 2024-04-23T14:02:27.54+00:00
Reco Giles 5 Reputation points
edited the question 2024-04-24T17:18:33.7966667+00:00
Ryan Hill 25,666 Reputation points Microsoft Employee
1 answer

How to send message in teams channel using guest user programmatically?

Is it possible to send messages in teams channel using guest user credentials by invoking graph API programmatically?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 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.
2,841 questions
asked 2024-04-02T15:56:23.48+00:00
Himanshu Shukla 0 Reputation points
commented 2024-04-24T16:52:13.7133333+00:00
Himanshu Shukla 0 Reputation points
1 answer

$expand graph api call acting strange

Hi, I am making a call onto the Graph API using the $expand flag and I'm having issues with it. Note: I'm going to use the Microsoft provided api calls as an example. Take the example from the site: $expand=fields($select=Name,Color,Quantity) My query…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
asked 2024-04-18T15:50:58.4366667+00:00
Matt 0 Reputation points
answered 2024-04-24T16:35:08.5666667+00:00
Danstan Onyango 3,741 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Necessary permissions to query /users/{user}/manager?

Hi there! I've got an Entra ID app with permissions on User.Read and User.Read.All, and want to fetch the supervisor (/users/{user}/manager) of a given user on command. I've got the OAuth2.0 workflow running and am receiving a valid tokens for the Entra…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 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,451 questions
asked 2024-04-23T16:25:32.03+00:00
Louise Seale 20 Reputation points
accepted 2024-04-24T16:33:56.9533333+00:00
Louise Seale 20 Reputation points
0 answers

Manage users' authentication methods using Microsoft Graph

When calling this API to get Authentication method and MFA, some users does not return the results. Same API but some return error message "code":"resourceNotFound","message":"The specified user could not be…

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,486 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
asked 2024-04-22T14:45:54.2666667+00:00
Ngan Bui (Cloud) 0 Reputation points
commented 2024-04-24T16:00:34.6333333+00:00
Danstan Onyango 3,741 Reputation points Microsoft Employee
1 answer

Authenticate with Graph API and send code to Microsoft Authenticator

I'm looking for a way to verify a user is doing certain operations. And when the user approves something in a c# solution we'd like to confirm the user via Microsoft Authenticator. Basically we'd liek to display a code (similar to the Multi Factor…

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,486 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,843 questions
asked 2024-04-24T11:40:16.7666667+00:00
Salim A 0 Reputation points
answered 2024-04-24T15:59:37.8666667+00:00
Vasil Michev 95,181 Reputation points MVP
0 answers

Microsoft Teams integration automation

I want to add Microsoft Teams integration to my web app to create meeting links. I was able to do this by manually registering the application in the Microsoft Entra admin center and setting up keys and permissions. I'm looking for a way to simplify this…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 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.
2,841 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,451 questions
asked 2024-04-24T14:52:15.5166667+00:00
Test User 0 Reputation points
0 answers

Using SharePoint API or Graph API how can I extract who visited a SharePoint site page and when?

I've come across a few articles which talk about extracting the SharePoint site usage information using the relevant APIs. So my problem is that the API's I see do not give the required level of granularity I need to be able to create useful report,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,607 questions
asked 2024-04-24T14:29:33.2766667+00:00
Mr Hussain 0 Reputation points
1 answer

getMailboxUsageDetail graph api .

in the getMailboxUsageDetail api GET https://graph.microsoft.com/v1.0/reports/getMailboxUsageDetail(period='D7') in response we get Item Count so GetMailboxUsageDetail API includes which items? like emails for specific users ? or it contains…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
asked 2024-04-23T10:43:23.8233333+00:00
Naitik Jani 6 Reputation points
commented 2024-04-24T13:56:49.3766667+00:00
Vasil Michev 95,181 Reputation points MVP
0 answers

In Microsoft Azure portal we are not able to add Microsoft Advertising Api Service for app from app registration

We are getting below error message when authenticating to our app by end user using work account. AADSTS650052: The app is trying to access a service 'd42ffc93-cxxxxxxxxxxx8fd'(Microsoft Advertising API Service) that your organization…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
Microsoft Advertising API
Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
383 questions
Microsoft Advertising
Microsoft Advertising
A platform for Microsoft's advertising efforts designed to manage all advertising and reporting for partner advertisers. Previously known as Bing Ads and adCenter.
50 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,865 questions
asked 2024-04-03T12:51:28.13+00:00
liftlab bingads 0 Reputation points
commented 2024-04-24T13:47:50.7033333+00:00
Mahesh Gawade 20 Reputation points
1 answer

How to register an attendee for a webinar via Microsoft Graph API

HI all, We are planning to integrating Salesforce with Teams Webinar and aim to enable webinar registrations through our website rather than the standard registration page. Therefore, we require the endpoint URL of Teams Webinar for user registration.…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 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.
2,841 questions
asked 2024-04-24T06:49:48.42+00:00
Sami Ahammed SK 5 Reputation points
edited an answer 2024-04-24T13:25:08.9833333+00:00
Prasad-MSFT 5,616 Reputation points Microsoft Vendor
1 answer

Automating the Client Secrets rotation using KeyVault or any methods before the expiry date?

I need to rotate the Client Secrets in my existing subscriptions before the expiry date. How can I achieve it for multiple subscriptions when using the suggested method ttps://learn.microsoft.com/en-us/azure/key-vault/secrets/tutorial-rotation? Can I…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,113 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,249 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,046 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,451 questions
asked 2024-04-16T03:27:13.7333333+00:00
EnterpriseArchitect 4,721 Reputation points
commented 2024-04-24T12:55:18.87+00:00
EnterpriseArchitect 4,721 Reputation points
0 answers

List MS Team Member added/Joined date

Other than using Graph API /auditLogs/directoryAudits, is there another API in MS Graph to find a user (member) was added to a MS Team? I'm trying to get this info in a Power Automate flow for reporting purpose which will be in Power BI.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,059 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 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.
2,841 questions
asked 2024-04-23T09:49:40.6+00:00
Manoj 0 Reputation points
commented 2024-04-24T12:51:32.2966667+00:00
Meghana-MSFT 3,771 Reputation points Microsoft Vendor