# People/Director Search Criteria Returns the set of available People Search parameters/fields for a provided list of countries. Endpoint: GET /people/searchcriteria Version: 1.10.9 Security: bearerToken ## Query parameters: - `countries` (string) A comma separated list of ISO/Alpha 2 format country codes, or singular country Code. e.g. US,GB will return the common searchable People/Director fields in the United States and Great Britain. ## Response 200 fields (application/json): - `messages` (array) Provides information about the request and the response. - `messages.type` (string) Enum: "Information", "Warning", "Error" - `messages.code` (string) Enum: "NoResults", "TooManyResults", "ReportUnavailable", "ReportUnavailableDueToLegal", "ReportUnavailableOnline", "LegalNotice", "InvalidCredentials", "AccessRestricted", "AccessLimitsNearing", "InsufficientCustomerData", "ReportboxAlmostFull", "ReportboxFull", "InvalidRequestXml", "InvalidOperationParameters", "OperationNotSupported", "InvalidCustomData", "ChangeNotification", "TemporarySystemProblem", "EndpointShutdown", "UnexpectedInternalError", "Other", "DataServiceAccessProblems", "DataServiceInvalidResponse" - `messages.text` (string) - `countriesCriteria` (array) The list of available parameters for the search in the given country. - `countriesCriteria.country` (string) Country where the company is registered. Enum: "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VA", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW", "XK", "SS", "SX", "CW", "BQ", "WW", "PLC" - `countriesCriteria.schemas` (array) - `countriesCriteria.schemas.id` (object) - `countriesCriteria.schemas.id.required` (boolean) - `countriesCriteria.schemas.id.minLength` (integer,null) - `countriesCriteria.schemas.id.maxLength` (integer,null) - `countriesCriteria.schemas.id.allowedValues` (array) - `countriesCriteria.schemas.id.validationRegExp` (string) - `countriesCriteria.schemas.firstName` (object) - `countriesCriteria.schemas.lastName` (object) - `countriesCriteria.schemas.companyId` (object) - `countriesCriteria.schemas.companyName` (object) - `countriesCriteria.schemas.companyType` (object) - `countriesCriteria.schemas.companyType.optional` (boolean) - `countriesCriteria.schemas.companyRegistrationNumber` (object) - `countriesCriteria.schemas.address` (object) - `countriesCriteria.schemas.address.simpleValue` (object) - `countriesCriteria.schemas.address.street` (object) - `countriesCriteria.schemas.address.houseNo` (object) - `countriesCriteria.schemas.address.city` (object) - `countriesCriteria.schemas.address.postCode` (object) - `countriesCriteria.schemas.address.province` (object) - `countriesCriteria.schemas.status` (object) - `customData` (array) - `customData.key` (string) - `customData.description` (string) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected