10,672 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

B2c: "userPrincipalName already exists" even though the user can't be found via the Graph API

Since yesterday 10AM UTC+2 where having some issues with creating new users via the Graph API in one of our B2c tenants. Some requests time out and retries end up with userPrincipalName already exists and HTTP 400. The problem is: the actual user cannot…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-05-03T15:58:40.56+00:00
edited the question 2024-05-06T04:23:07.97+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
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,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,650 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,870 questions
asked 2024-04-24T14:52:15.5166667+00:00
Test User 0 Reputation points
edited the question 2024-05-06T03:33:34.52+00:00
Givary-MSFT 28,321 Reputation points Microsoft Employee
0 answers

Most secure way to enable Azure automation python runbook to access Microsoft Graph for an organisatinon

Hi all, I am needing to create an azure automation python runbook that accesses an organisation's Microsoft Graph and Microsoft 365, with the permissions to read and write to the Graph. I have seen several ways to do this, but am worried since this…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,126 questions
asked 2024-04-30T01:31:37.85+00:00
Grant Fullston 0 Reputation points
edited the question 2024-05-06T03:30:45.6566667+00:00
Givary-MSFT 28,321 Reputation points Microsoft Employee
0 answers

My front end application is not working, When i tried to trouble shoot the issue by running the b2c signin user flow the flow is not running

My front end application is not working, When i tried to trouble shoot the issue by running the b2c signin user flow the flow is not running

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-05-05T18:01:58.2366667+00:00
Goutham Nalathati 0 Reputation points
commented 2024-05-06T02:43:15.7766667+00:00
CarlZhao-MSFT 37,216 Reputation points
1 answer

Graph API : List Permissions returns empty [] array for a file from SharePoint

Hi All, I have configured an Azure App and almost all permissions as delegated for Graph and SharePoint(have given the application level as well however that won't be applicable here I think). When I am trying to use the endpoint "GET…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,686 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,917 questions
asked 2024-05-03T06:50:55.75+00:00
sharepoint test 0 Reputation points
answered 2024-05-06T02:36:02.28+00:00
RaytheonXie_MSFT 31,606 Reputation points Microsoft Vendor
1 answer

Microsoft Teams does have a disable email notifications, if user register for webianr ?

How we can disable email notification for teams webinar once user register. like below . Attendee registration Attendee pending approval Webinar reminder Event recording available

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,650 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,870 questions
asked 2024-04-29T14:25:43.1066667+00:00
Sami Ahammed SK 5 Reputation points
commented 2024-05-06T01:10:32.5033333+00:00
JiSheng-MSFT 0 Reputation points Microsoft Vendor
1 answer

MS Teams essentials - pulling text, image and video out of chat via API?

Hi there, We currently have a solution built that pulls images, text, video, gifs and images from selected Channel in MS Teams and our solution visualize this a a URL feed that can be used on internal communication displays. We the new Teams…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2021-12-02T10:40:34.623+00:00
Jelle Lippens 1 Reputation point
answered 2024-05-05T21:03:10.26+00:00
awijekoon 950 Reputation points Microsoft Vendor
0 answers

How to fix 'java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.microsoft.aad.msal4j.MsalClientException: java.io.UncheckedIOException: java.nio.channels.ClosedChannelException' while creating a user using graph api in java.

I am not able to create a user on Azure Ad using the graph APIs, the issue that I am facing is java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.microsoft.aad.msal4j.MsalClientException: java.io.UncheckedIOException:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-04-22T06:14:01.0333333+00:00
Man Mohan Singh 0 Reputation points
edited a comment 2024-05-05T20:18:06.8+00:00
Carolyne-3676 201 Reputation points
0 answers

I subscribed the graph notification with resource data, but not able to decrypt the symmetric key which provided by Graph

I tried to use my certificate private key to decrypt symmetric key which is "dataKey" but I get b"" which is null value

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-03-26T02:36:35.2233333+00:00
HGZL (Nick Hongzheng Li) 20 Reputation points
commented 2024-05-05T20:06:50.4133333+00:00
Carolyne-3676 201 Reputation points
0 answers

Hi , graph api select query not working with Invoke-PnPGraphMethod

Hi All , I am trying to call grapgh api to pull some extra user property than default props. for this i am using $select in graph api. Strange thing is in grapgh explorer everythings works fine. But when i am trying to call the same url using pnp…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-03-08T13:15:54.8866667+00:00
Sudeep Bhuyan 0 Reputation points
commented 2024-05-05T19:48:05.3166667+00:00
Carolyne-3676 201 Reputation points
0 answers

Missing Graph Java SDK v6.x.x JavaDocs are missing

There no JavaDocs on Maven Central for the of the v6 releases of the Graph Java SDK (https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/6.8.0). They are present for v5, but not v6. Where can I download them?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-05-05T18:07:32.4566667+00:00
JavaDeveloper-4738 0 Reputation points
1 answer

How to automate turning off or suspending some Azure services to save money?

What Azure objects can we suspend or turn off outside business hours to save running costs? App Service: The app service implements the message compose experience in the team tab and the messaging endpoint for the bot. Service Bus: The individual…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,056 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,126 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
798 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-05-05T13:46:36.69+00:00
EnterpriseArchitect 4,761 Reputation points
edited an answer 2024-05-05T14:46:41.47+00:00
Sina Salam 3,876 Reputation points
0 answers

Token validation

Laravel issue in token signature validation In which error of JWT validation error

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,161 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,899 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,561 questions
asked 2024-05-03T10:08:31.93+00:00
suraj gupta 0 Reputation points
commented 2024-05-05T14:41:37.75+00:00
suraj gupta 0 Reputation points
1 answer

Resolve the HTTPError: 401 Client Error: Unauthorized for URL for SendEmail which only happens sometimes.

I have an app that sends out a form via email automatically. I am using the Mail.ReadWrite and Mail.send. The email sending works well when sending them from app running on my local machine it works perfectly fine, however, when I send it out from the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-04-22T10:33:20.29+00:00
Matic 0 Reputation points
answered 2024-05-05T14:13:14.2433333+00:00
Deepanshu Sharma 415 Reputation points Microsoft Vendor
1 answer

Graph API forward mail

I'm trying to use the endpoint, POST /users/{id | userPrincipalName}/messages/{id}/forward (https://learn.microsoft.com/en-us/graph/api/message-forward?view=graph-rest-1.0&tabs=http). I'm able to send, search and get mail, but whenever I try this…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-05-03T15:18:58.1966667+00:00
Eric Faro 0 Reputation points
answered 2024-05-05T14:00:14.3866667+00:00
Deepanshu Sharma 415 Reputation points Microsoft Vendor
1 answer

How to fix this error in Microsoft SQL: SQL job is failing. OLE DB or ODBC error: [DataSource.Error] Microsoft SQL: Query timeout expired...

Hello, Kindly advise how to solve below issue: we have one job that's failing is Microsoft SQL. This issue is affecting the Power BI reports as well. Below error is found: SQL job is failing. OLE DB or ODBC error: [DataSource.Error] Microsoft SQL: Query…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,760 questions
asked 2024-05-04T22:07:43.62+00:00
Aya 0 Reputation points
answered 2024-05-05T10:26:04.86+00:00
Erland Sommarskog 101.4K Reputation points MVP
1 answer

How to solve "MailboxInfoStale" and "Service Unavailable - 503" error when I use https://graph.microsoft.com/v1.0/me/messages API

First, I loged in with microsoft account, so I have access token already Then when I try to use https://graph.microsoft.com/v1.0/me/messages API, I got "Service Unavailable - 503" error I have Mail.Read permission already and I tried…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-05-02T21:25:05.76+00:00
Zhang Wei Alan 0 Reputation points
answered 2024-05-05T01:28:55.3833333+00:00
awijekoon 950 Reputation points Microsoft Vendor
1 answer

How can I find the timestamp of when a webhook on a user presence change was fired

We have implemented subscription on user presence changes to fire a webhook into our application using Graph API, we are noticing that sometimes we are not getting the event for 30-90 seconds after the presence change has been made, is there a view…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-05-02T23:54:38.3133333+00:00
Justin Ghantous 0 Reputation points
answered 2024-05-04T19:25:59.5966667+00:00
awijekoon 950 Reputation points Microsoft Vendor
1 answer

How do we Integrate the Microsoft Planner with my Web Application

Hello Team, I have a requirement where I need to integrate Microsoft Planner in My Web Application, not a SharePoint Site. Just Like what we have to Integrate with Teams similarly, I need to Integration with My Web Application. Need Help on Both the …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-05-03T11:10:01.49+00:00
Chethan Ramesh 0 Reputation points
edited an answer 2024-05-04T17:45:50.43+00:00
awijekoon 950 Reputation points Microsoft Vendor
2 answers

Graph API - Site Permissions show no roles

Hi, I'm trying to set up Sites.Selected Graph API permissions for am App Registration. After adding manually the Sites.Selected through Entra ID and granting consent, I've used the Graph Explorer with a Global Admin account to add the site permissions.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,650 questions
asked 2024-05-02T01:02:39.0866667+00:00
Philippe Côté 0 Reputation points
answered 2024-05-04T12:45:55.8566667+00:00
Philippe Côté 0 Reputation points