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" } diff --git a/api-reference/v1.0/api/user-post-users.md b/api-reference/v1.0/api/user-post-users.md index 4879b4ae48f..58d5f6ffb3c 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 @@ -317,7 +317,7 @@ Content-type: application/json "mail": "adelev@adatum.com", "passwordProfile": { "password": "passwordValue", - "forceChangePasswordNextSignIn": false + "forceChangePasswordNextSignIn": true }, "passwordPolicies": "DisablePasswordExpiration" }