Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
45 views

A request from a standalone application to the sharedWithMe [1] endpoint returns only one item. Scopes used for authorization are: files.readwrite.all group.readwrite.all sites.readwrite.all ...
josuegomes's user avatar
1 vote
0 answers
31 views

I created a user-assigned Managed Identity and granted it Sites.Read.All permission to MS Graph API. Then, I created a notebook instance on Azure Machine Learning and assigned it the created managed ...
danvic's user avatar
  • 11
0 votes
0 answers
26 views

I'm attempting to send an IPA for an IOS application to our Intune instance for consumption as an LOB app. I've gone through all of the required incantations so far to get this to work in automation ( ...
David Blanchard's user avatar
Advice
0 votes
0 replies
16 views

I know Graph API focuses on sign-ins, audit logs, and activity counts, not session duration. Office apps do not send “session end” events to Graph. If any one know another thing please suggest
Anand Gole's user avatar
1 vote
1 answer
53 views

I am using the below filters for the graph api request. ?$filter=lastModifiedDateTime ge 2023-10-06T06:48:54Z&$select=name,lastModifiedDateTime,@microsoft.graph.downloadUrl I am getting the ...
user31845738's user avatar
Advice
0 votes
1 replies
44 views

I am using the com.microsoft.graph.serviceclient.GraphServiceClient class to retrieve users: UserCollectionResponse userCollectionResponse = graphClient.users().get(conf -> { conf....
fascynacja's user avatar
  • 3,186
Advice
0 votes
3 replies
121 views

I’m trying to build a small C# console app that lists all Azure AD / Entra ID groups and the users inside them (including nested members). The end goal is to sync these groups and users into Dataverse ...
Mr. A's user avatar
  • 37
2 votes
1 answer
85 views

I’m working with Microsoft Planner Premium (the new unified Planner experience) and need to access project data through an API. I’m trying to get details such as: Task dependencies (Depends on, ...
Rohan Mano's user avatar
-1 votes
1 answer
63 views

I want to read all subscription on my Azure tenant. https://learn.microsoft.com/en-us/graph/api/subscription-list gives a list of scopes/permissions. list requires Sites.ReadWrite.All on the endpoint ...
Horus's user avatar
  • 625
0 votes
0 answers
46 views

We’re trying to implement the “seen” feature in our Microsoft Teams bot built using the Bot Framework. Our use case is to send proactive messages to users and track whether they have seen those ...
Devesh Tiwari's user avatar
0 votes
0 answers
37 views

I'm experiencing persistent commitFileFailed errors when uploading .intunewin files to Microsoft Intune via the Graph API. All API calls return success status codes, but the final commit processing ...
aprasanth's user avatar
  • 1,099
0 votes
0 answers
77 views

Teams app that we built creates group chats, listens to messages/attachments and forwards them to our internal chat. Here is the response im getting for roughly 50% of attachments when attempting to ...
Vyacheslav Alayev's user avatar
1 vote
0 answers
28 views

I'm currently using the Microsoft Graph API to create and update calendar events in Outlook. I've also set up webhook notifications to stay informed about any changes to these events. However, I would ...
Lnacer's user avatar
  • 155
0 votes
0 answers
44 views

I am trying to receive change notifications from Microsoft Graph whenever an event is updated (created, deleted, or updated). I have successfully managed to create subscriptions. The URL that receives ...
Vishnu Bhandarge's user avatar
0 votes
1 answer
79 views

Previously, I was successfully sending emails with this code. SendMailPostRequestBody postRequest = new SendMailPostRequestBody(); postRequest.setMessage(message); postRequest.setSaveToSentItems( this....
Stewart's user avatar
  • 18.8k
1 vote
1 answer
86 views

I am trying to setup a Microsoft Entra based OAuth using @azure/msal-node package and unable to generate the refresh token. Use-case: Access the APIs once the user authenticates and keep using the ...
Atharva Unde's user avatar
1 vote
1 answer
45 views

I am sending a mail using the graph API from a shared mailbox ([email protected]). There is a .CSV file added to this POST call. The mail is sent with the correct subject and body. However, the ...
J-V-D-A's user avatar
  • 138
1 vote
0 answers
37 views

When retrieving a message with EWS, I get an attribute AllowedResponseActions (see documentation). This reports if the meeting request cannot be forwarded for example, or a read notification cannot be ...
slowcar's user avatar
  • 374
1 vote
0 answers
93 views

I currently use Microsoft Graph authentication in my application to get user information from Azure AD (e.g., profile, photo, list of AD users). However, I will soon lose access to Microsoft Graph and ...
Ben's user avatar
  • 201
-3 votes
1 answer
80 views

When making a post request: { "displayName": "My Team", "description": "", "visibility": "public", "members": [ { ...
Demian Licht's user avatar
1 vote
1 answer
37 views

I'm upgrading from Microsoft.Graph 4.36.0 to 5.92.0, and there are changes to the SDK. In 4.36.0, the following code creates a list of dtos with various metadata for each file: public async Task<...
Kvam's user avatar
  • 2,228
0 votes
2 answers
64 views

I’m building a multi-provider email client that tracks sent/replied/forwarded messages. For Gmail, I can easily exclude specific messages from my tracking mechanism by adding a custom header (e.g., X-...
ALOK PATEL's user avatar
0 votes
1 answer
133 views

I'm trying to convert a Microsoft.Graph.Contact object into a PST file for Outlook using Extended MAPI, and I don't know where to feed the contact's email addresses to and have it show when I open the ...
Tyler McCall's user avatar
0 votes
0 answers
36 views

I'm working on a SharePoint Embedded solution which, among other things, creates Word document view/edit links using the Graph API endpoint createLink : https://learn.microsoft.com/en-us/graph/api/...
Internet Person's user avatar
0 votes
1 answer
69 views

Some of our customers are unable to send out automated emails because support for basic authentication with SMTP is being removed. I am looking at finding a solution and it seems the Graph API is the ...
Luke T O'Brien's user avatar

1
2 3 4 5
289