Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/beta/api/user-post-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -319,7 +319,7 @@ Content-type: application/json
"mail": "adelev@adatum.com",
"passwordProfile": {
"password": "passwordValue",
"forceChangePasswordNextSignIn": false
"forceChangePasswordNextSignIn": true
},
"passwordPolicies": "DisablePasswordExpiration"
}
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/api/user-post-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -317,7 +317,7 @@ Content-type: application/json
"mail": "adelev@adatum.com",
"passwordProfile": {
"password": "passwordValue",
"forceChangePasswordNextSignIn": false
"forceChangePasswordNextSignIn": true
},
"passwordPolicies": "DisablePasswordExpiration"
}
Expand Down
Loading