I'm trying to create a Group in office 365 using Microsoft Graph and add members to it. However most of the members are external to the organisation, in other words their email addresses don't have the same domain. Is this possible to do using the Microsoft Graph API? or is there a work around that will do something similar.
Essentially all I need is a distribution list (similar to Google Groups) to which I can add members, regardless of the email domain I can do this using the web interface but it seems like you can't create distribution lists via the API.
Thanks in advance.