We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2be7899 + 6e17041 commit b3a7d08Copy full SHA for b3a7d08
zendesk/user.go
@@ -106,6 +106,7 @@ type UserRelated struct {
106
//
107
// ref: https://developer.zendesk.com/api-reference/ticketing/users/users/#search-users
108
type SearchUsersOptions struct {
109
+ PageOptions
110
ExternalIDs string `json:"external_ids,omitempty" url:"external_ids,omitempty"`
111
Query string `json:"query,omitempty" url:"query,omitempty"`
112
}
0 commit comments