Update Patient Profile

Update the profile details of a specific customer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Update the profile details of a specific patient by their id.

This endpoint allows for modifying a patient's information. Only the fields included in the request body will be updated. Read-only fields such as _id or createdAt will be ignored if present in the payload.

Path Params
string
required

The unique identifier of the patient to update.

Body Params

A Data Transfer Object (DTO) for updating an existing customer's profile.

string

The patient's updated date of birth in YYYY-MM-DD format.

string

The patient's unique username, formatted as email#organization.

roles
array of strings

An array of roles assigned to the patient, e.g., ['patient'].

roles
addresses
array of objects

An array of all updated addresses associated with the patient's account.

addresses
defaultAddress
object

The patient's updated default address.

meta
object

Updated additional metadata about the patient.

number

The updated count of unread notifications for the patient.

string

The updated chat ID for the patient's messaging conversation.

string

The patient's updated first name.

string

The patient's updated last name.

string

The two-letter code for the patient's primary province or state, e.g., ON.

string

The patient's updated phone number, including the country code, e.g., +11231231231.

string

The patient's updated email address.

boolean

A boolean indicating if insurance information is available.

assignedQuestionnaires
array of strings

An array of questionnaire IDs assigned to the patient.

assignedQuestionnaires
identifiers
array of objects

An array of health-related identifiers to update.

identifiers
providers
array of strings

An array of provider IDs associated with the patient.

providers
groups
array of strings

An array of group IDs the patient is a member of.

groups
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json