Skip to content

Commit 89ba931

Browse files
authored
feat(iam): add send_welcome_email in CreateUser (scaleway#2305)
1 parent 731b10b commit 89ba931

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/iam/v1alpha1/iam_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,9 @@ type CreateUserRequestMember struct {
840840
// SendPasswordEmail: whether or not to send an email containing the member's password.
841841
SendPasswordEmail bool `json:"send_password_email"`
842842

843+
// SendWelcomeEmail: whether or not to send a welcome email that includes onboarding information.
844+
SendWelcomeEmail bool `json:"send_welcome_email"`
845+
843846
// Username: the member's username.
844847
Username string `json:"username"`
845848

0 commit comments

Comments
 (0)