Skip to main content

Reset password with a one-time code

POST 

/api/auth/pwreset/:code/

This endpoint allows an user to reset their password from a one-time code sent by email upon request. See /api/auth/pwreset/send for more details. No need to specify an user here, as the one-time code is already linked to their account. Please note that it is not possible to reset another user's password using an ADMIN or STAFF key. See /api/staff/{collection}/{id}/edit to edit an user.

Request

Responses