https://graph.microsoft.com/v1.0/groups ---> Unable to fetch DN and Managed by information frm Azure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 06:07 AM
Hello Team,
Its very critical, can someone help me on this
We have setup azure integration through Rest message ( O auth token authentication ) and i am able to fetch user information ( name, EmailID, UserPrincipalName ) through below API endpoint
https://graph.microsoft.com/v1.0/users
How ever we need to fetch "dn" and "Managed by" information for DL and shared mailbox so we are using "https://graph.microsoft.com/v1.0/groups" endpoint but unable to fetch the dn and managedby info
Please help me guys, we need to store all these details in the custom table in servicenow
Regards,
Bhavana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 06:53 AM
@SasiChanthati @Muhammad Salar :
We had a call with azure team today, for DL's we dont have owner's information synced in azure and hence they asked to fetch DL informations from office365, so now we need to setup Office 365 integration with servicenow to fetch Name, Email, Managed By, UPN information from O365 and store in snow custom table.
Any suggestions from your end?
Regards,
Bhavana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 08:48 AM
Hello @rBh
Try this endpoint
https://graph.microsoft.com/v1.0/groups?$filter=mailEnabled eq true and securityEnabled eq false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 05:25 AM - edited 06-10-2025 10:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 09:49 AM
Hi Muhammad , we are trying establish REST API call from ServcieNow to VIVA Engage and post conversation into a group in VIVA. Wondering if you have any leads?
