python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Microsoft.Graph SDK Search members of a group["x"] startwith 'A"
I would like to replicate this OData cast into my DOTNET core project:
I am using Microsoft.Graph (4.2.0) nuget package
This is my OData cast that works fine in Graph Explorer. (https://developer.micr...
Leo Barbas
Votes: 0
Answers: 0
How to get all users with role in Azure Ad using graph API?
How I can get all users with roles related to azure ad app using Graph API
Endpoint
GET https://graph.microsoft.com/v1.0/servicePrincipals/{app-id}/appRoleAssignedTo
Code
var appRoleAssignedTo = awai...

amit agrawal
Votes: 0
Answers: 1
Getting user and audit log fromMicrosoft grapgh API
You can get all users and expand different properties with a single call to https://graph.microsoft.com/beta/users. Is there a way to make this call and include audit log as I dont want to make a sin...
Thomas Segato
Votes: 0
Answers: 1
Does Graph SDK work along side VSTO, COM Add-Ins or MS Office COM Interop?
We have two projects; one's a VSTO Add-in and the other is a TypeLibrary which exposes Outlook COM Interop calls by registering the assembly as a set of COM interfaces.
This setup has allowed us to co...

ezG
Votes: 0
Answers: 0