Start a 2FA password reset

Starts the password reset for a 2FA user. This will send an email to the user with a 6 digit code, which can then be used to reset their password.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
Request Body schema: application/json
object
Responses
201

Created. The user will be sent an email with a TOKEN template variable matching the pattern [0-9]{6} to be used to reset their password.

400

Bad Request

404

Not Found

post/zephr/users/reset
Request samples
application/json
{
  • "identifiers": {
    }
}