Skip to main content
PATCH
Update a User Password

Autorizações

Authorization
string
header
obrigatório

The authorization token in the 'Bearer ' format.

Parâmetros de caminho

id
string
obrigatório

The unique identifier of the user you want to retrieve.

Corpo

application/json

Information used to update a user's password.

newPassword
string
obrigatório

New user password.

oldPassword
string

Current user password.

Resposta

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