AZ-204 Quiz

← Back to Topics

Graph (1 / 16):

You are trying to update the passwordProfile of a user to reset their password. What method should you use?

{METHOD} https://graph.microsoft.com/v1.0/users/{id}
Content-type: application/json

{
  "passwordProfile": {
    "forceChangePasswordNextSignIn": false,
    "password": "xWwvJ]6NMw+bWH-d"
  }
}


Exam revision: April 11, 2025