Fashion Rupee Customer'V Care Number . 09198418843//9198418843 Call ·i
Hshhs me know if you are interested in the day of the day of the
How to generate a report for the list of all enterprise application that is using a single sign on (SSO)
Please ask for your help on how to generate a report in the form of csv file to view all the enterprise applications using the single sign on authentication via powershell. Thank you in advance
/sites/delta requests return 500 Internal server error.
Requests to https://graph.microsoft.com/v1.0/sites/delta endpoint return error: { "error": { "code": "generalException", "message": "The request URI is not valid. The segment…
Is there any usable way to copy Microsoft Excel sheets using the Graph API only?
Scenario I am developing an RPA integration application that automates several services, including Microsoft services via their APIs (specifically Microsoft Graph). I want to copy sheets in Microsoft Excel, but the Graph API does not fully support this…
Graph REST API: How do I get, update and delete the permissions on a Document Library?
I have created a Document Library using the Graph SDK C# using the following code: var requestBody = new List { DisplayName = "My Document Library Name", ListProp = new ListInfo { …
Can we create and grant CsApplicationAccessPolicy for a group?
Like how we create for a users, https://learn.microsoft.com/en-us/graph/cloud-communication-online-meeting-application-access-policy Grant-CsApplicationAccessPolicy -PolicyName Policy_1 -Identity "aba02ce6-6d5d-473a-953d-23ad256dcffe" Can we…
Problem retrieving crawled column with the Graph API
I am unable to retrieve a crawled column named Target (mapped to the managed property RefinableString107) from a SharePoint list using the Microsoft Graph API. Despite following the documentation and community guidance, the column values do not appear in…
Sort order for Sharepoint API “GET sites?search=*”.
https://learn.microsoft.com/en-us/graph/search-concept-sort From the above site, we can determine that the “GET sites?search=*” API does not support sorting. However, the “GET sites?search=&orderby=name” API has changed the sort order compared to the…
MS Graph api java sdk updating range of excel file
I'm using Microsoft Graph API java sdk version 6.24.0 I'm trying to update a range of excel values with style information. But I found that WorkbookRange object values are not supporting set operation and not constructor initialization. Is there a…
When updating a Teams event using the API, if the event already has a virtual meeting (Teams meeting link) and the update request removes the virtual meeting, here’s what might be happening and how to address it:
I am using the Microsoft Teams API to create, update, and delete meetings. However, when I try to update a meeting, it removes the virtual meeting (the Teams meeting link). I am sending the parameter "isOnlineMeeting": true in the request, but…
504 Error getting messages from shared mailbox
I'm trying to get a message from a shared mailbox with the graph api curl -X GET "https://graph.microsoft.com/v1.0/me/messages/<message-id-here>/\$value" \ -H "Authorization: Bearer <graph-api-key-here>" \ -H…
Graph API get Users API request error
I am attempting to List the Users in my application via API request in Postman. I am getting the following error however: { "error": { "code": "Authorization_RequestDenied", "message":…
MS Graph API retrieve one drive worksheet with styling information
I need to get workbook worksheets with its styling information from onedrive using MS Graph Api java sdk: final GraphServiceClient graphClient = new GraphServiceClient(credential, SCOPE); List<WorkbookWorksheet> worksheets = graphClient …
Where can I find a data dictionary for SPO data columns in pageView table?
I want to have a trusted source definition of the data columns found in PageView table for SPO logging so that it can be reference within a data dictionary we are building. Is there a published MS source for this?
Server side application at startup logs in and all requests are through that application, no user /subscriptions
So there is only one Permission for Subscriptions Subscription.Read.All, and it is a delegated permission. We have added it and had Admin access granted. I am able to run the GET to get all current subscriptions, I am able to POST a new subscription, but…
can't find calendar data for certain resource accounts
I'm attempting to get info on some of our resource calendars. Since this doesn't function well within the EXO Powershell, I was pointed towards the MSGraph module. So I use these commands: $StartDate = "2024-01-01T19:00:00-08:00" >>…
Issue with renew operation in Microsoft Graph Webhook Java SDK
Official Webhook documentation says that in the patch request only expirationDateTime is required to be set in subscription object to renew the subscription. long with ExpirationDateTime, NotificationUrl is also required in new subscription object…
Archive a large SharePoint folder into a zip file and store to another SharePoint site
Hi, I have a use case in the business where I need to archive into a zip file a project folder which could be 500+MB which will reside on a SharePoint project site to another project repository site. This zip file will then be version-controlled with a…
Deploying graphrag-accelerator
Following this example https://github.com/Azure-Samples/graphrag-accelerator/blob/main/docs/DEPLOYMENT-GUIDE.md to deploy graphrag-accelerator. the command bash deploy.sh -p deploy.parameters.json fails with error Registering GraphRAG API with…
How to get a user's Teams ID without app installation or directly from Azure to send direct chat messages?
Hi everyone, We are developing an internal communication tool that integrates with Microsoft Teams. One key feature is the ability to send direct chat messages to users from our bot. However, we are facing the following challenges: Is it possible to…