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

Sivakoteswara Rao Sadhu 1 Reputation point
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

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,555 questions
Microsoft Graph Groups API
Microsoft Graph Groups API
A Microsoft API that creates and manages different types of groups and group functionality.
190 questions
{count} votes

1 answer

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