as per this link
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.