11,776 questions with Microsoft Graph-related tags

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

Query option 'Top' is not allowed when calling MS Graph List recordings API

I encountered an error when I requested the MS Graph List Recordings API. The documentation states that the $top query option can be used with this API, but I received the following error: Query option 'Top' is not allowed. To allow it, set the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-09-06T07:02:31.2+00:00
Aik Tun 20 Reputation points
edited a comment 2024-09-09T05:05:20.4366667+00:00
Aik Tun 20 Reputation points
0 answers

SMTP permissions

Hi All, I am using an Exchange 2016 Hybrid environment. One of my users wants to send emails to DLs using a Python script. I don't want the user to use Office365 SMTP relay due to basic authentication concerns, so I have recommended using an Azure…

Microsoft Exchange Online
Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
135 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 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,474 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,585 questions
asked 2024-09-09T05:01:08.95+00:00
Glenn Maxwell 11,096 Reputation points
1 answer

How to get value for "encryptedValueToken" in Intune using Graph API

"valueState": **"encryptedValueToken"** { "name": "EDR Policy", "description": "", "creationSource": null, "settings": [ { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,341 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,936 questions
asked 2024-09-08T20:05:44.7266667+00:00
Yevhen Filipov 0 Reputation points
answered 2024-09-09T02:41:39.8366667+00:00
Crystal-MSFT 47,536 Reputation points Microsoft Vendor
0 answers

Microsoft graph api always retrieves old document library name even if the library name is modified in SharePoint

Hi, I have been using Microsoft Graph api to retrieve SharePoint site's files, folders, document libraries for my application. When i change the document library name in SharePoint, graph api always returns me the old library name in its result. I was…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,613 questions
asked 2024-09-06T09:23:39.0766667+00:00
Nandhini. S [ INDEC 4.0 ] 0 Reputation points
commented 2024-09-09T02:07:25.0833333+00:00
Yanli Jiang - MSFT 25,456 Reputation points Microsoft Vendor
1 answer

Is it possible not to use SCCM but rather graph API to get hardware identifiers of users devices

Hello, Is it possible not to use SCCM but rather graph API to get hardware identifiers of users devices? If yes - which endpoint we could use?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,872 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,936 questions
asked 2024-09-05T14:51:45.9666667+00:00
Konrad Wojciechowski (Nokia) 20 Reputation points
commented 2024-09-09T02:03:33.7633333+00:00
Xenia-MSFT 1,795 Reputation points Microsoft Vendor
1 answer

Error "The tenant for tenant guid '...' does not exist" when calling "/me/events" after authorization code flow

I am trying to build a web app that involves reading the Calendar events of a Microsoft account (of any type, personal or work). My app is registered on my personal Microsoft account with an Azure free trial. The configurations in app registration should…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,630 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,277 questions
asked 2024-09-07T17:50:38.1233333+00:00
Bernard Yu 0 Reputation points
answered 2024-09-09T01:47:39.7933333+00:00
Yakun Huang-MSFT 3,845 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Microsoft Graph API filter query limit on or conditions

I'm using microsoft graph sdk in Spring Boot. I have a list of userIds and want to get the users corresponding to these IDs using Graph API. I can use a filter like /users?$filter=id eq id1 or id eq id2 or .... My question is, what is the limit allowed…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-09-07T20:23:46.6566667+00:00
Aditya Mehetre 0 Reputation points
commented 2024-09-08T18:39:05.7066667+00:00
Aditya Mehetre 0 Reputation points
1 answer

Microsoft Graph API batching in Java stuck for more than 10 batch steps

I have upgraded microsoft-graph maven dependency to 6.4.0 to perform batching with reference https://learn.microsoft.com/en-us/graph/sdks/batch-requests?tabs=java. When I use batchSize as 2 or 5, it works fine. But if I increase the size to 10 or 20, it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-08-25T14:45:22.77+00:00
Aditya Mehetre 0 Reputation points
answered 2024-09-08T05:45:37.7233333+00:00
Aditya Mehetre 0 Reputation points
0 answers

How to get Azure-AD-B2C access token using Graph API from SSIS/C#

We trying to access the Graph API to get the Audit Logs using SSIS/C#. We first trying to call the Graph API to get the Token but API request fail with error 'An error occurred while sending the request.' Same API (URL and Parameter) works with Postman…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-09-07T17:06:56.1266667+00:00
Alpesh Dhori 0 Reputation points
2 answers

How to fix connection issue for outgoing server with Odoo.

I have configured the outgoing mail server from odoo to Azure but I got the below issue. Issue while connecting the server: The server refused the sender address (my email) with error b'5.7.57 Client not authenticated to send mail. Error: 535 5.7.3…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-01-12T14:24:16.7566667+00:00
Lucas Van Nedervelde 10 Reputation points
answered 2024-09-07T16:19:52.16+00:00
Donny Davis 0 Reputation points
0 answers

An HttpListenerException occurred while listening on http://localhost:7271/ for the system browser to complete the login. Possible cause and mitigation: the app is unable to listen on the specified URL;

I'm calling microsoft graph API beta version API to create an approval item. It expect ApprovalSolution.ReadWrite delegate permission. Frist i need to authenticate the user using delegate permission method. I'm using MS windows 365 sandbox environment to…

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.
685 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
Microsoft Entra
asked 2024-09-02T09:06:37.09+00:00
Upulatheja Dodamthalawa/LKA 0 Reputation points
commented 2024-09-06T19:54:15.83+00:00
James Hamil 24,136 Reputation points Microsoft Employee
0 answers

How do you get a list of site links in a users OneDrive root folder using the Graph REST API?

We use the Graph API to create the necessary links to the company's Sharepoint sites in the users OneDrive for easy access. I am trying to find a way to list the existing links in a user's OneDrive. We have it setup using a registered app and added the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-09-06T16:15:17.96+00:00
Daniel C. Campbell 0 Reputation points
1 answer

Dynamic Mapping of Source to JSON Sink in Azure Data Factory

We are able to preview the source data from the Salesforce linked service in ADF, and I can also view the sink data using the REST linked service for Business Central in ADF. However, I'm facing an issue where importing the schema is not supported…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,841 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,524 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,277 questions
Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
124 questions
asked 2024-09-06T12:01:43.23+00:00
Apoorva Belsare 0 Reputation points
answered 2024-09-06T15:53:19.94+00:00
Amira Bedhiafi 22,616 Reputation points
0 answers

Office.context.mailbox.item.getSharedProperties returning Unexpected token error

When opening an email in a shared mailbox, I want to use getSharedPropertiesAsync. However, this only returns an Uncaught SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON if…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,659 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
969 questions
asked 2024-09-06T13:56:01.06+00:00
Thomas Dam 0 Reputation points
1 answer

Update-MgUser Attempted to perform an unauthorized operation for birthday

I am suddenly getting an error trying to update user birthdays. This worked a few weeks ago and now it generating a unauthorized operation error. Any input would be greatly appreciated. Commands: Import-Module -Name "Microsoft.Graph" $scopes =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,444 questions
asked 2024-08-09T18:34:36.47+00:00
RC 10 Reputation points
commented 2024-09-06T12:50:35.55+00:00
Ajit Shanbhag 0 Reputation points
0 answers

Status of events is mismatching for external user and organizer.

Status of events is mismatching for external user and organizer. create event with external and internal attendees from AAD. [email protected] [email protected] with location accept invitation by both internal and external users update event with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-09-06T12:46:42.19+00:00
Siarhei Kuchuk 10 Reputation points
1 answer

Get onlineMeeting returning 3004: Specified meeting is not found

When I'm requesting following endpoint: https://graph.microsoft.com/v1.0/users/user-id/onlineMeetings/meeting-id I'm getting 3004: Specified meeting is not found for meetings older than 90 days. Is that by design? I found a workaround when if user joins…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,917 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-09-06T07:48:53.4333333+00:00
Aljaž Gorjup 0 Reputation points
answered 2024-09-06T10:09:04.1466667+00:00
CarlZhao-MSFT 41,126 Reputation points
1 answer One of the answers was accepted by the question author.

How to get email messages in all delegated folders, rather than a specific folder

Hi, I am using Microsoft Graph API via Postman and trying to get all the messages in a delegate's email account, rather than messages in a specific folder. The delegate has given access to the account to me in Outlook. When I use…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,659 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-08-07T10:11:41.3066667+00:00
Andrew Earl 105 Reputation points
edited the question 2024-09-06T09:38:24.51+00:00
SokiGuo-MSFT 26,671 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to tell what permissions a user has been given to a shared mailbox

Hi, in Outlook I can share my inbox with another user and grant them read access or write access. When using graph API, is there a way to tell what permissions a user has to a specific shared inbox, e.g. no access, read only, read and write? I am using…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,659 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,585 questions
asked 2024-08-22T10:53:41.21+00:00
Andrew Earl 105 Reputation points
edited the question 2024-09-06T09:31:53.19+00:00
ChristyZhang-MSFT 22,951 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Graph API Outlook Service Data Volume Limitations?

I see that the Microsoft Graph API for the Outlook service has the following limitations: 10,000 API requests per 10 minutes Four concurrent requests Regarding fetching messages from an inbox, are there any data volume limitations I should be aware…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,659 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2024-08-22T14:17:28.0933333+00:00
Rob Buhler 20 Reputation points
edited the question 2024-09-06T09:24:37.4233333+00:00
Joan Hua-MSFT 1,720 Reputation points Microsoft Vendor