---
title: "Updates registration settings."
method: PUT
path: "/api/registrations/{id}/settings"
tags: ["Registrations"]
---

# Updates registration settings.

`PUT /api/registrations/{id}/settings`

## Path parameters

- `id` string, uuid, required

## Headers

- `apikey` string, required

## Request body

- CredasApiModelsRegistrationsRegistrationSettings
  - `capturePersonalDetails` boolean
  - `skipEmailStep` boolean
  - `requiredChecks` integer[] — The value of required checks determines what checks are performed. <br/>Unknown = 0,Id Documents = 1, Standard Checks = 2, International Sanctions and Pep = 3, Credit Status Check = 4, Bank Account Check = 5, Proof of Ownership = 6, Right to Work = 7, Right to Rent = 8<br />
  - `nameMatchRoutine` 1 | 2 — Fuzzy = 1, Strict = 2

## Response `200`

Registration settings updated.

## Other responses

- `400` — If the service was supplied invalid data.
- `401` — If credentials supplied were invalid.
- `403` — If requesting entity have no permission to access the resource.
- `404` — If registration matching the Id was not found.
- `500` — If an unexpected exception occurred whilst processing the request.

---

[API](https://skmtc.dev/credas/apis/credas-api.md) · [All operations](https://skmtc.dev/credas/apis/credas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/credas/credas-api/revisions/a8dd82736563/schema)
