Password reset via Graph API succeeds but does not sync to hybrid AD devices
Sangamesh Bagalkot
0
Reputation points
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
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Sign in to answer