We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731b10b commit 89ba931Copy full SHA for 89ba931
api/iam/v1alpha1/iam_sdk.go
@@ -840,6 +840,9 @@ type CreateUserRequestMember struct {
840
// SendPasswordEmail: whether or not to send an email containing the member's password.
841
SendPasswordEmail bool `json:"send_password_email"`
842
843
+ // SendWelcomeEmail: whether or not to send a welcome email that includes onboarding information.
844
+ SendWelcomeEmail bool `json:"send_welcome_email"`
845
+
846
// Username: the member's username.
847
Username string `json:"username"`
848
0 commit comments