Skip to content

Commit

Permalink
add IDPAlias query parameter to GetUsersParams
Browse files Browse the repository at this point in the history
  • Loading branch information
msvechla committed Jul 27, 2021
1 parent 827b2b8 commit eb4c220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ type GetUsersParams struct {
Exact *bool `json:"exact,string,omitempty"`
First *int `json:"first,string,omitempty"`
FirstName *string `json:"firstName,omitempty"`
IDPAlias *string `json:"idpAlias,omitempty"`
LastName *string `json:"lastName,omitempty"`
Max *int `json:"max,string,omitempty"`
Search *string `json:"search,omitempty"`
Expand Down

0 comments on commit eb4c220

Please sign in to comment.