Set a Scaleway IAM User's password (admin reset)
scaleway_iam_update_user_passwordReset a Scaleway IAM user's password immediately by supplying a new password and explicit confirmation. Required for account takeover scenarios; deliver the new password separately.
Instructions
ADMIN-SET password reset: the new password is supplied BY THE CALLER (API takes it explicitly, 1-72 bytes - live-probed) and takes effect immediately for the person's login. Account-takeover-grade power over a human - requires confirm=true. The password value travels in this tool call's arguments: generate a strong one, deliver it to the person over a separate secure channel, and never reuse an existing/known password. Whether active sessions are invalidated is unverified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be explicitly true. | |
| user_id | Yes | ||
| password | Yes | The NEW password (1-72 bytes API limit; >=8 enforced here). Not returned in the response. |