Use the /groups/{id}/settings endpoint: https://learn.microsoft.com/en-us/graph/api/directorysetting-list?view=graph-rest-beta&tabs=http
Is there any way to get directory settings using Microsoft Graph API?

Sivakoteswara Rao Sadhu
1
Reputation point
Hello Team,
I want to get the bellow Azure Active directory group setting value from Graph API. Could you please let me know how i will get it using Graph API?
$directorySetting["AllowToAddGuests"]
As of now i have tried with this, But this is not suitable for my requirement. So i need to get actual value from this setting $directorySetting["AllowToAddGuests"]
https://graph.microsoft.com/beta/groups/{id}?$select=allowExternalSenders
{count} votes