Is there any way to get directory settings using Microsoft Graph API?

Sivakoteswara Rao Sadhu 6 Reputation points
2021-07-01T10:51:46.3+00:00

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,678 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,605 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 95,671 Reputation points MVP
    2021-07-01T13:34:04.353+00:00