10,651 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Getting all users profile photo metadata via Get-MgUser

Hi all, I want to get all users profile photo's metadata via Graph API. I am aware you can get all users, then one by one get the profile photo metadata, like this using Graph Powershell SDK: $allMgUsers = Get-MgUser -All $allMgUsersPhotoMetadata =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,074 questions
asked 2024-05-02T13:21:34.3033333+00:00
Marc Hendrichsen 0 Reputation points
edited the question 2024-05-02T13:31:59.61+00:00
Marc Hendrichsen 0 Reputation points
0 answers

Facing issue while sending invite using Microsoft Graph API With spfx react

I am using the below code to sending invite but facing issues while sending email. can someone help me to identify the issue public SendInvitationtoExternalUsers = async (ExternalUserEmail, ID): Promise<[]> => { this._graphClient =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,667 questions
asked 2024-05-02T13:04:36.6366667+00:00
Shashidharan S 0 Reputation points
edited the question 2024-05-02T13:17:08.1266667+00:00
Shashidharan S 0 Reputation points
1 answer

How to enable "allowedOnlineMeetingProviders" and "defaultOnlineMeetingProvider" as TeamsforBusiness

I tried GET https://graph.microsoft.com/v1.0/users/{ID}/calendar and got the response as below : { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('sh-recruiting-testing%40ubs.com')/calendar/$entity", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-04-25T07:52:14.7966667+00:00
Thasneem-K, Sameena 0 Reputation points
answered 2024-05-02T13:14:28.1933333+00:00
Hitesh Pachipulusu - MSFT 0 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Graph api Create onlineMeeting (Error authenticating with resource)

Hello microsoft team I gave the necessary permissions. authorization OAuth 2.0 authorization endpoint (v2) I do it through What do you think the problem could be?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-03-28T13:39:08.1166667+00:00
google info 20 Reputation points
commented 2024-05-02T12:51:34.36+00:00
google info 20 Reputation points
0 answers

How to access OneNote Notebook data with MS Graph SDK python

Im trying to build a python app/script that goes through a onenote notebook and create folders for each section and creates html files for each of the pages in the section that will be saved in the respective folder. I tried to play around with the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-05-02T11:54:36.8833333+00:00
Yon Gold 0 Reputation points
1 answer

Error with MSGraph /subscribedSkus API

I am part of azure Sentinel Billing team, and we got a CRI from a customer who was not provided with a E5 skus discount on February 23rd. We have an internal service which calls msgraph "/subscribedSkus" API to get the number of skus and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-04-23T20:04:58.08+00:00
Jorge Escamilla Ornelas 0 Reputation points Microsoft Employee
answered 2024-05-02T11:46:27.77+00:00
Danstan Onyango 3,741 Reputation points Microsoft Employee
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,109 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-05-02T10:53:35.56+00:00
Azizkhon Ishankhonov 195 Reputation points
1 answer

Constant 503 errors when using Graph Calendar API

We're seeing constant 503 errors no matter what "max" page size we try and use. We tried a page size of 20 too and it still fails with 503 - the same requests work for other accounts. What should we do to get around this? Here's our GET…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-04-18T12:40:53.5033333+00:00
Fahad Gilani 0 Reputation points
answered 2024-05-02T10:19:53.3033333+00:00
CharanyaB-MSFT 1,421 Reputation points Microsoft Vendor
2 answers

How can I get eligibility for a sandbox subscription to Microsoft 365 developer program.

I would like to get a Microsoft 365 Developer subscription (E5). But is says my account is not eligible. My current company uses a lot of Microsoft products inhouse. I am currently working on a solution that needs to interact with the company SharePoint…

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.
3,820 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,667 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,673 questions
asked 2024-03-21T08:34:48.3766667+00:00
Koen van Dijk 0 Reputation points
answered 2024-05-02T09:58:40.05+00:00
adil ou 0 Reputation points
1 answer

Graph API - Send Mail error - MailboxNotEnabledForRESTAPI The mailbox is either inactive, soft-deleted, or is hosted on-premise

Hello, I am calling graph.microsoft.com/v1.0/me/sendMail or /users/{id | userPrincipalName}/sendMail and getting MailboxNotEnabledForRESTAPI for invited users (User type=Guest) from another tenant. They have normally working company mails and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2022-07-18T08:20:40.253+00:00
Vojtěch Krása 16 Reputation points
commented 2024-05-02T09:25:12.55+00:00
Vojtěch Krása 16 Reputation points
1 answer

Graph API, how to get the registration link of a webinar event

Hi, I'm getting the calendar info of webinars created on teams using the below function. It returns the data but it doesn't have the teams online meeting registration url which is something like…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-04-19T05:50:37.51+00:00
Hajir Lesani 0 Reputation points
commented 2024-05-02T08:36:51.0333333+00:00
Hajir Lesani 0 Reputation points
1 answer One of the answers was accepted by the question author.

500 error response from endpoint

Hello Since29th april 2024 I'm getting a 500 response from theses endpoints: https://graph.microsoft.com/v1.0/me/calendarGroups?$top=999 /users/{userId}/calendar/getSchedule I don't know the origin of these errors, since when i retry the request it works…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-04-30T18:42:18.3666667+00:00
Iliyas Boumour 20 Reputation points
accepted 2024-05-02T08:12:55.1+00:00
Iliyas Boumour 20 Reputation points
1 answer

No application access policy found for this app

We are encountering application access policy issue when tried to access Online Meetings API.  We registered a new app registration and provided grants to application permissions for Online Meetings. we followed MS documentation to configure access…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,109 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 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,862 questions
asked 2024-05-02T05:20:35.04+00:00
SATYA PAVANKUMAR 40 Reputation points Microsoft Employee
commented 2024-05-02T07:28:37.34+00:00
CarlZhao-MSFT 36,976 Reputation points
1 answer

API support to collect usage of MS Project Online and MS Visio Online.

Are there any updates regarding Project and Visio usage reports availability through APIs? I still haven't seen anything related to Microsoft Graph APIs. Context- Currently we have Microsoft Graph API getOffice365ActiveUserDetail that pulls last…

Visio
Visio
A family of Microsoft products used to create diagrams and vector graphics.
78 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-05-02T04:58:05.51+00:00
kanhiya Mahajan 0 Reputation points
answered 2024-05-02T07:22:27.34+00:00
Vasil Michev 95,581 Reputation points MVP
2 answers

Getting exception Me Request is valid with Delegated authentication flow

Hi Team, I am using Microsoft.Graph 5.0. I am getting exception "Me Request is valid with Delegated authentication flow". See my below code and Please suggested what things I am doing wrong here to invoke the graphServiceClient object. If you…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-04-29T09:31:24.4966667+00:00
Hamendra Kumar (HCL Technologies Ltd) 0 Reputation points Microsoft Vendor
edited an answer 2024-05-02T07:21:51.8833333+00:00
Hamendra Kumar (HCL Technologies Ltd) 0 Reputation points Microsoft Vendor
0 answers

Error: 500 - ErrorCorruptData - Graph API - List Calendar Delta Event API

I received ErrorCorruptData response when I sent list calendar delta event api API url: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-05-02T05:57:15.36+00:00
Jasper Chang 0 Reputation points
0 answers

Set Retention Label & permanent delete based on retention label

Unable to set the retention label (https://learn.microsoft.com/en-us/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0&tabs=http) PATCH /drives/{drive-id}/items/{item-id}/retentionLabel ---I also want to permanently delete based on retention…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2024-05-02T05:27:21.3166667+00:00
Akshith Reddy Thalla 80 Reputation points
3 answers One of the answers was accepted by the question author.

How to distribute the app which is created on entra.

How to distribute the application or what are the ways to distribute it between different organisations?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 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,543 questions
asked 2024-04-10T13:54:16.6433333+00:00
asvr asvr 25 Reputation points
commented 2024-05-02T04:57:35.29+00:00
Shweta Mathur 27,711 Reputation points Microsoft Employee
6 answers

Request for API to collect usage of MS Project Online and MS Visio Online

Currently we have Microsoft Graph API getOffice365ActiveUserDetail that pulls last activity usage. But it doesn't pull for MS project and MS Visio. However, we can see that usage for these products are present on the MS 365 Portal. Can we please get…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
asked 2022-09-07T04:08:26.007+00:00
Tarun Kedia 51 Reputation points
answered 2024-05-02T04:49:35.9133333+00:00
kanhiya Mahajan 0 Reputation points
0 answers

subscription validation inner error

I follow these instructions ... POST https://graph.microsoft.com/v1.0/subscriptions Content-Type: application/json { "changeType": "created,updated", "notificationUrl":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
Microsoft Entra
asked 2024-05-02T02:19:14.5133333+00:00
Clyde 0 Reputation points
edited the question 2024-05-02T04:35:54.3966667+00:00
ajkuma 22,411 Reputation points Microsoft Employee