INPUT_OBJECT
SearchUserFilterInput
link GraphQL Schema definition
- input SearchUserFilterInput {
- # The people to include in the search results. Default is All.
- : SearchUserFilterPeople
- # Return only users that have these NpiTaxonomy specialties.
- : [ID!]
- # Return only users that have this office location. Must be a two digit state
- # code.
- : [String!]
- # Return only users that have this organization in their work history. Matches the
- # value of the Institution field in the work history.
- : [String!]
- # Return only users that have at least this many years of experience.
- : Int
- : UserVerificationStatus
- }