Microsoft graph dynamic distribution list members

Maksym Kryvonis 20 Reputation points
2025-02-03T08:01:40.25+00:00

Since Exchange Web Services will be discontinued on October 1, 2026 and its successor is Microsoft Graph (1).

Does the Graph API currently support dynamic distribution lists? The last information I found was that 2021 (2).

  1. https://techcommunity.microsoft.com/blog/exchange/retirement-of-exchange-web-services-in-exchange-online/3924440
  2. https://learn.microsoft.com/en-us/answers/questions/376906/does-graph-api-support-dynamic-distribution-lists
Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Microsoft Security | Microsoft Graph
0 comments No comments

Answer accepted by question author
RajatVashisthaMSFT-7255 1,780 Reputation points
2025-02-03T08:15:49.32+00:00

Hi Maksym Kryvonis,

Thank you for contacting Microsoft Support!

Unfortunately, dynamic distribution lists are currently not supported via Graph API. Only the following groups are supported:

User's image

For more details, please refer to: Working with groups in Microsoft Graph

Since this feature/functionality is presently not available, you can submit a feature request idea using support link, which will be monitored by Microsoft team and make the enhancements to Microsoft Graph APIs.

Hope this helps.

If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2025-02-04T03:26:50.06+00:00

    Hi, @Maksym Kryvonis

    The information in the document link above is accurate

    As of this writing, the Microsoft Graph API does not provide specialized support for managing dynamic distribution group lists.

    While the Microsoft Graph API does support a number of group management scenarios (including the creation and management of Microsoft 365 groups and security groups, and even dynamic memberships for certain types of Azure AD groups), it does not include endpoints for creating, updating, or querying legacy Exchange dynamic distribution groups.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?

    0 comments No comments

  2. Vasil Michev 127.6K Reputation points MVP Volunteer Moderator
    2025-02-03T16:22:45.5333333+00:00

    No, it does not. Although you cannot just blame the Graph for it, as the underlying data is simply not synced to Entra ID to begin with (in other words Entra has no "knowledge" on DDGs).

    If you need to programmatically get the list of members of a DDG, the only option currently is Exchange Online PowerShell and the Get-DynamicDistributionGroupMember cmdlet.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.