Hi ,
Is there any way we can get alert or monitor the below external collaboration settings get changed.
Thanks in advance
Sridhar
Hi ,
Is there any way we can get alert or monitor the below external collaboration settings get changed.
Thanks in advance
Sridhar
There's none but you might try polling for changes using MS Graph beta policies endpoint. Please keep in mind that APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported
GET https://graph.microsoft.com/beta/legacy/policies
Look for the one of type "B2BManagementPolicy".
Permissions required: Policy.Read.All (Application or delegated)
@sridharr-9069 please let us know if this answer was helpful to you. If so, please remember to mark it as the answer so that others in the community with similar questions can more easily find a solution.
Can you please explain how we can update B2BManagementPolicy(Allow or deny certain domains on active directory on Azure) with Microsoft Graph api
Looking for Post uri for updating the Azure Active Directory (Azure AD) business-to-business (B2B) collaboration
2 people are following this question.