From e7016bd962423e9c865744950e92d462369b12c4 Mon Sep 17 00:00:00 2001 From: Marcio Siqueira de Souza <50120863+marciossouza@users.noreply.github.com> Date: Fri, 22 May 2026 14:41:30 -0300 Subject: [PATCH] Add note about password reset not unlocking account Added important note regarding password reset and account unlocking. We had a long discussion with a customer in a sev A case because of the assumption that resetting the password would also unlock it. Even though we explained it to the customer, they insisted that our documentation is not clear about this. So, I suggest adding this disclaimer. --- api-reference/v1.0/api/authenticationmethod-resetpassword.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-reference/v1.0/api/authenticationmethod-resetpassword.md b/api-reference/v1.0/api/authenticationmethod-resetpassword.md index 3b5c1c06a22..003fe5728bc 100644 --- a/api-reference/v1.0/api/authenticationmethod-resetpassword.md +++ b/api-reference/v1.0/api/authenticationmethod-resetpassword.md @@ -230,6 +230,9 @@ Content-type: application/json } ``` +> [!IMPORTANT] +> Resetting a user's password doesn't automatically unlock the account in local Active Directory. +