13,048 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

CloudCommunications.ReadWrite.All isn't available in the bot's API permission

I need to enable CloudCommunications.ReadWrite.All, but it's not showing in the API permissions for my application

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-14T15:57:58.7033333+00:00
Dennie Verhagen 0 Reputation points
edited the question 2025-02-14T18:20:44.0433333+00:00
LeelaRajeshSayana-MSFT 17,106 Reputation points
1 answer

Graph failure when using a hyphen (-) in a site name or a document library name in SharePoint Online

Title: Graph failure when using a hyphen (-) in a site name or a document library name in SharePoint Online Description: I encountered an error while verifying the following query in the Microsoft Graph Explorer: Successful Query: When I send the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-14T06:32:47.74+00:00
Cha, Inhwan (HPPK SW RnD) 0 Reputation points
answered 2025-02-14T16:17:14.5933333+00:00
Rajat Vashistha-MSFT 680 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Will the deprecation of EWS API support, prevent integration of on-premises Exchange accounts with non-Microsoft applications, making Microsoft Graph API the only supported method?

As Microsoft is deprecating EWS API support starting October 1, 2026, I would like confirmation on whether this change will also affect the integration of on-premises Exchange accounts with non-Microsoft applications. After this change, will integrating…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-01-21T11:06:11.8566667+00:00
Abhay Pundeer 20 Reputation points
accepted 2025-02-14T16:03:39.6033333+00:00
Abhay Pundeer 20 Reputation points
2 answers

How to get the call-id in Microsoft Teams?

Is it possible to get the call-id from a running Teams call? I should get call details from https://graph.microsoft.com/v1.0/communications/calls I want to use the call-id here: var result = await…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,875 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,779 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 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,558 questions
asked 2024-02-14T13:47:07.57+00:00
Ottmann, Thomas 40 Reputation points
commented 2025-02-14T15:46:24.6166667+00:00
Ned Groom 0 Reputation points
1 answer

how to get the name of the learningSelfInitiatedCourse from this ids since i have tried all the option in graph Api doc

{ "@odata.type": "#microsoft.graph.learningSelfInitiatedCourse", "id": "linkedin:vl_selfinitiated_lrssyncdisabled_xxxxxxxxxxxxxxxxxxxx", "externalcourseActivityId":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-11T13:25:55.2666667+00:00
Issam Elkhadirii 0 Reputation points
answered 2025-02-14T15:36:34.1866667+00:00
Akhil Nasalwai - MSFT 260 Reputation points Microsoft Vendor
0 answers

Granularity of mapping JIRA permissions.

Please explain the granularity of permissions that can be enforced with the JIRA connector. It is unclear whether the connector documentation refers to the whole JIRA data set, specific project set, or individual JIRA issues data. Specifically what…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-14T14:27:45.6866667+00:00
Sadilovski, Vlad 0 Reputation points
1 answer

Efficiently Retrieving All Assigned/Planned Tasks via Microsoft Graph API with single call

Hi. I am using PowerAutomate to get all of the tasks/assigned tasks for all of the users. I am sending Graph API call. Till now, i have tried two methods.   Method 1   https://graph.microsoft.com/v1.0/users/{user-email}/todo/lists/tasks/tasks…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-11T10:44:08.62+00:00
Shaikh Shahrukh 5 Reputation points
answered 2025-02-14T13:41:50.3533333+00:00
Akhil Nasalwai - MSFT 260 Reputation points Microsoft Vendor
1 answer

Why isn't the customer note visible on the booking by the staff member?

I have created a Bookings appointment which have later been updated with a Customer using the API: PATCH /solutions/bookingBusinesses/{id}/appointments/{id} with a bookingCustomerInformation added to the customers field. For this customer I've set…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-12T14:56:13.95+00:00
Oskar Persson 20 Reputation points
answered 2025-02-14T13:25:54.02+00:00
Akhil Nasalwai - MSFT 260 Reputation points Microsoft Vendor
1 answer

How to fix {"error":{"code":"unauthenticated","message":"Unauthenticated"}}

Hello, I'm encountering an "Unauthenticated" error when uploading files via my Laravel application integrated with Microsoft Graph. The application has been functioning correctly until February 13, 2024. Since then, attempts to upload files…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-14T12:02:08.0233333+00:00
Aayush Niraula 0 Reputation points
answered 2025-02-14T12:20:16.77+00:00
Rajat Vashistha-MSFT 680 Reputation points Microsoft Vendor
2 answers

I'm trying to use Microsoft Graph API in Powershell to pull a list of sharepoint sites a user is Owner of but I am getting a (403) Forbidden error

I've created an App in Entra so I can use it to give me a list of sharepoint sites a certain user is owner of. I have used Copilot to help me write the powershell script and I have all the needed permissions on my account to do what I need. Soon as I run…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,810 questions
asked 2025-02-13T13:23:20.0133333+00:00
Joe Moorcroft 0 Reputation points
commented 2025-02-14T11:21:21.2166667+00:00
Joe Moorcroft 0 Reputation points
1 answer

Using document_url parameter and site_id can we identify whether a particular document is inside a Document library or not

In SharePoint we can create a Documents inside the site itself or we can create a new Document library inside the site and create the file inside that. When a document has been created inside a Document library we got a document_url like below, ex:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 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.
3,290 questions
asked 2025-02-14T05:09:40.69+00:00
GSH-1402 105 Reputation points
commented 2025-02-14T10:17:01.46+00:00
GSH-1402 105 Reputation points
1 answer

Unable to Retrieve SharePoint List Item Attachments in .NET Core using Graph API

In SharePoint Online, when retrieving list items using Graph Explorer, the Attachments property only returns a boolean value (true or false), indicating whether an item has attachments. However, it does not provide direct links to attached files such as…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 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.
3,290 questions
asked 2025-02-13T07:00:27.3+00:00
EdbergVasan DallasVaz 0 Reputation points
commented 2025-02-14T09:53:17.3333333+00:00
Yanli Jiang - MSFT 28,961 Reputation points Microsoft Vendor
1 answer

Graph failure when using a hyphen (-) in a site name or a document library name in SharePoint Online

Title: Graph failure when using a hyphen (-) in a site name or a document library name in SharePoint Online Description: I encountered an error while verifying the following query in the Microsoft Graph Explorer: Successful Query: When I send the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,204 questions
asked 2025-02-14T06:35:26.12+00:00
Cha, Inhwan (HPPK SW RnD) 0 Reputation points
answered 2025-02-14T09:38:18.33+00:00
Yakun Huang-MSFT 9,935 Reputation points Microsoft Vendor
2 answers

Getting "Insufficient Privilege" error while trying to delete an user through API

When I try to delete an user who is part either a role or group or app , I am getting insufficient privilege error in the response Token is generated through client creds and app has the following permission

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,294 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,246 questions
asked 2025-02-13T09:05:08.3433333+00:00
A V 0 Reputation points
edited an answer 2025-02-14T09:22:59.6166667+00:00
CarlZhao-MSFT 45,186 Reputation points
1 answer

Lifetime validation failed, the token is expired.

hi team, we are getting error "Lifetime validation failed, the token is expired." from microsoft graph api. access_token, refresh_token both and id_token all are valid for user. ExeptionType => …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-13T10:12:34.84+00:00
Abhishek Shrivastav 0 Reputation points
answered 2025-02-14T09:10:47.6933333+00:00
Saranya Madhu-MSFT 1,425 Reputation points Microsoft Vendor
2 answers

Update Group throws error when updating hideFromOutlookClients and hideFromAddressLists properties

After January 15 request to update groups properties hideFromAddressLists or hideFromOutlookClients ends up with error response: ErrorInternalServerError Message: An internal server error occurred. The operation failed., The value is set to empty…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-01-23T14:20:47.96+00:00
Maksym Hryshakov 20 Reputation points
commented 2025-02-14T09:00:22.5933333+00:00
Maksym Hryshakov 20 Reputation points
1 answer

Endpoints to remove Entity Relationships from the User

I need to remove the relationship entity from the user like Group memberships, Applications, Assigned roles, Assigned licenses, Group ownership and App ownership. Is there any endpoint available. If not , can someone share the steps to handle this

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.
755 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,246 questions
asked 2025-02-14T06:23:26.8166667+00:00
A V 0 Reputation points
edited an answer 2025-02-14T08:13:23.1333333+00:00
CarlZhao-MSFT 45,186 Reputation points
1 answer

Why are /subscription endpoints of Graph API randomly returning 401 ?

I'm trying to subscribe to OneDrive changes by sending a POST request to https://graph.microsoft.com/v1.0/subscriptions in Spring with the following body: { "changeType": "updated", "notificationUrl": "%s", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-12T09:25:04.8633333+00:00
Marianne Abi Kanaan 5 Reputation points
answered 2025-02-14T08:01:35.2533333+00:00
Saranya Madhu-MSFT 1,425 Reputation points Microsoft Vendor
0 answers

I want to create a user in UserInformationList using the email (retrieved from GET /users/{id | userPrincipalName}).

I need to create a new item in SharePoint using a Logic App. I'm using the HTTP connector and an authentication token obtained from a POST request to https://login.microsoftonline.com/tenant/oauth2/v2.0/token. In my SharePoint list, some columns are of…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,346 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,204 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.
3,290 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,632 questions
asked 2025-02-11T09:39:02.3566667+00:00
Nandi, Sulagna 0 Reputation points
commented 2025-02-14T07:43:16.39+00:00
Shireesha Eeraboina 1,715 Reputation points Microsoft Vendor
1 answer

ErrorNonExistentStorage: Acessing service failed when loading user photo

I'm loading user's photo using .NET client for Microsoft Graph: Stream? pictureStream = await graphClient.Users[adminID].Photo.Content.GetAsync() The graph client does have the necessary permissions: But I am getting an exception with message…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,048 questions
asked 2025-02-13T06:29:30.6233333+00:00
Peter Dräxler 0 Reputation points
commented 2025-02-14T07:17:20.0366667+00:00
Yakun Huang-MSFT 9,935 Reputation points Microsoft Vendor