No, not possible. Mail-enabled security groups are managed by Exchange, and Graph currently has limited (zero) support for Exchange admin operations. Use Exchange Online PowerShell instead.
Managing "Mail-Enabled Security Groups" with MS Graph API
Is it possible to add/delete members of "Mail-Enabled Security Groups " with Graph API?
Looks like the API is limited to "security" or "M365" groups.
https://learn.microsoft.com/en-us/graph/api/group-post-members?view=graph-rest-1.0&tabs=http
Thank you.
Microsoft Security | Microsoft Graph
-
Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
2022-06-10T13:41:22.017+00:00
2 additional answers
Sort by: Most helpful
-
Puchta Jaroslav 0 Reputation points
2025-02-19T10:05:56.49+00:00 Does Microsoft plan to manage Mail-enabled security groups using the Graph API?"
-
Jan Hajek 1 Reputation point MVP
2025-06-20T08:10:02.02+00:00 If you don't want to use
ExchangeOnlineManagement
PowerShell module and call it from Power Automate, your code or somewhere else, you can make use of the followingInvokeCommand
which is used behind the scenes by the management module - I recently blogged about this - https://hajekj.net/2025/06/20/working-with-exchange-online-distribution-groups-via-rest/