Skip to content

Commit

Permalink
[TIC-902] Add picture_url to MigrateUserParams (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
itailevi98 authored Jun 17, 2024
1 parent a348bf7 commit 95eef15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/models/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ type MigrateUserParams struct {
Username *string `json:"username,omitempty"`
FirstName *string `json:"first_name,omitempty"`
LastName *string `json:"last_name,omitempty"`
PictureUrl *string `json:"picture_url,omitempty"`
UpdatePasswordRequired *bool `json:"update_password_required,omitempty"`
Properties *map[string]interface{} `json:"properties,omitempty"`
}
Expand Down

0 comments on commit 95eef15

Please sign in to comment.