Skip to content

Commit

Permalink
add Q and EmailVerified to GetUsersParams (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Sirockin <[email protected]>
  • Loading branch information
sirockin and Dave Sirockin authored Jan 24, 2022
1 parent 392e397 commit 76b1bd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ type UserGroup struct {
type GetUsersParams struct {
BriefRepresentation *bool `json:"briefRepresentation,string,omitempty"`
Email *string `json:"email,omitempty"`
EmailVerified *bool `json:"emailVerified,string,omitempty"`
Enabled *bool `json:"enabled,string,omitempty"`
Exact *bool `json:"exact,string,omitempty"`
First *int `json:"first,string,omitempty"`
Expand All @@ -271,6 +272,7 @@ type GetUsersParams struct {
IDPUserID *string `json:"idpUserId,omitempty"`
LastName *string `json:"lastName,omitempty"`
Max *int `json:"max,string,omitempty"`
Q *string `json:"q,omitempty"`
Search *string `json:"search,omitempty"`
Username *string `json:"username,omitempty"`
}
Expand Down

0 comments on commit 76b1bd1

Please sign in to comment.