is it possible to list all Distribution lists with Microsoft Graph API?
I could list all group in one Tenant with:
https://graph.microsoft.com/v1.0/groups
but I need to filter this list to get only the Distribution list which is defined in Microsoft 365 admin center.
Thank you