Skip to content

Update User Password Addition #285

Merged
carlospolop merged 1 commit intoHackTricks-wiki:masterfrom
ZoneMix:master
May 3, 2026
Merged

Update User Password Addition #285
carlospolop merged 1 commit intoHackTricks-wiki:masterfrom
ZoneMix:master

Conversation

@ZoneMix
Copy link
Copy Markdown
Contributor

@ZoneMix ZoneMix commented May 2, 2026

Update User Password with REST Method PATCH

Resets a target user's password using PATCH on the Graph API, providing full control over the passwordProfile object.

Unlike az ad user update --id <user-id> --password <password>, which may enforce a password change on next sign-in, this method explicitly sets forceChangePasswordNextSignIn and forceChangePasswordNextSignInWithMfa to false, allowing immediate authentication as the target user without any interactive prompts.

@carlospolop carlospolop merged commit a80e284 into HackTricks-wiki:master May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants