Hello,
I'm trying to retrieve data about personal contacts using the Microsoft Graph API, specifically contact groups.
I've noticed that contact groups seem to be omitted from the set of contacts returned for a contact folder.
Is there a way to retrieve data for a contact group from the Graph API? If so, how would I go about doing that?
Currently using this endpoint to retrieve contact data from a folder:
https://graph.microsoft.com/v1.0/me/contactFolders/{contact folder ID}/contactFolders
Thanks.