Reset Password
Introduction
Reset a users password. Requires an EntraID module.
Configuration
Name
Description
Default value
Mandatory
Expanded
namespace
Bind to EntraID module
user_id
ID or UPN
new_password
ignore_error
false
force_change_password_next_signin
false
use_beta_api
Graph API beta endpoint.
false
{
"name": "EntraIDResetPassword",
"config": {
"ignore_error": true,
"user_id": "{{{request.identifier}}}",
"new_password": "{{{request.password}}}",
"force_change_password_next_signin": true
}
}
Last updated