From eb4c22051afbe1e3ae42d713f5170e246b1fb757 Mon Sep 17 00:00:00 2001 From: msvechla Date: Tue, 27 Jul 2021 17:47:14 +0200 Subject: [PATCH] add IDPAlias query parameter to GetUsersParams --- models.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models.go b/models.go index 63e8c66f..f6dd076e 100644 --- a/models.go +++ b/models.go @@ -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"`