cipp_reset_password
Resets a user's password, invalidating the current one. Specify a new password or generate a random one. Requires tenant and user identification.
Instructions
⚠ HIGH-IMPACT. Resets a user's password, invalidating their current password. Reversible by setting a new password. Confirm with the user before invoking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The target user's Azure AD object ID or User Principal Name (UPN, e.g. alice@contoso.com). | |
| newPassword | No | The replacement password to set. If omitted, a random password is generated and returned in the response. | |
| tenantFilter | Yes | Tenant domain name or ID to scope the operation. Use 'allTenants' to target every managed tenant. |