Microsoft graph dynamic distribution list members

Maksym Kryvonis 0 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
Microsoft Exchange Online
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Rajat Vashistha-MSFT 285 Reputation points Microsoft Vendor
    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.

    0 comments No comments

  2. Vasil Michev 112.8K Reputation points MVP
    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.

    0 comments No comments

  3. Xintao Qiao-MSFT 6,030 Reputation points Microsoft Vendor
    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".

    0 comments No comments

Your answer

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