PATCH
/
v1
/
users
/
{id}
/
reset-password
Reset a User Password
curl --request PATCH \
  --url https://identity.sandbox.midaz.io/v1/users/{id}/reset-password \
  --header 'Content-Type: application/json' \
  --data '{
  "newPassword": "newpassword"
}'
This response does not have an example.

Path Parameters

id
string
required

The unique identifier of the user you want to retrieve.

Body

application/json

Information used to reset a user's password.

newPassword
string
required

New user password.

Response

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