Change Patient Password

Change the current password for the authenticated patient.

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

To change a patient's password, you can use this endpoint with a POST request. You will need to authenticate by providing the user's JWT in the Authorization header. Optionally, provide the unique organization ID in the request header.

In the request body, you must provide the currentPassword and the newPassword.

Body Params

A Data Transfer Object (DTO) used to update a patient's password. It requires the current password for verification and the new password.

string
required

The patient's current password. This is required to authenticate the password change request.

string
required

The new password for the patient's account. This password must meet the security requirements for the system (e.g., minimum length, complexity).

Headers
string
required

A Valid JWT Authentication token.

string

Your unique Organization ID. This header is only required when using a custom portal domain, otherwise it is optional.

Response
201
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!