Skip to main content
PATCH
Reset a User Password

Autorizaciones

Authorization
string
header
requerido

The authorization token in the 'Bearer ' format.

Parámetros de ruta

id
string
requerido

The unique identifier of the user you want to retrieve.

Cuerpo

application/json

Information used to reset a user's password.

newPassword
string
requerido

New user password.

Respuesta

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