INPUT_OBJECT

SearchUserFilterInput

link GraphQL Schema definition

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

link Require by