From 9a118322a31e13f19601765d0e8b949b7069b256 Mon Sep 17 00:00:00 2001 From: SiverShi <76764431+SiverShiSSS@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:56:19 +0800 Subject: [PATCH 1/3] Update user-post-users.md forceChangePasswordNextSignIn is working well in EEID as verified forceChangePasswordNextSignIn is working well in EEID --- api-reference/v1.0/api/user-post-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/user-post-users.md b/api-reference/v1.0/api/user-post-users.md index 4879b4ae48f..6ebe20723b0 100644 --- a/api-reference/v1.0/api/user-post-users.md +++ b/api-reference/v1.0/api/user-post-users.md @@ -291,7 +291,7 @@ Content-type: application/json This example shows how to create a customer account in Microsoft Entra External ID in external tenants. >[!NOTE] ->For local account identities, password expirations must be disabled, and force change password at next sign-in must also be disabled. +>For local account identities, password expirations must be disabled. #### Request From 971d6d08d8cd21fb6fad80a142f8b3f63ff6d7a9 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Fri, 4 Jul 2025 10:57:03 +0300 Subject: [PATCH 2/3] Update user-post-users.md --- api-reference/v1.0/api/user-post-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/user-post-users.md b/api-reference/v1.0/api/user-post-users.md index 6ebe20723b0..58d5f6ffb3c 100644 --- a/api-reference/v1.0/api/user-post-users.md +++ b/api-reference/v1.0/api/user-post-users.md @@ -317,7 +317,7 @@ Content-type: application/json "mail": "adelev@adatum.com", "passwordProfile": { "password": "passwordValue", - "forceChangePasswordNextSignIn": false + "forceChangePasswordNextSignIn": true }, "passwordPolicies": "DisablePasswordExpiration" } From c464ab7e538df013e271d8a722589f5407a6f341 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Fri, 4 Jul 2025 10:57:35 +0300 Subject: [PATCH 3/3] Update user-post-users.md --- api-reference/beta/api/user-post-users.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/user-post-users.md b/api-reference/beta/api/user-post-users.md index 8a758d219fe..d87f8e60bb2 100644 --- a/api-reference/beta/api/user-post-users.md +++ b/api-reference/beta/api/user-post-users.md @@ -293,7 +293,7 @@ Content-type: application/json This example shows how to create a customer account in Microsoft Entra External ID in external tenants. >[!NOTE] ->For local account identities, password expirations must be disabled, and force change password at next sign-in must also be disabled. +>For local account identities, password expirations must be disabled. #### Request @@ -319,7 +319,7 @@ Content-type: application/json "mail": "adelev@adatum.com", "passwordProfile": { "password": "passwordValue", - "forceChangePasswordNextSignIn": false + "forceChangePasswordNextSignIn": true }, "passwordPolicies": "DisablePasswordExpiration" }