Was this helpful?
Directly resets a user's password using Microsoft Graph API
PUT /auth/users/{userId}/password HTTP/1.1 Host: api.laminar.run Content-Type: application/json Accept: */* Content-Length: 22 { "newPassword": "text" }
OK
{}