Hello everyone,
I’m seeing inconsistent behavior when updating the user password policy via Microsoft Graph from Power Automate and would like to confirm if this is expected or supported.
Scenario
Using HTTP with Microsoft Entra ID (preauthorized) in Power Automate, I call:
PATCH /v1.0/users/{userPrincipalName}
Body:
{
"passwordProfile": {
"forceChangePasswordNextSignIn": false
}
}
- Immediately after creating a user, the request sometimes succeeds and returns:
- Re‑running the same request minutes later (no changes to flow, connector, permissions, or payload) consistently returns:
No configuration changes were made between executions.
Can Microsoft confirm whether updating passwordProfile.forceChangePasswordNextSignIn via Power Automate / Graph is:
Best‑effort only?
Explicitly unsupported for automation scenarios?

Report
All responses (
Answers (