简体   繁体   English

Microsoft Graph API 获取所有电话号码

[英]Microsoft Graph API get all phonenumbers

I am trying to get a list of all mobile phone numbers from an Azure AD with Microsoft Graph API.我正在尝试使用 Microsoft Graph API 从 Azure AD 获取所有手机号码的列表。

Something like this:像这样:

GET https://graph.microsoft.com/v1.0/me/phone.number/

Does anyone have a solution for this?有人对此有解决方案吗? Thanks!谢谢!

I don't think there is such an API.我不认为有这样一个API。

You would have to list all the users and then go through them one by one to extract the phone numbers.您必须列出所有用户,然后通过 go 逐一提取电话号码。

You could use the"List phones" API but that is per user.您可以使用“列出电话”API ,但这是针对每个用户的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft Graph Api User.Read.All 未授予我的域 - Microsoft Graph Api User.Read.All Not granted for my domain Microsoft Graph API 应用程序 Collections - Microsoft Graph API Application Collections Microsoft Graph:Get-MgUser 仅显示 100 个条目。 我怎样才能得到所有用户? - Microsoft Graph: Get-MgUser shows only 100 entries. How can I get all Users? Microsoft Graph API - 用户增量查询挑战 - Microsoft Graph API - User Delta Query Challenges 通过 Microsoft graph 检索用户图像 api - Retrieving the image of a user through Microsoft graph api 如何使用数据工厂从 Microsoft Graph API 获取文本中的团队消息 - How can I get Teams Messages in text from Microsoft Graph API using Data Factory 在 Microsoft Graph 中获取许可证 SKU 的显示名称 - Get Display Name for License SKU in Microsoft Graph SharePoint - Microsoft Graph API:子网站列表为空 - SharePoint - Microsoft Graph API: subsites list is empty 在 Microsoft Azure 上筛选(搜索)(图)API - Filter (searching) on Microsoft Azure (graph) API 使用具有 Sites.Read.All 权限的托管标识向 Microsoft Graph Search API 发出 POST 请求时出现 401 Unauthorized - 401 Unauthorized when making a POST request to Microsoft Graph Search API using managed identity with Sites.Read.All permission
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM