Skip to main content
PATCH
Update a User Password

Authorizations

Authorization
string
header
required

The authorization token in the 'Bearer ' format.

Path Parameters

id
string
required

The unique identifier of the user you want to retrieve.

Body

application/json

Information used to update a user's password.

newPassword
string
required

New user password.

oldPassword
string

Current user password.

Response

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