Skip to content

Commit

Permalink
Merge pull request #293 from msvechla/get_idp_alias
Browse files Browse the repository at this point in the history
add IDPAlias IDPUserID query parameter to GetUsersParams
  • Loading branch information
Nerzal authored Aug 12, 2021
2 parents e3ce484 + ddbfbf1 commit 446f092
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 @@ -267,6 +267,8 @@ 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"`
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 446f092

Please sign in to comment.