Update a Scaleway IAM User
scaleway_iam_update_userUpdate Scaleway IAM user profile fields such as name, email, and tags. Only supplied fields are changed; invalid values are rejected by the API.
Instructions
Update a User's mutable profile fields (tags; name/email where the API allows - invalid fields are rejected with the API's own validation message). Only passed fields change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Structured metadata, max 10. Locked vocabulary in this org: 'env={prod|dev|local|ci|shared}', 'access={ro|rw|admin|full}', 'owner=<team-or-tool>', 'issue=<n>', 'managed-by={mcp|manual|terraform}'. Use '=' as the separator, not ':' - Scaleway's tags API rejects colons (validated against ^[a-zA-Z0-9._\-/=+@ ]+$, confirmed empirically 2026-08-18). REPLACES the full tag list (same semantics as scaleway_s3_put_bucket_policy replacing the whole policy document) - pass the complete set you want, not just the ones you're adding. | |
| user_id | Yes | ||
| last_name | No | ||
| first_name | No |