11,473 questions with Microsoft Graph-related tags

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

Inquiry about subscribing to room events in resources using Microsoft Graph API

I am writing to seek clarification regarding the use of Microsoft Graph API to subscribe to events for rooms listed under resources. I have already attempted to use the API endpoint https://graph.microsoft.com/v1.0/subscriptions with the following…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-24T12:27:00.1433333+00:00
Jay Hsueh 20 Reputation points
accepted 2024-07-29T12:11:08.0366667+00:00
Jay Hsueh 20 Reputation points
0 answers

how to fix 'Subscription validation request timed out' error while requesting for Subcrioption for microsoft graph api

When I request a subscription for the Microsoft Graph API, I face subscription timeout issues. Please help me fix this. I have searched on Google everywhere but have not found a conclusion on any website

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-29T11:57:10.58+00:00
Suraj Singh 0 Reputation points
1 answer One of the answers was accepted by the question author.

ServerError: invalid_client: AADSTS650051: Using application 'Demo' is currently not supported for your organization xyz.com because it is in an unmanaged state. An administrator needs to claim ownership of the company by DNS validation of xyz.com

Error:- ServerError: invalid_client: AADSTS650051: Using application 'App_name' is currently not supported for your organization App_name.com because it is in an unmanaged state. An administrator needs to claim ownership of the company by DNS…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,778 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,686 questions
asked 2024-07-26T08:32:04.6533333+00:00
Bhuvan Goyal 20 Reputation points
accepted 2024-07-29T10:45:28.56+00:00
Bhuvan Goyal 20 Reputation points
1 answer

Microsoft 365 Email: not possible to set custom sender name

Hi! I am trying to send a message by POST /me/sendMail endpoint: https://learn.microsoft.com/uk-ua/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http My request body looks like this: { "message": { "body": { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-23T07:51:44.0266667+00:00
Dmytro Maliuta 0 Reputation points
commented 2024-07-29T10:04:23.5666667+00:00
Yakun Huang-MSFT 2,725 Reputation points Microsoft Vendor
1 answer

Facing issues while scheduling meeting using MicrosoftGraphAPI

Requirement is to scheduling teams meeting if the outlook/teams is not installed. So trying to schedule by using MicrsoftGraphAPI.  Given all the required delegated and application permissions but getting below issue. Required solution immediately, as…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,646 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,077 questions
asked 2024-07-18T05:52:59.7233333+00:00
Siripuram Arun 0 Reputation points
commented 2024-07-29T08:26:57.48+00:00
Yakun Huang-MSFT 2,725 Reputation points Microsoft Vendor
1 answer

I'm using microsoft graph api to read emails from outlook, the api is working fine when reading emails from certain accoounts but isn't reading emails from the accounts in other domain(gmail)

i'm using msal to generate authentication token for the application and the following: authotity: 'https://login.microsoftonline.com/{tenant_id}' endpoint: https://graph.microsoft.com/v1.0/users/{user_id}/messages params = { '$filter':…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,446 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-17T21:56:33.3166667+00:00
SANTOSH PANDEY 0 Reputation points
commented 2024-07-29T08:25:54.4366667+00:00
Yakun Huang-MSFT 2,725 Reputation points Microsoft Vendor
1 answer

how can a staffMemberIds in a Booking not be queryable in the get staff member

GET /solutions/bookingBusinesses/{id}/staffMembers/{id} when I query this with an ID from a booking it comes back with an error that it can't be found

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-17T15:36:23.3533333+00:00
Scott Snow 0 Reputation points
commented 2024-07-29T08:24:58.4466667+00:00
Yakun Huang-MSFT 2,725 Reputation points Microsoft Vendor
1 answer

Shared With Me files are not getting in API response

Using client credential authentication flow we are trying to get SharedWithMe files of user but we are getting empty response although the user has files in sharedWithMe API we are using: https://graph.microsoft.com/v1.0/users/{0}/drive/sharedWithMe API…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
991 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,323 questions
asked 2024-07-16T18:42:39.3433333+00:00
Casepoint Developer 66 Reputation points
commented 2024-07-29T08:23:24.8866667+00:00
Yakun Huang-MSFT 2,725 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Increasing the maximum size(23GB) file for Microsoft Graph

Hello, is it possible to increase the maximum size of the uploaded file with Microsoft Graph Beta API from 23GB to 30GB as it allowed for a Win32 app in Intune? And what is the solution to avoid this limitation for Microsoft Graph?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,759 questions
asked 2024-07-26T08:06:07.1333333+00:00
Vlad Lustenko (Apptimized) 20 Reputation points
accepted 2024-07-29T08:01:17.49+00:00
Vlad Lustenko (Apptimized) 20 Reputation points
1 answer

Microsoft graph Python API authentication

What Microsoft graph Python API I can use to authenticate with method like this? url = "https://login.microsoftonline.com/" + authgraph['tenantid'] + "/oauth2/v2.0/token" body = { "client_id":authgraph['clientid'], …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-26T11:36:30.4166667+00:00
Michael Strelnikov 0 Reputation points
answered 2024-07-29T07:44:30.7866667+00:00
Yakun Huang-MSFT 2,725 Reputation points Microsoft Vendor
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.
11,473 questions
asked 2024-04-23T21:09:17.1233333+00:00
Mountain Pond 1,431 Reputation points
commented 2024-07-29T07:22:57.8233333+00:00
Josua Moser 0 Reputation points
1 answer

command https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers returns only staffid, no other features can be displayed

I have the following command: https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers which should return a list of all information of all staff members. However it only returns a list of staff member ids. when i…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-19T11:53:57.4733333+00:00
Luke | Kortels 0 Reputation points
commented 2024-07-29T06:41:56.3033333+00:00
Hitesh Pachipulusu - MSFT 555 Reputation points Microsoft Vendor
0 answers

After 1/2 year API 403 error

I have a PowerShell script that runs daily and creates a folder in the employee contact lists via token (request) and writes the company's contacts in it so that everyone has them on their cell phone. The next day, this folder is deleted and the contacts…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,446 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,345 questions
asked 2024-05-28T12:31:31.4833333+00:00
Bonagura Marcello 5 Reputation points
commented 2024-07-29T05:54:44.3733333+00:00
Bonagura Marcello 5 Reputation points
0 answers

What should my redirect URI for Excel Add-In be?

I've developed an Excel add-in using JS Node that I will be offering as a transactable offer on AppSource. I am now trying to work through Authentication & Authorization and SSO. I'm following the instructions here…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,704 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,731 questions
asked 2024-07-28T20:06:15.93+00:00
Tom H2o 0 Reputation points
1 answer One of the answers was accepted by the question author.

GRAPH API does not work for Schedule/Shifts 403 Error

I am triying to retrieve shifts using the graph API I have created a test channel and created test schedules and shifts But i am getting 403 error when i try to retrieve it, i have checked the documentation and it seems i have done as described but when…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 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.
3,076 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,686 questions
asked 2023-11-12T00:34:21.0733333+00:00
Darwin Ranzone 20 Reputation points
commented 2024-07-28T08:36:35.46+00:00
Fardin Resve 0 Reputation points
2 answers

Retrieve sign-in logs using the Microsoft Graph in a diffrent timezone

Hi Community I am currently working on automation where I need to retrieve sign-in logs using the Microsoft Graph API, specifically with the Get-MgAuditLogSignIn cmdlet. The timestamps in the logs are returned in UTC (GMT), but I need to convert these…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,200 questions
asked 2024-07-27T02:43:56.43+00:00
alhuthaifi 1 Reputation point
commented 2024-07-27T10:09:15.9066667+00:00
Kavya 0 Reputation points
0 answers

Graph API for configuration of Self-Service options for Enterprise Application

I am struggling to find the APIs which could be used to programmatically set Enterprise application (service principal) Self-service options (Allow users to request access to this application, To which group should assigned users be added, Require…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-25T10:32:16.9566667+00:00
KlemenS 5 Reputation points
edited the question 2024-07-27T09:42:59.7666667+00:00
KlemenS 5 Reputation points
0 answers

role property missing in response of drive item permissions api

https://learn.microsoft.com/en-us/graph/api/driveitem-list-permissions?view=graph-rest-1.0&tabs=http#http-request I am getting an empty list in 'value' for a folder that is read-only for me. What does that mean? Here are the steps I followed to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2024-07-27T09:27:04.2766667+00:00
Ankur Gupta 20 Reputation points
1 answer

Update/Delete “This and all following Events” in Microsoft Graph API

Basically, there are three kinds of Recurring Events updates in the outlook calendar. This Event This and all following Events This Event and All series Actually, I have implemented First and Third but didn't find any Microsoft Graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 questions
asked 2021-05-27T10:53:18.713+00:00
Waleed Aslam 1 Reputation point
commented 2024-07-26T15:56:55.6133333+00:00
Sajid Hussain 0 Reputation points
1 answer

How to export Microsoft Teams chat ? Is there any mechanism by which end users can export their chat history and use it later?

How to export Microsoft Teams chat ? Is there any mechanism by which end users can export their chat history and use it later?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,646 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,473 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.
3,076 questions
asked 2022-06-20T10:18:09.217+00:00
Vinod Survase 4,726 Reputation points
commented 2024-07-26T10:48:52.3633333+00:00
Mytoast Admin 185 Reputation points