11,467 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Microsoft Graph - Self Service Password Reset

Is it possible to check if 'Self Service Password Reset Enabled' is set to none / selected / all for a tenant. I see that you can check the administrator policy for self-service password reset, but not for all other users?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-24T21:44:31.8433333+00:00
AJ.Thut 0 Reputation points
answered 2024-07-25T04:33:02.4933333+00:00
Dillon Silzer 56,681 Reputation points
1 answer

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,445 questions
asked 2024-07-24T12:27:00.1433333+00:00
Jay Hsueh 0 Reputation points
answered 2024-07-25T02:22:05.05+00:00
Yakun Huang-MSFT 2,570 Reputation points Microsoft Vendor
4 answers

Microsoft Graph permissions to only access specific group and group member attributes

Can I restrict Graph API access to only allow retriviewing 1 group and defined group member attributes (givenname, surname, mail, companyName, phone) and deny access to all other attributes? Can this be done with application access to Graph API? I…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2021-07-07T09:13:16.337+00:00
aapo 111 Reputation points
commented 2024-07-25T01:51:25.2266667+00:00
Ashraf 0 Reputation points
0 answers

Can App A's API Install Itself in Another Team or Tenant?

App A is installed in Team B within Tenant C. There is an API in App A. This API is used to install an app to a team in a tenant. Can the API be used to install App A in another tenant and team? This is to understand if App A can be used to install…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-24T23:51:28.8566667+00:00
abbas izadipour 205 Reputation points
2 answers One of the answers was accepted by the question author.

Update-MgUserPresence : Error authenticating with resource

Hello everybody, I wrote this code to automatically set the status on Microsoft Teams at a given time: But when I run it I get this error: Update-MgUserPresence : Error authenticating with resource Status: 400 (BadRequest) ErrorCode:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-23T21:00:02.87+00:00
Roberto G 20 Reputation points
accepted 2024-07-24T19:55:13.0966667+00:00
Roberto G 20 Reputation points
0 answers

Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type

In our project, we currently utilize an Angular (frontend) - .NET (middle layer) - nvasion Business Dynamics API (backend) architecture. As part of an ongoing optimization effort, we are planning to eliminate the middle layer and directly invoke APIs…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
Windows 365 Business
asked 2024-03-05T09:18:05.6066667+00:00
Jaydeep Patel 0 Reputation points
commented 2024-07-24T18:47:14.5633333+00:00
Shamilian, Natalie (US 393G) 0 Reputation points
1 answer

Unable to fetch group photo in Entra ID using MS Graph API

The GET endpoints for https://graph.microsoft.com/v1.0/users/<ID>/photo/ and https://graph.microsoft.com/v1.0/groups/<ID>/photo/$value stopped working correctly sometime since Thursday 18.07.2024. We have reproduced this on two tenants:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-24T15:10:07.03+00:00
Vasyl Artemiuk | Keepit 0 Reputation points
answered 2024-07-24T16:25:45.5566667+00:00
Vasil Michev 100.2K Reputation points MVP
0 answers

Graph API - Sharepoint PATCH item with parentReference not working

The following request used to work. Now it still responds with success message, but it only updates the name, but the update of the parentReference gets ignored and so the driveItem is not moved to the target folder (target and source are in the same…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-24T16:03:11.1933333+00:00
Shadi Rashed 66 Reputation points
0 answers

Huge delays in calls to obtain outlook event data, Common?

Dear Microsoftians, We're using outlook in order to plan our service events in outlook, after it we can look at these events from our application but I've been noticing that our speeds for obtaining these events goes down and down.... Nowadays we're…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-24T15:04:22.8133333+00:00
Rien de Jong 0 Reputation points
1 answer

Which CollectionResponse to use for this json batch call?

Hello, I am trying to use JSON Batch request for C#. For the batch call, I am primarily using CalendarView graph api call. I want to receive the deserialized returned response in the form of Microsoft.Graph.Event, so possibly IList, List in that type. In…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-23T20:52:44.28+00:00
Christopher R 20 Reputation points
commented 2024-07-24T14:50:07.6033333+00:00
Christopher R 20 Reputation points
0 answers

No OData route exists that match template

Hello I want to attach a group to configuration using beta api https://learn.microsoft.com/en-us/graph/api/intune-deviceconfig-deviceconfigurationgroupassignment-create?view=graph-rest-beta I therefore use followiung api call : token =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-24T11:12:01.7866667+00:00
Lionel Boyomo Keedi 0 Reputation points
1 answer One of the answers was accepted by the question author.

Update DriveItem of SharePoint

We have done the SharePoint Integration using MSGraph API. Now, by using the given API: https://learn.microsoft.com/en-us/graph/api/driveitem-update?view=graph-rest-1.0&tabs=http can only able to update the name column, can we also update the values…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,300 questions
asked 2024-07-18T09:27:19.1666667+00:00
Akshith Reddy Thalla 140 Reputation points
accepted 2024-07-24T10:17:18.1733333+00:00
Akshith Reddy Thalla 140 Reputation points
0 answers

500 error response when updating calendar event via graph API

On behalf of one specific customer, we've suddenly started getting a 500 response when attempting to make PATCH requests to the /v1.0/me/calendars/{calendar_id}/events/{event_id} endpoint in order to update certain calendar events. The error response…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,363 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-09T17:34:35.6466667+00:00
Elyes Graba 56 Reputation points
commented 2024-07-24T09:26:44.89+00:00
Christian Wenz 6 Reputation points
1 answer

How to add external email users to Azure AD B2C

I need to add external email users to my B2C, but the bulk invite or creation method doesn't work. Can I add external email users manually or through PowerShell or an API? Are there any other methods to add external email users to Azure AD B2C?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 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,629 questions
asked 2024-07-24T05:10:54.3833333+00:00
Per Klitgaard 0 Reputation points
edited the question 2024-07-24T09:25:02.8933333+00:00
JananiRamesh-MSFT 24,111 Reputation points
1 answer

Graph API, returns Unauthorized : User not found

Hello all, I develop an app which uses delegate permission to read a users presence. This all worked fine while using my Developer Subscription. After it has been expired I bought the 'Azure Active Directory Premium P1' license to simulate organizational…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 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,629 questions
asked 2024-07-22T20:29:49.46+00:00
Dominik 0 Reputation points
commented 2024-07-24T09:24:02.65+00:00
Navya 6,845 Reputation points Microsoft Vendor
1 answer

Graph API query groups that are PIM enabled or eligible

Hi, We are trying to use the graph api to read in the PIM details for all groups that are PIM enabled. The API call for PIM eligible requires you to specify the ID, like…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 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,629 questions
asked 2024-07-23T20:16:23.21+00:00
S S 0 Reputation points
commented 2024-07-24T08:16:30.96+00:00
Vasil Michev 100.2K Reputation points MVP
1 answer

How to parse sharepoint aspx file

Hi, i had successfully retrieve SharePoint site page through graph API, able to parse site basic information, but stucked at contentany possible approach? thanks Zheng Tzer Lee

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,810 questions
asked 2024-07-24T00:33:13.6233333+00:00
Zheng Tzer Lee 0 Reputation points
answered 2024-07-24T06:52:38.55+00:00
RaytheonXie_MSFT 33,641 Reputation points Microsoft Vendor
0 answers

Issue with Retrieving SingleValueExtendedProperties after July 11th, 2024

Dear Microsoft Graph Community, I am writing to report an issue I am encountering with the Microsoft Graph API related to retrieving events with singleValueExtendedProperties. Functionality: I am using the Graph API to create events in user calendars…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-11T21:15:57.38+00:00
Ankur Sharma 5 Reputation points
edited the question 2024-07-24T06:01:00.7533333+00:00
Ankur Sharma 5 Reputation points
2 answers One of the answers was accepted by the question author.

How to fix "403 forbidden" while trying to access MS Graph API during creation of User Flow using PowerShell or Bash in Azure AD B2C Tenant?

Hi all, I need help with API permissions for MS Graph API while creating User Flow using PowerShell.   Context: I am trying to create User Flow in Azure AD B2C tenant, but while trying to send Graph API requests using Invoke-MgGraphRequest command, I am…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,328 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,629 questions
asked 2024-07-23T13:09:04.6033333+00:00
Payel Ganguly 20 Reputation points Microsoft Employee
accepted 2024-07-24T05:59:17.88+00:00
Payel Ganguly 20 Reputation points Microsoft Employee
0 answers

Microsoft Graph To Do API doesn't fetch everything

Hello, I am encountering a synchronization issue with the Microsoft Graph To Do API. This problem affects the syncing of Microsoft 365 (Hotmail) task lists across multiple platforms, including Mac and iOS, when using the API endpoint: GET…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
asked 2024-07-18T10:53:54.4066667+00:00
Jonas 0 Reputation points
commented 2024-07-24T05:17:24.2366667+00:00
Carolyne-3676 201 Reputation points