Password reset via Graph API succeeds but does not sync to hybrid AD devices

Sangamesh Bagalkot 0 Reputation points
2025-10-14T05:19:27.0633333+00:00

Hello,

We are performing password resets using Microsoft Graph API in a hybrid AD environment (Azure AD + on-premises AD).

API Details:

PATCH https://graph.microsoft.com/v1.0/users/{userPrincipalName}

Request body:

{

"passwordProfile": {

"forceChangePasswordNextSignIn": true,

"password": "
Microsoft Security | Microsoft Graph
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.