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
![](https://techprofile.blob.core.windows.net/images/ZhuQZy-pjkW_z26a6pEz7A.png?8DAD21)
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…
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…
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…
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":…
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…
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…
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…
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…
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…
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:…
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…
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…
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
![](https://techprofile.blob.core.windows.net/images/pBV9r8HlP0ejtt8UsdEh6Q.png?8D93F6)
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 => …
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…
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
![](https://techprofile.blob.core.windows.net/images/pBV9r8HlP0ejtt8UsdEh6Q.png?8D93F6)
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", …
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…
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…