- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 11:36 AM
Hello all-
I currently have a requirement to pull all cloud distribution list owners in from Exchange Online and make those available in the platform to use in catalog items and/or approvals for distribution list management. In my research into the Exchange Online spoke and Entra ID spoke, neither provide the capability to look up group owners.
Has anyone done this before and if so could you point me in the right direction to satisfy this requirement?
Thanks community!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 12:51 PM
I was unable to find anything to allow a ServiceNow spoke to do this natively. Our solution was to:
- Have our Exchange Admin set up a Azure Runbook to collect the dist list owners and provide the output in JSON.
- Configure a flow to run a Azure Automation Run Job action to run the runbook on a recurring basis.
- The flow then processes the JSON and updates or adds owner records as needed.
Not the ideal solution, but it did work for our use case to help automate request item flows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 04:05 AM - edited 03-28-2025 04:06 AM
You can create a custom action to fulfil this use case. You can explore https://learn.microsoft.com/en-us/graph/api/group-list-owners?view=graph-rest-1.0&tabs=http to know about the REST API endpoint and required inputs and given outputs.
You can copy an existing action and replace the above API specific details to create your custom action.
Or you can explore Spoke Generator to know how to create spoke actions using either OpenAPI specifications or Postman collection or using product documentation. You can watch a short introduction to the same in this video - https://youtu.be/P17CtwyItpM?si=9iR25nE0xyRkaDVQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 11:59 AM
Hello Shreya-
Thanks for the reply. Your provided link to the graph API only applies to Entra ID security groups. Distributions lists in Exchange Online are not supported -- "Owners are currently not available in Microsoft Graph for groups that were created in Exchange, distribution groups, or groups that are synchronized from an on-premises environment."
If you have any insight on how to get Exchange Online group owners, I would appreciate any tips you have!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 08:27 AM
Hi
Any response on the same, since I am as also struggling to find solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 12:51 PM
I was unable to find anything to allow a ServiceNow spoke to do this natively. Our solution was to:
- Have our Exchange Admin set up a Azure Runbook to collect the dist list owners and provide the output in JSON.
- Configure a flow to run a Azure Automation Run Job action to run the runbook on a recurring basis.
- The flow then processes the JSON and updates or adds owner records as needed.
Not the ideal solution, but it did work for our use case to help automate request item flows.