Skip to content

Commit

Permalink
[SDK-4478] Support organization id when resetting a password (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Dec 14, 2023
1 parent 7c9d980 commit ae59305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions authentication/database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ type ChangePasswordRequest struct {
Email string `json:"email,omitempty"`
// The name of the database connection configured on your client.
Connection string `json:"connection,omitempty"`
// The organization_id of the Organization associated with the user.
Organization string `json:"organization,omitempty"`
// Extra parameters to be merged into the request body. Values set here will override any existing values.
ExtraParameters map[string]string `json:"-"`
}
Expand Down

0 comments on commit ae59305

Please sign in to comment.