v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBAuthentication
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.
post/zephr/users/reset
Request body
Example request
{
"identifiers": {
"email_address": "joe.blow@company.com"
}
}Response
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.