PowerApp 重置其他用户的密码

PowerApp to Reset Passwords of other users

我们有学校版的Office365-Cloud。我想编写一个 PowerApp,以便教师可以重置学生的密码。 但是我没有找到 update/reset 用户密码的连接器。 有这个的连接器吗?还有另一种方法可以实现这一目标吗? 谢谢 托马斯

理想情况下,您可以使用 Azure Active Directory connector. Unfortunately it doesn't have a password reset action. The exception being it allows creating a temporary password for a new user. If that is sufficient for you check out this Microsoft blog.

重设密码的功能确实存在于Azure AD graph API. You can likely use the HTTP with Azure AD connector, as it should help with some of the authentication hassle (Otherwise see this doc for the whole authentication flow). Here is a discussion with helpful tips on how to use