https://graph.microsoft.com/v1.0/groups ---> Unable to fetch DN and Managed by information frm Azure

rBh
Tera Contributor

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

 

 

13 REPLIES 13

rBh
Tera Contributor

@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

Hello @rBh 
Try this endpoint
https://graph.microsoft.com/v1.0/groups?$filter=mailEnabled eq true and securityEnabled eq false

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?