Reset password

Update the user's password using password reset token.

POST/v3/users/{id}/reset-password

Path parameters

idstringrequired

Request body

newPasswordstringrequired

New password of the user.

Length: [8,256]

tokenstringrequired

Password reset token.

Length: [1,2048]

Response

204 No Content