post
https://patient-api.portals.care/users/change-password
Change the current password for the authenticated patient.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
201