Skip to main content
0 votes
0 answers
22 views

I Tried of using this PidNameExtractedUrls Single Value extended property to extract the urlset from my mail body but it didn't worked This is the endpoint i used -> https://graph.microsoft.com/v1....
Dinesh's user avatar
  • 1
0 votes
1 answer
82 views

A request from a standalone application to the sharedWithMe 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
1 answer
51 views

I’m building a workflow on top of a shared mailbox where each email acts as a ticket, and its folder represents its current state (New, In Progress, Waiting, Closed, etc.). To make this work, I need a ...
JAIMIN VAKHARE's user avatar
2 votes
0 answers
47 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
-1 votes
0 answers
29 views

I am in the middle of trying to create some automated routines that create groups in O365 and add/remove members from them as needed. One of things I ran into is that when an email is sent to the ...
Bigbacon's user avatar
0 votes
0 answers
38 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
19 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
0 votes
0 answers
39 views

I use ms-graph for sending emails and it works fine when I pass it a full html body that start with the <!DOCTYPE html> element. However, the same html is stripped down to its <body> ...
t3chb0t's user avatar
  • 19.3k
1 vote
1 answer
63 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
0 votes
1 answer
55 views

I set up a job that periodically fetches a new access token with the refresh token, but after hundreds of successful executions over the last couple of days, I just got the following error: Client ...
xtay2's user avatar
  • 983
Advice
0 votes
1 replies
48 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
0 votes
1 answer
39 views

When I try to send emails with Graph, I sometimes get an error as if we don't have the certificate. But the certificates are there, because otherwise emails wouldn't be sent. The error is in the Graph ...
Giuly's user avatar
  • 1
Advice
0 votes
3 replies
170 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
3 votes
1 answer
56 views

I have a mobile app (Flutter) where I'm allowing the user to backup their data to their personal OneDrive, so if they lose their device they can restore data from their OneDrive. I'm using a delegated ...
James Allen's user avatar
  • 7,317
2 votes
1 answer
106 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

15 30 50 per page
1
2 3 4 5
960