10,773 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

I am getting dummy users in /users end-point.

When I am making a call to https://graph.microsoft.com/v1.0/users end-point then I am getting lot of dummy users with emails like - _aab_._aab_@xys.com Where xyz is my domain. Total number of users exceeds 1 lakh. How can I get the correct data here.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-15T20:19:45.22+00:00
nikunj.gupta 0 Reputation points
0 answers

$expand=microsoft.graph.eventmessage/event

Hi, I am trying to get the event associated with the event response I get from meeting attendees. I expected using expand query would expose event data, but it returns null. Any ideas?…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-15T19:37:38.26+00:00
Stephanie Kim 6 Reputation points
edited the question 2024-05-15T19:58:17.88+00:00
Stephanie Kim 6 Reputation points
4 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,751 questions
asked 2024-05-02T01:02:39.0866667+00:00
Philippe Côté 0 Reputation points
edited an answer 2024-05-15T18:58:42.54+00:00
maravedi 0 Reputation points
1 answer

How to get last modified date of a task in planner?

There is not as lastModifiedTime at get task or get task details in Microsoft Graph API. Is that something planned in a near future?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-15T11:00:00.4533333+00:00
Vallespi, Xavi 1 Reputation point
answered 2024-05-15T17:54:49.9966667+00:00
Hitesh Pachipulusu - MSFT 80 Reputation points Microsoft Vendor
0 answers

ADSTS50126: Error validating credentials due to invalid username or password.

After enforcing MFA on all our accounts. com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS50126: Error validating credentials due to invalid username or password. Trace ID: 09282f14-c544-4add-8b8d-879b53651900 Correlation ID:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-15T17:27:33.88+00:00
Azure Test 0 Reputation points
1 answer One of the answers was accepted by the question author.

Issue with Adding Planner Tab to Teams Using Graph API - Content Perpetually Loading

Hello, I've been encountering an issue for the past 2-3 weeks, which seems to coincide with the release of the new Planner version. When attempting to add a Planner tab to a Microsoft Teams channel using the Microsoft Graph API, the tab is successfully…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,183 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 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,895 questions
asked 2024-04-09T06:18:27.91+00:00
Joah Lenzo 25 Reputation points
commented 2024-05-15T16:23:27.4733333+00:00
Cesar Bock 0 Reputation points
1 answer

Checking whether a Teams meeting was recorded without fetching recordings

Hi. Is there a way to determine whether a meeting is recorded/transcribed without fetching the callRecording or callTranscript collection and checking whether the resource exists? Thanks!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-08T21:10:42.7066667+00:00
Lin, Hongyue 0 Reputation points
answered 2024-05-15T16:22:24.6+00:00
Saranya Madhu-MSFT 150 Reputation points Microsoft Vendor
0 answers

API Graph find the categories of an outlook email in a shared mailbox

Hello, I would like to retrieve the categories from an email in a shared mailbox : https://graph.microsoft.com/v1.0/users/{user-id}/outlook/masterCategories I have the message : I have the authorisation :- in my token I have authorisation for Graph…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,067 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-15T16:12:45.59+00:00
RENAUD, Benjamin 0 Reputation points
0 answers

Authorization_RequestDenied:Insufficient privileges to complete the operation.

Hi there, I am experiencing issues with Graph API permissions, even though I've granted all the necessary permissions and consents. Interestingly,the same app works in some tenants and but not in others. This is an old app that's why it's Windows Active…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-15T15:47:33.7933333+00:00
Durjan Hussain 155 Reputation points
0 answers

Extensions AMA - Impossible to install agent

Hello, I'm trying to deploy an AMA extension but I m stuck in "creating" with the following error messages from the Guestconfig file on a RHEL 9 linux servers: [2024-05-15 15:52:30.135] [PID 1117] [TID 1629] [Pull Client] [INFO] Successfully…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,183 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,224 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.
995 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,715 questions
asked 2024-05-15T14:42:38.4966667+00:00
Christophe Rosenkranz 0 Reputation points
1 answer

Why am I receiving 405s from a `Get Messages` endpoint specified in the API documentation?

https://learn.microsoft.com/en-us/graph/api/message-get?view=graph-rest-1.0&tabs=http This page in the documentation (updated 03/15/2024) specifies an endpoint to receive the MIME content of a message. When using this endpoint on Postman, I receive…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-10T14:37:14.7233333+00:00
Jon Schipp 1 Reputation point
commented 2024-05-15T14:24:35.78+00:00
Jon Schipp 1 Reputation point
0 answers

Change notifications for user groups

Hi, I want to get a notification when the user was added, or deleted from MS Teams -> Team only via delegated permission, on behalf of the user due to security policy. I tried to use change notifications via Graph API for the following resources: …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,183 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 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,895 questions
asked 2024-05-02T10:53:35.56+00:00
Azizkhon Ishankhonov 195 Reputation points
commented 2024-05-15T14:05:48.9966667+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 30 Reputation points Microsoft Vendor
1 answer

getting error while creating event for specific user using id

Hey I am trying to create an event with team meeting link to join for the given user id, below are the endpoints i have tried. /users/{user_id}/events : [ method - POST ] /users/{user_id}/calendar/events : [ method - POST ] Now, to clarify few…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-08T11:19:40.83+00:00
BS 20 Reputation points
answered 2024-05-15T13:49:35.21+00:00
Saranya Madhu-MSFT 150 Reputation points Microsoft Vendor
3 answers

Use extension attributes inside token generated for application

Hi, In a service-to-service scenario, I want to generate a token for App1, to be able to access App2, but within the token, I need to have a custom claim defined. Both applications are registered within the same Azure B2C. I have gone through the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 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,715 questions
asked 2023-09-22T11:42:43.04+00:00
asosinski 0 Reputation points
commented 2024-05-15T13:03:45.0433333+00:00
linda123998 0 Reputation points
0 answers

Exception of type 'Microsoft.Fast.Profile.Core.Exception.ProfileBadRequestException' was thrown

We've had a flow running in production for about a month now that updates associate images using the Graph. This week we are seeing issues where the Base64 image is throwing an error. Permissions haven't changed. We tried going directly through Graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-07T12:34:10.21+00:00
Matt Perry 35 Reputation points
commented 2024-05-15T12:55:51.7833333+00:00
Ted Sager 0 Reputation points
1 answer

How to post messages on a channel

I have a multi-tenant Microsoft Teams tab app. I want it to post messages on a selected channel from my server. I successfully receive the token using this endpoint: https://login.microsoftonline.com/{TENANT_ID}/oauth2/v2.0/token Then, I use the token to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-08T19:54:04.64+00:00
Roman 0 Reputation points
commented 2024-05-15T12:50:55.7533333+00:00
Roman 0 Reputation points
0 answers

Unable to access bot framework Apis

I'm trying to access conversation api to get reply from bot but getting 401 i have created a bot using below link https://dev.botframework.com/ reply_message = { "type": "message", "from":…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
754 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-15T11:18:34.1966667+00:00
Pankaj Rana 0 Reputation points
0 answers

Inorder to send and receive secure emails from a custom domain all that is required is to configure a few settings on the Azure platform and on the back end of the Odoo database.token is generated I dont want that token gets expired

In our Odoo system, we integrate with Microsoft Outlook for various functionalities like email communication, We encountered an issue where the access/refresh tokens used for authentication with Outlook were expiring after a certain period(90 days),…

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,601 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 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,715 questions
asked 2024-05-15T11:03:40.0033333+00:00
swathy 0 Reputation points
1 answer

Upload files to Teams' team channel using Graph from VBA in Excel with Library 'Request check out'

I have an Excel file running some VBA code. This file is to be accessed and edited by my co-workers, so I share it in a channel in a Teams' team. This file, upon some choices and inputs on a kind of form inside it, automatically generates some other…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,183 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
asked 2024-05-13T13:33:45.0833333+00:00
Inácio Rodrigues 0 Reputation points
commented 2024-05-15T10:52:57.69+00:00
Inácio Rodrigues 0 Reputation points
1 answer

Unable to add application access policy: The remote name could not be resolved 'webdir.online.lync.com'

I am unable to add an application access policy to my organization due to the following error: I need an application access policy as my organization would like to use Microsoft Graph API and application access policy is needed for some of the APIs.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,751 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
802 questions
asked 2024-05-14T13:59:49.71+00:00
Ana Dudita 0 Reputation points
answered 2024-05-15T09:03:42.3733333+00:00
CarlZhao-MSFT 37,466 Reputation points