简体   繁体   English

Microsoft团队电话获得联系

[英]Microsoft teams calls get contacts

as per this link 按照这个链接

https://support.office.com/en-us/article/view-or-add-contacts-in-teams-4828b70a-0194-4272-9895-cfa9468273cf https://support.office.com/zh-CN/article/view-or-add-contacts-in-teams-4828b70a-0194-4272-9895-cfa9468273cf

I can add new contacts , I need to know how can i get these contacts using Graph API. 我可以添加新的联系人,我需要知道如何使用Graph API获得这些联系人。 When i send the following request using online Graph Explorer 当我使用在线Graph Explorer发送以下请求时

https://graph.microsoft.com/v1.0/groups/ {id}/members I can get the list of all members of the specified group(team) but the contacts i added using the desktop app of Microsoft teams are not retrieved. https://graph.microsoft.com/v1.0/groups/ {id} / members我可以获取指定组(团队)的所有成员的列表,但是使用Microsoft团队的桌面应用程序添加的联系人却没有检索。 obviously these contacts are not the member of team , they are just contacts not members. 显然,这些联系人不是团队成员,而是联系人而不是成员。

I need to know how can i retrieve these contacts using microsoft Graph API. 我需要知道如何使用Microsoft Graph API检索这些联系人。

Microsoft Teams Contacts is a superset of contacts from me/contacts Graph API and additional contacts in substrate data service( This is not accessible publicly). Microsoft Teams联系人是me / contacts Graph API和基础数据服务中其他联系人的联系人的超集(无法公开访问)。

So you can start with /me/contacts API. 因此,您可以从/ me / contacts API开始。 In the long run it will be consolidated under a single API 从长远来看,它将被整合到一个API中

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM