Skip to content

Commit

Permalink
Merge pull request #263 from evanfuller/add-pagination-to-user-search
Browse files Browse the repository at this point in the history
Add pagination to user search endpoint
  • Loading branch information
nukosuke authored Feb 16, 2023
2 parents 2be7899 + 6e17041 commit b3a7d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zendesk/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ type UserRelated struct {
//
// ref: https://developer.zendesk.com/api-reference/ticketing/users/users/#search-users
type SearchUsersOptions struct {
PageOptions
ExternalIDs string `json:"external_ids,omitempty" url:"external_ids,omitempty"`
Query string `json:"query,omitempty" url:"query,omitempty"`
}
Expand Down

0 comments on commit b3a7d08

Please sign in to comment.