You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When username is set, the user is created as a [Member](https://www.scaleway.com/en/docs/iam/concepts/#member). Otherwise, it is created as a [Guest](https://www.scaleway.com/en/docs/iam/concepts/#guest).
34
+
When `username` is set, the user is created as a [Member](https://www.scaleway.com/en/docs/iam/concepts/#member). Otherwise, it is created as a [Guest](https://www.scaleway.com/en/docs/iam/concepts/#guest).
-`organization_id` - (Defaults to [provider](../index.md#organization_id)`organization_id`) The ID of the organization the user is associated with.
53
55
54
-
-`tags` - (Optional) The tags associated with the user.
56
+
-`email` - (Required) The email of the IAM user. For Guest users, this argument is not editable.
55
57
56
-
-`organization_id` - (Defaults to [provider](../index.md#organization_d)`organization_id`) The ID of the organization the user is associated with.
58
+
-`tags` - (Optional) The tags associated with the user.
57
59
58
60
-`username` - (Optional) The username of the IAM user. When it is set, the user is created as a Member. When it is not set, the user is created as a Guest and the username is set as equal to the email.
59
61
60
-
-`password` - The password for first access. It gets ignored if the user is a Guest.
62
+
-`password` - The password for first access.
61
63
62
-
-`send_password_email` - Whether or not to send an email containing the member's password.
64
+
-`send_password_email` - Whether or not to send an email containing the password for first access.
63
65
64
66
-`send_welcome_email` - Whether or not to send a welcome email that includes onboarding information.
0 commit comments