简体   繁体   中英

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

I can add new contacts , I need to know how can i get these contacts using Graph API. When i send the following request using online 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. 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 Teams Contacts is a superset of contacts from me/contacts Graph API and additional contacts in substrate data service( This is not accessible publicly).

So you can start with /me/contacts API. In the long run it will be consolidated under a single API

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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