English
Access Manager
cURL
curl --request PATCH \ --url http://127.0.0.1:4001/v1/users/{id}/reset-password \ --header 'Content-Type: application/json' \ --data ' { "newPassword": "newpassword" } '
204
Use this endpoint to reset a user’s password. Ideal for recovery flows or admin-initiated resets.
The unique identifier of the user you want to retrieve.
Information used to reset a user's password.
New user password.
If the request is successful, you will receive an empty response.