有一个文档页面描述了我想要做的事情 https://docs.microsoft.com/en-us/graph/api/directory-deleteditems-list?view=graph-rest-1.0&tabs=http 但是,在C#中检索此数据的建议方法是 GraphServiceClient graphClient = new GraphServiceClientgroup = aw
我要检索我的Azure Active Directory中的所有用户及其个人资料照片。我的请求看起来像这样: var photo = await _graphServiceClient.Users[userId].Photo.Content.Request().GetAsync() 我知道在理论上可以定义所需的大小:Microsoft Graph API - Get profile picture with defined size 现在我想知道如何在C#</e
我使用Azure身份验证创建了一个新的Blazor应用程序。登录功能如预期的那样工作。现在,我需要检索特定组的用户列表。在Azure广告上,我创造了一个客户秘密。以下是权限:下面是我用来检索组的用户的代码:
var scopes = new string[] { "https://graph.microsoft.com/.defaultconfidentialClient.AcquireToke
在我的项目中,我使用了带有string的GetByIds方法Microsoft.Graph API (),它运行良好,并返回了选择字符串中提到的所有属性。但是最近,它已经停止工作,并且没有返回包含其在select字符串中提供的所有属性的完整对象。这个方法对我的项目非常重要,微软在后端Microsoft.Graph API中对它进行了错误处理。拜托,有人能帮我找一个替代的方法吗?这个方法可以获取用户in列表并返回他们<
我试图替换.NET应用程序中当前使用"Skype For Business/Lync“的现有单击拨号功能,并将其切换到"Microsoft”。看起来网上并没有这么多的例子。我发现的例子似乎不适合我。ClientCredentialProvider authProvider = new ClientCredentialProvider(confidentialClientApplication);
GraphServiceClientgraphClient = new