从Spring启动应用程序中列出Azure Activedirectory中的所有组的Rest API是什么?(目前通过google搜索可以得到如下两个API,一个是"Azure Active Directory GraphAPI“,另一个是"Azure API Management REST API Groupentity” 不确定确切地使用哪个API来获取Azure AD的组列表?
有一个文档页面描述了我想要做的事情 https://docs.microsoft.com/en-us/graph/api/directory-deleteditems-list?view=graph-rest-1.0&tabs=http 但是,在C#中检索此数据的建议方法是 GraphServiceClient graphClient = new GraphServiceClientauthProvider );
var group =