POST https://graph.windows.net/me/changePassword?api-version=1.6
Content-Type: application/json
{
"currentPassword": "password",
"newPassword": "newpassword"
}
https://graph.microsoft.com/v1.0/users/d7c61b2d-1d54-44f0-98d8-ezZ5610432
{ "currentPassword": "password", "newPassword": "newPass" }
tried all these apis ,but not working
