Update a test patient
Updates a test patient's details. Email cannot be changed. Password can be regenerated by setting regeneratePassword: true or set explicitly via the password field.
| Path Parameters |
|---|
orgId string — REQUIREDOrganization ID |
patientId string — REQUIREDTest Patient ID |
| Request Body — REQUIRED Fields to update. All fields are optional. Set |
|---|
firstName stringNew first name for the test patient |
lastName stringNew last name for the test patient |
dateOfBirth stringNew date of birth in ISO format (YYYY-MM-DD) |
regeneratePassword booleanSet to true to generate a new random password |
password stringSet a specific password instead of generating one |
| Responses | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
200Updated test patient details. The
|