reset-user-password
Reset a user's password in a specific Keycloak realm. Provide realm, user ID, and new password to enforce security policies.
Instructions
Reset a user's password in a specific realm
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| userId | Yes | User ID | |
| temporary | No | Whether password is temporary | |
| newPassword | Yes | New password |