Skip to content

Commit

Permalink
add IDPUserID query parameter to GetUsersParams
Browse files Browse the repository at this point in the history
  • Loading branch information
msvechla committed Aug 10, 2021
1 parent eb4c220 commit ddbfbf1
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 @@ -268,6 +268,7 @@ type GetUsersParams struct {
First *int `json:"first,string,omitempty"`
FirstName *string `json:"firstName,omitempty"`
IDPAlias *string `json:"idpAlias,omitempty"`
IDPUserID *string `json:"idpUserId,omitempty"`
LastName *string `json:"lastName,omitempty"`
Max *int `json:"max,string,omitempty"`
Search *string `json:"search,omitempty"`
Expand Down

0 comments on commit ddbfbf1

Please sign in to comment.