简体   繁体   English

公元 Azure 年邀请客人的活动和获取

[英]Event and getting who invited a guest in Azure AD

We need to develop a governance engine for guests who is invited in Azure AD.我们需要为 Azure AD 邀请的客人开发一个治理引擎。 Is it possible to get an event via web hook or others where we can catch when a user is invited, and who invited the guest?是否有可能通过 web 挂钩或其他我们可以在邀请用户时捕捉到的事件,以及谁邀请了客人? Graph API or other frameworks?图 API 还是其他框架?

Not any document that create an event when guest is added and who added.没有任何文档会在添加来宾和添加的人时创建事件。 But For Workaround you can use this Microsoft Document to get the List of Guest User and when they added and who is issuer (Added by whom)但对于解决方法,您可以使用此 Microsoft 文档获取来宾用户列表以及他们添加的时间和发行者(由谁添加)

Graph Api : https://graph.microsoft.com/beta/users?$filter=userType  eq 'guest'

在此处输入图像描述 在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM