Skip to content

Commit

Permalink
Add email_address to UpdateMember (#167)
Browse files Browse the repository at this point in the history
* Add email_address to UpdateMember

* bump
  • Loading branch information
alex-stytch authored Mar 4, 2024
1 parent cf616f1 commit 853f47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions stytch/b2b/organizations/members/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ type UpdateParams struct {
// request, the authorization check will also allow a Member Session that has permission to perform the
// `update.settings.default-mfa-method` action on the `stytch.self` Resource.
DefaultMFAMethod string `json:"default_mfa_method,omitempty"`
// EmailAddress: Updates the Member's `email_address`, if provided.
EmailAddress string `json:"email_address,omitempty"`
}

// CreateRequestOptions:
Expand Down
2 changes: 1 addition & 1 deletion stytch/config/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package config

const APIVersion = "12.3.0"
const APIVersion = "12.4.0"

0 comments on commit 853f47e

Please sign in to comment.