# Director Search Endpoint to find Directors based on search criteria to order a Creditsafe Director Report. Endpoint: GET /people Version: 1.10.9 Security: bearerToken ## Query parameters: - `page` (integer) Starting page number. - `pageSize` (integer) Number of items to return per Page. - `countries` (object, required) comma-separated list of iso-2 country codes Example: "GB,FR" - `peopleId` (string) Person/Director Identifier - used to order a Director Report. - `firstName` (string) Person's First Name. - `lastName` (string) Person's Last Name - `localDirectorNumber` (string,null) Local Identifier of the Director, the PNR in GB. - `dateOfBirth` (string) Person DOB - provide YYYY-MM-DD or YYYY-MM format. - `callRef` (string,null) This parameter allows users to assign a unique identifier to their API queries. By using a callRef, it facilitates easier tracking and logging within Connect. If you provide a callRef, the Connect team can later retrieve and identify the specific requests associated with that identifier, enabling detailed tracing of interactions. ## 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