Can properties, such as email, of members of Mail-Enabled Security groups be edited using Graph API?

Adriana Garcia 40 Reputation points
2026-01-12T21:30:16.79+00:00

Is it possible to edit properties, specifically the email address of a member that is part of a M365 group but also has memberships in Mail-Enabled Security groups with Graph API?

I attempted to edit the email address of a specific member and nothing changed. I was wondering if his other memberships might be preventing the change from taking place since Graph API does not fully support changes to Mail-Enabled Security groups.

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Answer accepted by question author
  1. Vasil Michev 124.9K Reputation points MVP Volunteer Moderator
    2026-01-13T06:59:56.27+00:00

    Mail-enabled security groups are authored in Exchange Online, you should use the corresponding PowerShell cmdlets to manage them. This includes membership changes.


Answer accepted by question author
  1. Q&A Assist
    2026-01-12T21:30:25.6566667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The Microsoft Graph API allows for the management of group properties, including Mail-Enabled Security groups. However, it is important to note that while you can create or update group properties using the API, there are specific limitations regarding the editing of member properties, particularly for those who are part of Mail-Enabled Security groups.

    If you attempted to change the email address of a member and it did not take effect, it could be due to the fact that the member's email address is managed through the Mail-Enabled Security group settings, which may not be fully supported for modification via the Graph API. The API does not support all operations on Mail-Enabled Security groups, which might be why your changes did not reflect.

    In summary, while you can manage group properties with Graph API, editing the email address of members in Mail-Enabled Security groups may not be possible due to these limitations. You may want to check the specific permissions and capabilities of the Graph API regarding Mail-Enabled Security groups to confirm this behavior.


    References:

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.