# Updates An Individual AML Search By SearchID Updates an Individual AML Search by Search Id. Endpoint: PUT /compliance/kyc-protect/searches/individuals/{searchId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) search id to update ## Request fields (application/json): - `assignedToUserId` (integer) Id of the User to assign to the Search - `status` (string, required) Status of the Search. Available values are new, approved, declined, pending, cancelled, referred and closed. - `riskRating` (string, required) Risk rating of the Search and allowed values notApplicable,veryLow,low,medium,high and veryHigh - `note` (string) Note associated with the search ## Response 200 fields (application/json): - `id` (string) Id of the search - `name` (string) Name provided for the search. Length must not exceed 200 characters - `countryCodes` (array) Countries provided to the search - `threshold` (integer) Hits with scores below this value will not be shown. - `type` (string) Indicates whether search type is individual or business - `datasets` (array) Provided datasets for the search - `status` (string) Status of the search - `riskRating` (string) The risk rating being assigned to the profile Enum: "notApplicable", "veryLow", "low", "medium", "high", "veryHigh" - `assignedToUserId` (integer) Id of the user assigned to the search - `assignedUser` (string) Name of the user assigned to the search - `createdById` (integer) Id of the user who created the search - `createdBy` (string) Name of the user who created the search - `createdAt` (string) Search created date time - `modifiedById` (integer) Id of the user who modified the search - `modifiedBy` (string) Name of the user who modified the search - `modifiedAt` (string) Search modified date time - `note` (string) Note associated with the search - `totalHitCount` (integer) Total number of hits in the search - `truePositiveHitsCount` (integer) The number of true-positive hits in the search - `falsePositiveHitsCount` (integer) The number of false-positive hits in the search - `undecidedHitsCount` (integer) The number of undecided hits in the search - `firstName` (string) First name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters - `middleName` (string) Middle name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters - `lastName` (string) Last name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters - `gender` (string) Gender provided in the search - `dateOfBirth` (string) DOB provided in the search - `pepTiers` (array) Pep Tiers provided in the search - `scheduleId` (string,null) Schedule Id linked to the search - `isDobRequired` (boolean,null) Indicates whether date of birth is required for the individual search. - `correlationId` (string) A unique ID assigned to this request. ## 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 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