Resets a password

Endpoint for changing a password using a token.

Request
Request Body schema: application/json
required
object (SensitiveString)

If includeSensitiveInfo query parameter set to true the value will be shown in the response, otherwise it will be masked with *.

required
object (SensitiveString)

If includeSensitiveInfo query parameter set to true the value will be shown in the response, otherwise it will be masked with *.

Responses
204

No Content

400

Bad Request

403

Forbidden

404

Not Found

500

Server Error

post/auth/password/reset
Request samples
application/json
{
  • "token": "***",
  • "newPassword": "***"
}