Create/invite a Scaleway IAM User
scaleway_iam_create_userInvite a user to your Scaleway organization by sending an invitation email to their address. Requires explicit confirmation to proceed.
Instructions
Create a human User by email. SEMANTICS UNVERIFIED (2026-08-18): Scaleway's docs state users 'can only be invited to join' an Organization, yet the API exposes this create endpoint requiring a type field - most likely this sends the person an invitation/set-password email and creates a guest; that happy path could not be live-verified without a disposable mailbox. A REAL email is sent to the address on success - never call speculatively. Requires confirm=true. The API validates email format and a type ('guest' is the default here, inferred from the guest-only delete endpoint - also unverified).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| type | No | User type. 'guest' default (inferred, unverified). | guest |
| Yes | The person's email address - receives the invitation. | ||
| confirm | Yes | Must be explicitly true - sends a real invitation email. |