We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Email
UpdateUserOpts
1 parent 351f886 commit 63b866fCopy full SHA for 63b866f
1 file changed
pkg/usermanagement/client.go
@@ -244,6 +244,7 @@ const (
244
245
type UpdateUserOpts struct {
246
User string
247
+ Email string `json:"email,omitempty"`
248
FirstName string `json:"first_name,omitempty"`
249
LastName string `json:"last_name,omitempty"`
250
EmailVerified bool `json:"email_verified,omitempty"`
0 commit comments