How to check if user is locked and how do we unlock that user in Azure AD Graph API?

人走茶凉 提交于 2019-12-13 09:34:57

问题


I am looking for AZURE AD Graph API to check whether a user is locked and if locked i need to unlock that particular user using Graph API.

Also I have verified the AZURE AD Graph API catalogs mentioned below but i cannot able to find anything related to it.

https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/api-catalog


回答1:


You cannot unlock a user account. See https://docs.microsoft.com/en-us/azure/active-directory/active-directory-passwords-policy for details of how account lockout duration is calculated by default.

if you have configured smart lockout policies, user remains locked based on the lockout duration specified in https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-pass-through-authentication-smart-lockout



来源:https://stackoverflow.com/questions/49444200/how-to-check-if-user-is-locked-and-how-do-we-unlock-that-user-in-azure-ad-graph

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!