v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Users API

Update a User Password

Use this endpoint to change a user's password by providing the current (old) password along with the new one. Ideal for self-service password updates.

patch/v1/users/{id}/update-password

Path parameters

idstring required

The unique identifier of the user you want to retrieve.

Request body

newPasswordstring required

New user password.

oldPasswordstring

Current user password.

Response

If the request is successful, you will receive an empty response.