Skip to content

Commit

Permalink
Add pagination to user search endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfuller committed Feb 15, 2023
1 parent c5a8eb7 commit 6e17041
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 6e17041

Please sign in to comment.